Skip to content
Snippets Groups Projects
Commit 7cc67b5c authored by Massimiliano Culpo's avatar Massimiliano Culpo Committed by Harmen Stoppels
Browse files

bootstrap mirror: fix references from v0.4 to v0.6 (#48235)

parent 1f9b0e39
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
# Tarball to be downloaded if binary packages are requested in a local mirror # Tarball to be downloaded if binary packages are requested in a local mirror
BINARY_TARBALL = "https://github.com/spack/spack-bootstrap-mirrors/releases/download/v0.4/bootstrap-buildcache.tar.gz" BINARY_TARBALL = "https://github.com/spack/spack-bootstrap-mirrors/releases/download/v0.6/bootstrap-buildcache.tar.gz"
#: Subdirectory where to create the mirror #: Subdirectory where to create the mirror
LOCAL_MIRROR_DIR = "bootstrap_cache" LOCAL_MIRROR_DIR = "bootstrap_cache"
...@@ -51,9 +51,9 @@ ...@@ -51,9 +51,9 @@
}, },
} }
CLINGO_JSON = "$spack/share/spack/bootstrap/github-actions-v0.4/clingo.json" CLINGO_JSON = "$spack/share/spack/bootstrap/github-actions-v0.6/clingo.json"
GNUPG_JSON = "$spack/share/spack/bootstrap/github-actions-v0.4/gnupg.json" GNUPG_JSON = "$spack/share/spack/bootstrap/github-actions-v0.6/gnupg.json"
PATCHELF_JSON = "$spack/share/spack/bootstrap/github-actions-v0.4/patchelf.json" PATCHELF_JSON = "$spack/share/spack/bootstrap/github-actions-v0.6/patchelf.json"
# Metadata for a generated source mirror # Metadata for a generated source mirror
SOURCE_METADATA = { SOURCE_METADATA = {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment