summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/repo.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-18spack.config: cleanup and add type hints (#41741)Massimiliano Culpo1-4/+1
2023-11-30--scope: lazy defaults (#41353)Harmen Stoppels1-9/+6
2023-11-30argparse: make scope choices lazy s.t. validation in tests works (#41344)Harmen Stoppels1-4/+4
2023-08-15spack.config: use all caps for globals (#39424)Harmen Stoppels1-4/+3
2023-07-13Standardize subcommand help strings (#38804)Adam J. Stewart1-9/+7
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-2/+0
2023-05-04Allow choosing the name of the packages subdirectory in repositories (#36643)Greg Becker1-1/+12
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-40/+45
2022-03-09Hide package repository count when redirecting stdout (#29402)百地 希留耶1-3/+5
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-0/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-03-24spack.repo: remove "import from" statements (#15505)Massimiliano Culpo1-12/+13
2020-01-22Use `spack commands --format=bash` to generate shell completion (#14393)Adam J. Stewart1-6/+6
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-08-27Moved functions returning default scopes to spack.configMassimiliano Culpo1-3/+3
2018-05-17init: move spack.repo global variable into its own moduleTodd Gamblin1-1/+1
2018-05-17config: simplify configuration API to just get and setTodd Gamblin1-10/+11
2018-05-17config: rework config system into a class instead of globalsTodd Gamblin1-4/+4
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-02-12Clean up help metavar for --scope configuration optionsTodd Gamblin1-3/+6
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-10-24remove wildcards from make spack core and packagesTodd 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-03-31Convert Python 2 idioms to Python 2/3-compatible ones.Todd Gamblin1-1/+3
2017-01-26Standardize argparse help messages (#2847)Adam J. Stewart1-9/+9
2016-12-12Add documentation for repositories and namespaces. (#2474)Todd Gamblin1-1/+1
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-15/+14
2016-06-08Remove last two remaining from external importsOrion Poplawski1-1/+1
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-9/+9
2016-03-03Rmoved periods. Should help use of cut'n'paste from console windows.citibeth1-6/+6
2016-03-02Move repo creation code into repository.pyTodd Gamblin1-45/+1
2016-02-28Updated links to use new llnl.gov addressIan Lee1-1/+1
2016-01-17Fix create, diy, edit, and repo commands to use multiple repos.Todd Gamblin1-29/+28
2016-01-14Add jsonschema validation for config files.Todd Gamblin1-3/+2
2016-01-03add/remove/list working for new config format.Todd Gamblin1-10/+95
2015-12-25Merge branch 'develop' into mplegendre-multi_pkgsrc_rootsTodd Gamblin1-1/+1
2015-11-28Add a cleaned up repo command.Todd Gamblin1-64/+75
2015-11-26New, cleaner package repository structure.Todd Gamblin1-1/+1
2015-11-25Rename spack.db -> spack.repoTodd Gamblin1-1/+1
2015-11-25Rename packages.py to repository.py, PackageFinder to RepoPath.Todd Gamblin1-1/+1
2015-08-24Save progress. import gov.llnl.spack.mpich works.Todd Gamblin1-11/+6
2015-08-16Save changes to external repo integrationTodd Gamblin1-0/+129