summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/buildcache.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-20`spack buildcache push --tag`: create container image with multiple roots (#4...Harmen Stoppels1-65/+133
2023-12-11Build cache: make signed/unsigned a mirror property (#41507)Harmen Stoppels1-9/+29
2023-12-05spack buildcache check: use same interface as push (#41378)Harmen Stoppels1-8/+19
2023-11-30--scope: lazy defaults (#41353)Harmen Stoppels1-3/+2
2023-11-30argparse: make scope choices lazy s.t. validation in tests works (#41344)Harmen Stoppels1-4/+2
2023-10-27OCI buildcache (#38358)Harmen Stoppels1-42/+451
2023-10-11spack buildcache: fix a typo in a function call (#40446)Massimiliano Culpo1-3/+3
2023-09-28Partial removal of circular dependencies between `spack` and `llnl` (#40090)Massimiliano Culpo1-1/+1
2023-09-19Use process pool executors for web-crawling and retrieving archives (#39888)Massimiliano Culpo1-1/+1
2023-08-23Add --fail-fast option for generating build caches (#38496)Dom Heinzeller1-1/+25
2023-08-15spack.config: use all caps for globals (#39424)Harmen Stoppels1-2/+1
2023-08-03Buildcache commands cleanup, again... (#39203)Harmen Stoppels1-114/+87
2023-08-02feat: move -N/--namespace(s) to common args, allow in `buildcache list` (#36719)Wouter Deconinck1-1/+1
2023-07-18buildcache push: make --allow-root the default and deprecate the option (#38878)Harmen Stoppels1-9/+9
2023-07-13spack buildcache push: improve argparse (#38876)Harmen Stoppels1-8/+11
2023-07-13Standardize subcommand help strings (#38804)Adam J. Stewart1-59/+50
2023-06-23spack buildcache sync (--manifest-glob <glob> | <src> <dest>) are mutually ex...Harmen Stoppels1-3/+6
2023-06-12buildcache: remove deprecated api (#37246)Harmen Stoppels1-183/+11
2023-05-05Add spack buildcache push (alias to buildcache create) (#34861)Harmen Stoppels1-22/+20
2023-05-05deprecate buildcache create --rel, buildcache install --allow-root (#37285)Harmen Stoppels1-5/+11
2023-05-03buildcache push: improve printing (#36141)Scott Wittenburg1-20/+60
2023-03-08Split `satisfies(..., strict=True/False)` into two functions (#35681)Massimiliano Culpo1-2/+2
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-3/+1
2023-02-16spack buildcache create: push all deps / cleanup (#34860)Harmen Stoppels1-6/+8
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2023-01-16Refer to mirrors by name, path, or url (#34891)Harmen Stoppels1-108/+144
2022-12-15Add a proper deprecation warning for update-index -d (#34520)Harmen Stoppels1-1/+15
2022-12-13Use file paths/urls correctly (#34452)Harmen Stoppels1-39/+58
2022-11-15Remove exit(0) (#33896)Harmen Stoppels1-7/+6
2022-10-21Remove "spack buildcache copy" in v0.19.0 (#33437)Massimiliano Culpo1-86/+0
2022-09-01Fix cause of checksum failures in public binary mirror (#32407)Scott Wittenburg1-17/+61
2022-08-30Environments: Add support for include URLs (#29026)Tamara Dahlgren1-2/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-277/+316
2022-05-16Avoid calling a method on a NoneType object (#30637)andymwood1-1/+2
2022-05-13hashes: remove full_hash and build_hash from spackScott Wittenburg1-8/+3
2022-05-11Fix default buildcache location (#30230)Thomas Dickerson1-1/+1
2022-04-14spack ci: remove relate-CDash-builds functionality (#29950)Zack Galbreath1-21/+2
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-12-10Refactor "spack buildcache" command (#27776)Massimiliano Culpo1-385/+130
2021-12-07"spack buildcache install": don't catch exception (#27674)Harmen Stoppels1-8/+2
2021-11-02Bootstrap GnuPG (#24003)Massimiliano Culpo1-3/+11
2021-10-12Improve error messages for bootstrap download failures (#26599)Harmen Stoppels1-2/+10
2021-10-06Remove the spack.architecture module (#25986)Massimiliano Culpo1-3/+2
2021-09-09specs: move to new spec.json format with build provenance (#22845)Nathan Hanford1-53/+72
2021-08-20Fix broken develop as CI didn't run on latest merge commit (#25531)Harmen Stoppels1-1/+1
2021-08-19New `spack.environment.active_environment` api, and make spack.environment no...Harmen Stoppels1-2/+2
2021-08-19buildcache: Add environment-aware buildcache sync command (#25470)Scott Wittenburg1-0/+151
2021-08-18Bootstrap clingo from binaries (#22720)Massimiliano Culpo1-1/+13
2021-07-16API Docs: fix broken reference targetsAdam J. Stewart1-3/+4