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 148ca10 commit e1808c3Copy full SHA for e1808c3
scripts/ingest-tarball.sh
@@ -72,7 +72,7 @@ function check_version() {
72
fi
73
74
# Check if the EESSI version number encoded in the filename
75
- # is valid, i.e. matches the format YYYY.DD
+ # is valid, i.e. matches the format YYYY.MM or YYYYMMDD
76
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."
0 commit comments