Skip to content

Commit

Permalink
do not include cfg_files.sh in scripts tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Jan 22, 2024
1 parent 434a101 commit 2b3d0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_directory_tarballs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ echo_green "Done! Created tarball ${tarname}."
tartmp=$(mktemp -t -d scripts.XXXXX)
mkdir "${tartmp}/${version}"
tarname="eessi-${version}-scripts-$(date +%s).tar.gz"
curl -Ls ${SOFTWARE_LAYER_TARBALL_URL} | tar xzf - -C "${tartmp}/${version}" --strip-components=1 --no-wildcards-match-slash --wildcards '*/scripts/'
curl -Ls ${SOFTWARE_LAYER_TARBALL_URL} | tar xzf - -C "${tartmp}/${version}" --strip-components=1 --no-wildcards-match-slash --wildcards '*/scripts/u*' '*/scripts/gpu_support/'
tar czf "${tarname}" -C "${tartmp}" "${version}"
rm -rf "${tartmp}"

Expand Down

0 comments on commit 2b3d0de

Please sign in to comment.