summaryrefslogtreecommitdiff
path: root/lib/spack/spack/binary_distribution.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-11Build cache: make signed/unsigned a mirror property (#41507)Harmen Stoppels1-25/+46
2023-11-30reuse concretization: allow externals from remote when locally configured (#3...Harmen Stoppels1-1/+5
2023-11-09buildcache: skip unrecognized metadata files (#40941)Scott Wittenburg1-31/+87
2023-10-30binary_distribution.py: fix type annotation singleton (#40572)Harmen Stoppels1-22/+16
2023-10-27OCI buildcache (#38358)Harmen Stoppels1-107/+314
2023-10-17Allow / in GitVersion (#39398)Peter Scheibel1-8/+4
2023-10-11buildcache: Tell servers not to cache index or hash (#40339)Scott Wittenburg1-2/+2
2023-10-03Buildcache tarballs with rootfs structure (#39341)Harmen Stoppels1-52/+91
2023-10-02buildcache: ignore errors of newer buildcache version (#40279)Harmen Stoppels1-2/+2
2023-09-28Use st_nlink in hardlink tracking (#39328)Harmen Stoppels1-5/+7
2023-09-19Use process pool executors for web-crawling and retrieving archives (#39888)Massimiliano Culpo1-3/+4
2023-09-07CI Timing Statistics (#38598)kwryankrattiger1-1/+6
2023-08-24rebuild-index: fix race condition by avoiding parallelism (#39594)Harmen Stoppels1-25/+10
2023-08-17Delay abstract hashes lookup (#39251)Harmen Stoppels1-13/+3
2023-08-02buildcache extractall: extract directly into spec.prefix (#37441)Harmen Stoppels1-38/+58
2023-07-24Don't add `.spack/binary_distribution` twice to the tarball when re-distribut...Harmen Stoppels1-2/+10
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-12/+14
2023-07-18buildcache push: make --allow-root the default and deprecate the option (#38878)Harmen Stoppels1-12/+0
2023-07-17Lock, database and store don't need global configuration on construction (#33...Massimiliano Culpo1-9/+21
2023-07-13mirrors: distinguish between source/binary mirror; simplify schema (#34523)Harmen Stoppels1-16/+15
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-9/+7
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-2/+2
2023-06-12buildcache: remove deprecated api (#37246)Harmen Stoppels1-63/+5
2023-05-12Allow buildcache specs to be referenced by hash (#35042)Nathan Hanford1-1/+5
2023-05-12Improve error message for buildcaches (#37626)Massimiliano Culpo1-4/+15
2023-05-05Improve version, version range, and version list syntax and behavior (#36273)Harmen Stoppels1-12/+7
2023-05-05deprecate buildcache create --rel, buildcache install --allow-root (#37285)Harmen Stoppels1-12/+8
2023-05-04Update vendored ruamel.yaml to v0.17.21 (#37008)Massimiliano Culpo1-3/+1
2023-05-04buildcache metadata: store hash -> prefix mapping (#37404)Harmen Stoppels1-18/+22
2023-05-03buildcache push: improve printing (#36141)Scott Wittenburg1-81/+67
2023-04-03modules: correctly detect explicit installation (#36533)Xavier Delaruelle1-1/+1
2023-03-31typehint a few globals (#36544)Harmen Stoppels1-1/+4
2023-03-28macos: set new ad-hoc signature with codesign after binary string replacement...Harmen Stoppels1-1/+9
2023-03-16reduce spec.json.sig file size (#36157)Harmen Stoppels1-1/+5
2023-03-16Revert "minify spec.json in buildcache (#36138)" (#36156)Harmen Stoppels1-1/+1
2023-03-15minify spec.json in buildcache (#36138)Harmen Stoppels1-1/+1
2023-03-14use stage dir for buildcache create (#36091)Harmen Stoppels1-26/+42
2023-03-08buildcache create: reproducible tarballs (#35623)Harmen Stoppels1-50/+97
2023-02-23buildcache push: ensure bool arguments for include_* (#35632)Harmen Stoppels1-1/+5
2023-02-18Improve error handling in buildcache downloads (#35568)Harmen Stoppels1-9/+21
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-27/+6
2023-02-16spack buildcache create: push all deps / cleanup (#34860)Harmen Stoppels1-32/+20
2023-02-16buildcache create: avoid prefix copy (#35173)Harmen Stoppels1-37/+40
2023-02-08bindist: use append as a method, not assignable attr (#35379)Scott Wittenburg1-4/+6
2023-01-26Cleanup of binary text relocation (#34188)Harmen Stoppels1-4/+4
2023-01-19buildcache create: make "file exists" less verbose (#35019)Harmen Stoppels1-3/+3
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2023-01-16Drop Python 3.6 again (#34442)Adam J. Stewart1-1/+1
2023-01-09Revert "Allow spec.json files to be clearsigned, use transparent compression ...Harmen Stoppels1-147/+105