We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8e18f commit 148ca10Copy full SHA for 148ca10
scripts/ingest-tarball.sh
@@ -73,7 +73,7 @@ function check_version() {
73
74
# Check if the EESSI version number encoded in the filename
75
# is valid, i.e. matches the format YYYY.DD
76
- if ! echo "${version}" | egrep -q '^20[0-9][0-9]\.(0[0-9]|1[0-2])$'
+ if ! echo "${version}" | egrep '(^20[0-9][0-9]\.(0[0-9]|1[0-2])$)|(^20[0-9][0-9][0-9][0-9][0-9][0-9]$)'
77
then
78
error "${version} is not a valid EESSI version."
79
fi
0 commit comments