File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
1010version=$1
1111
12- SOFTWARE_LAYER_TARBALL_URL =" https://github.com/EESSI/software-layer/tarball/${version} -software.eessi.io "
12+ SOFTWARE_LAYER_SCRIPTS_TARBALL_URL =" https://github.com/EESSI/software-layer-scripts /tarball/main "
1313
1414TOPDIR=$( dirname $( realpath $0 ) )
1515
2626tartmp=$( mktemp -t -d init.XXXXX)
2727mkdir " ${tartmp} /${version} "
2828tarname=" eessi-${version} -init-$( date +%s) .tar.gz"
29- curl -Ls ${SOFTWARE_LAYER_TARBALL_URL } | tar xzf - -C " ${tartmp} /${version} " --strip-components=1 --no-wildcards-match-slash --wildcards ' */init/'
29+ curl -Ls ${SOFTWARE_LAYER_SCRIPTS_TARBALL_URL } | tar xzf - -C " ${tartmp} /${version} " --strip-components=1 --no-wildcards-match-slash --wildcards ' */init/'
3030source " ${tartmp} /${version} /init/minimal_eessi_env"
3131if [ " ${EESSI_VERSION} " != " ${version} " ]
3232then
@@ -42,7 +42,7 @@ echo_green "Done! Created tarball ${tarname}."
4242tartmp=$( mktemp -t -d scripts.XXXXX)
4343mkdir " ${tartmp} /${version} "
4444tarname=" eessi-${version} -scripts-$( date +%s) .tar.gz"
45- curl -Ls ${SOFTWARE_LAYER_TARBALL_URL } | tar xzf - -C " ${tartmp} /${version} " --strip-components=1 --no-wildcards-match-slash --wildcards ' */scripts/'
45+ curl -Ls ${SOFTWARE_LAYER_SCRIPTS_TARBALL_URL } | tar xzf - -C " ${tartmp} /${version} " --strip-components=1 --no-wildcards-match-slash --wildcards ' */scripts/'
4646tar czf " ${tarname} " -C " ${tartmp} " " ${version} "
4747rm -rf " ${tartmp} "
4848
You can’t perform that action at this time.
0 commit comments