summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/edit.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-11-05Add command and package suggestions (#40895)Michael Kuhn1-4/+1
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-2/+2
2023-07-13Standardize subcommand help strings (#38804)Adam J. Stewart1-1/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-30/+45
2022-07-14Deprecate `blacklist`/`whitelist` in favor of `include`/`exclude` (#31569)Todd Gamblin1-2/+2
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-1/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-11-16spack edit: accept readonly packages (#19949)Wouter Deconinck1-1/+1
2020-01-22Use `spack commands --format=bash` to generate shell completion (#14393)Adam J. Stewart1-3/+2
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-05-17Convert lazy singleton functions to Singleton objectTodd Gamblin1-2/+2
2018-05-17init: move spack.repo global variable into its own moduleTodd Gamblin1-4/+4
2018-05-17init: move editor from spack/__init__.py to spack.util.editorTodd Gamblin1-3/+4
2018-05-17init: factor paths out of spack/__init__.py and into spack.paths moduleTodd Gamblin1-8/+8
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-01-31Improve log parsing performance (#7093)Todd Gamblin1-0/+4
2017-12-21Fix python3 compatibility bug in spack edit command (#6748)Adam J. Stewart1-2/+2
2017-12-11add -d option for edit command (#6416)becker331-3/+21
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-05-08rework spack help (#3033)Todd Gamblin1-0/+2
2017-04-27Convert rest docstrings to Google docstrings. (#3994)Todd Gamblin1-3/+4
2017-01-26Standardize argparse help messages (#2847)Adam J. Stewart1-6/+6
2017-01-18Add spack edit option for build systems (#2865)Adam J. Stewart1-0/+4
2017-01-16Major improvements to spack create (#2707)Adam J. Stewart1-42/+24
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-5/+9
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-8/+8
2016-01-17Fix create, diy, edit, and repo commands to use multiple repos.Todd Gamblin1-9/+26
2015-12-25Merge branch 'develop' into mplegendre-multi_pkgsrc_rootsTodd Gamblin1-1/+1
2015-12-09Change github.com/scalability-llnl to github.com/llnl everywhere.Todd Gamblin1-1/+1
2015-11-25Rename spack.db -> spack.repoTodd Gamblin1-1/+1
2015-08-16Add more options to `spack edit`Todd Gamblin1-14/+21
2015-05-28Fix bug in spack edit -cTodd Gamblin1-1/+1
2015-04-08Factor edit_package function out of edit command.Todd Gamblin1-19/+24
2014-10-08Add spack edit -c option to edit commands.Todd Gamblin1-18/+31
2014-07-30Allow per-version URLs instead of one single URL per package.Todd Gamblin1-1/+1
2014-07-09Fix Jeff Keasler's issues and add parmetis package.v0.8Todd Gamblin1-3/+2
2014-03-16Modify create and edit to work with new package format.Todd Gamblin1-2/+4
2014-03-16New, more consistent package directory structure.Todd Gamblin1-3/+2
2014-03-14Moving utilities to a common LLNL package.Todd Gamblin1-1/+2
2014-01-12Remove trailing whitespace from license textTodd Gamblin1-5/+5
2014-01-08Add license to python files and spack script.Todd Gamblin1-0/+24
2013-12-26More packaging documentation.Todd Gamblin1-1/+33
2013-12-23spack edit fixed.Todd Gamblin1-1/+1