Skip to content

Commit 32eee19

Browse files
author
Caspar van Leeuwen
committed
Make sure to replace slashes with dashes
1 parent 58b21f4 commit 32eee19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bot/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ source $software_layer_dir/init/eessi_defaults
271271
# append the project (subdirectory) name to the end tarball name. This is information
272272
# then used at the ingestion stage. If ${EESSI_DEV_PROJECT} is not defined, nothing is
273273
# appended
274-
export TGZ=$(printf "eessi-%s-software-%s-%s-%s-%b%d.tar.gz" ${EESSI_VERSION} ${EESSI_OS_TYPE} ${EESSI_SOFTWARE_SUBDIR_OVERRIDE//\//-} ${EESSI_ACCELERATOR_TARGET_OVERRIDE} ${EESSI_DEV_PROJECT:+$EESSI_DEV_PROJECT-} ${timestamp})
274+
export TGZ=$(printf "eessi-%s-software-%s-%s-%s-%b%d.tar.gz" ${EESSI_VERSION} ${EESSI_OS_TYPE} ${EESSI_SOFTWARE_SUBDIR_OVERRIDE//\//-} ${EESSI_ACCELERATOR_TARGET_OVERRIDE//\//-} ${EESSI_DEV_PROJECT:+$EESSI_DEV_PROJECT-} ${timestamp})
275275

276276
# Export EESSI_DEV_PROJECT to use it (if needed) when making tarball
277277
echo "bot/build.sh: EESSI_DEV_PROJECT='${EESSI_DEV_PROJECT}'"

0 commit comments

Comments
 (0)