Commit 749af29b authored by Pavel Kretov's avatar Pavel Kretov

obs-commit-version.sh: separate version with '.' instead of '_'

parent d1d4ea7f
......@@ -82,7 +82,7 @@ if [ "$1" = "--release" ] ; then
elif [ "$1" = "--nightly" ] ; then
projectName="$confNightlyProject"
packageName="$confNightlyPackage"
packageVersion="${versionAsStr}_$(date +%Y%m%d)"
packageVersion="${versionAsStr}.$(date +%Y%m%d)"
else
# Don't prevent other branches from building, but issue a warning.
echo "Use with either '--nightly' or '--release'. Exitting." >&2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment