Fix repo locations
This commit is contained in:
parent
1c8f592157
commit
6e8cdb6c39
1 changed files with 2 additions and 4 deletions
|
@ -24,7 +24,7 @@ arg_prefix=$2
|
||||||
log () {
|
log () {
|
||||||
local msg=$1
|
local msg=$1
|
||||||
if [[ -n $_VERBOSITY ]]; then
|
if [[ -n $_VERBOSITY ]]; then
|
||||||
echo $msg
|
echo "### $msg"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,9 +55,7 @@ HLRS_SOFTWARE_STACK_RELEASE_VERSION__USER=$(canonize_tag $arg_tag)
|
||||||
HLRS_OPT_PREFIX__USER=$(create_dir $arg_prefix)
|
HLRS_OPT_PREFIX__USER=$(create_dir $arg_prefix)
|
||||||
|
|
||||||
# Define various repo locations
|
# Define various repo locations
|
||||||
_HLRS_SPACK_REPO=file://$HOME/spack-test/dummy_repo/spack-v0.21.2.git
|
_HLRS_SPACK_PLUMBING_REPO=file://$HOME/spack-test/dummy_repo/release_root.git
|
||||||
_HLRS_SPACK_PLUMBING_REPO=file://$HOME/spack-test/dummy_repo/software-stack-plumbing.git
|
|
||||||
_HLRS_SPACK_CONFIG_REPO=
|
|
||||||
|
|
||||||
# bootstrap environment variables
|
# bootstrap environment variables
|
||||||
# (using [bash process substitution](https://tldp.org/LDP/abs/html/process-sub.html))
|
# (using [bash process substitution](https://tldp.org/LDP/abs/html/process-sub.html))
|
||||||
|
|
Loading…
Reference in a new issue