diff options
author | Peter Scheibel <scheibel1@llnl.gov> | 2018-12-16 10:15:22 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2018-12-16 10:15:22 -0800 |
commit | 0217a651c887e7b2bc1636f6bcd92aa1a8456de8 (patch) | |
tree | 15ea2c2f6ea9b29e8c098452b5b79cbe7b3e8586 /.dockerignore | |
parent | 9f528ccba0a03a9338c9124c1bcbf08f033e754d (diff) | |
download | spack-0217a651c887e7b2bc1636f6bcd92aa1a8456de8.tar.gz spack-0217a651c887e7b2bc1636f6bcd92aa1a8456de8.tar.bz2 spack-0217a651c887e7b2bc1636f6bcd92aa1a8456de8.tar.xz spack-0217a651c887e7b2bc1636f6bcd92aa1a8456de8.zip |
mirrors: patches are now properly added to mirrors (#8993)
* This fixes a number of bugs:
* Patches were not properly downloaded and added to mirrors.
* Mirror create didn't respect `list_url` in packages
* Update the `spack mirror` command to add all packages in the
concretized DAG (where originally it only added the package specified
by the user). This is required in order to collect patches that are specified
by dependents. Example:
* if X->Y and X requires a patch on Y called Pxy, then Pxy will only
be discovered if you create a mirror with X.
* replace confusing --one-version-per-spec option for `spack mirror create`
with --versions-per-spec; support retrieving multiple versions for
concrete specs
* Implementation details:
* `spack mirror create` now uses regular staging logic to download files
into a mirror, instead of reimplementing it in `add_single_spec`.
* use a separate resource caching object to keep track of new
resources and already-existing resources; also accepts storing
resources retrieved from a cache (unlike the local cache)
* mirror cache object now stores resources that are considered
non-cachable, like (e.g. the tip of a branch);
* the 'create' function of the mirror module no longer traverses
dependencies since this was already handled by the 'mirror' command;
* Change handling of `--no-checksum`:
* now that 'mirror create' uses stages, the mirror tests disable
checksums when creating the mirror
* remove `no_checksum` argument from library functions - this is now
handled at the Spack-command-level (like for 'spack install')
Diffstat (limited to '.dockerignore')
0 files changed, 0 insertions, 0 deletions