summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/mirror.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-12-11Build cache: make signed/unsigned a mirror property (#41507)Harmen Stoppels1-0/+39
2023-11-30--scope: lazy defaults (#41353)Harmen Stoppels1-15/+10
2023-11-30argparse: make scope choices lazy s.t. validation in tests works (#41344)Harmen Stoppels1-9/+6
2023-10-27OCI buildcache (#38358)Harmen Stoppels1-3/+9
2023-08-22spack.caches: make fetch_cache_location lowercase (#39575)Kamil Iskra1-1/+1
2023-08-15spack.caches: uppercase global variables (#39428)Massimiliano Culpo1-1/+1
2023-08-15spack.config: use all caps for globals (#39424)Harmen Stoppels1-6/+5
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-1/+1
2023-07-22Implement fish completion (#29549)百地 希留耶1-2/+2
2023-07-13mirrors: distinguish between source/binary mirror; simplify schema (#34523)Harmen Stoppels1-66/+88
2023-07-13Standardize subcommand help strings (#38804)Adam J. Stewart1-10/+8
2023-03-08Split `satisfies(..., strict=True/False)` into two functions (#35681)Massimiliano Culpo1-1/+1
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-6/+2
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2023-01-18spack mirror create takes local paths only (#34992)Harmen Stoppels1-29/+14
2023-01-17Reduce verbosity in mirrors.yaml (#34210)roottreej1-1/+20
2023-01-16Refer to mirrors by name, path, or url (#34891)Harmen Stoppels1-3/+2
2022-12-13Use file paths/urls correctly (#34452)Harmen Stoppels1-6/+3
2022-08-11Fix performance regression with `spack mirror create --all` (#32005)Massimiliano Culpo1-102/+208
2022-07-31black: reformat entire repository with blackTodd Gamblin1-115/+135
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-1/+1
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-19Add connection specification to mirror creation (#24244)Joseph Snyder1-15/+30
2021-08-19New `spack.environment.active_environment` api, and make spack.environment no...Harmen Stoppels1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-2/+1
2021-05-28Pipelines: reproducible builds (#22887)Scott Wittenburg1-40/+2
2021-02-16Pipelines: Temporary buildcache storage (#21474)Scott Wittenburg1-0/+27
2021-02-09Procedure to deprecate old versions of software (#20767)Adam J. Stewart1-1/+4
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-06-03Mirrors: add option to exclude packages from "mirror create" (#14154)Peter Scheibel1-7/+39
2020-03-07Only use stable versions for public mirror (#15100)Peter Scheibel1-2/+6
2020-01-22Use `spack commands --format=bash` to generate shell completion (#14393)Adam J. Stewart1-7/+7
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-10-25`mirror create --all` can mirror everything (#12940)Peter Scheibel1-48/+85
2019-10-22fetching: S3 upload and download (#11117)Omar Padron1-26/+99
2019-09-20targets: Spack targets can now be fine-grained microarchitecturesMassimiliano Culpo1-1/+1
2019-08-15mirrors: make `spack mirror` environment aware (#12345)Greg Becker1-3/+8
2019-06-05tty: make tty.* print exception typesTamara Dahlgren1-0/+1
2019-05-27mirror create: non-zero return code (#8585)Axel Huebl1-0/+2
2019-04-17Features: Improve Spec format strings (#10556)Greg Becker1-2/+2
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-12-16mirrors: patches are now properly added to mirrors (#8993)Peter Scheibel1-4/+7
2018-11-09commands: rework command categories and argumentsTodd 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-06-01Skip external specs when creating mirrors (#8084)Massimiliano Culpo1-5/+9
2018-05-17make check_for_compiler_existence an instance variableTodd Gamblin1-1/+1
2018-05-17init: move spack.repo global variable into its own moduleTodd Gamblin1-1/+1