From 6e8cdb6c3996cb99bae6ba7e88509cf7188cafba Mon Sep 17 00:00:00 2001 From: Jose Gracia Date: Wed, 4 Sep 2024 04:56:25 -0500 Subject: [PATCH] Fix repo locations --- hlrs-plumbing/scripts/xx_create_release_env.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hlrs-plumbing/scripts/xx_create_release_env.sh b/hlrs-plumbing/scripts/xx_create_release_env.sh index d152412..5e566b3 100755 --- a/hlrs-plumbing/scripts/xx_create_release_env.sh +++ b/hlrs-plumbing/scripts/xx_create_release_env.sh @@ -24,7 +24,7 @@ arg_prefix=$2 log () { local msg=$1 if [[ -n $_VERBOSITY ]]; then - echo $msg + echo "### $msg" fi } @@ -55,9 +55,7 @@ HLRS_SOFTWARE_STACK_RELEASE_VERSION__USER=$(canonize_tag $arg_tag) HLRS_OPT_PREFIX__USER=$(create_dir $arg_prefix) # 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/software-stack-plumbing.git -_HLRS_SPACK_CONFIG_REPO= +_HLRS_SPACK_PLUMBING_REPO=file://$HOME/spack-test/dummy_repo/release_root.git # bootstrap environment variables # (using [bash process substitution](https://tldp.org/LDP/abs/html/process-sub.html))