Skip to content
Snippets Groups Projects
Commit 02236589 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#5273] Update nightly build version tags to conform dpkg rules

parent 934652bc
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ DO_LOGGING=1
DO_UPLOAD=1
SNAPSHOT_TAG=`date +%Y%m%d`
TAG_NAME_PREFIX=
VERSION_NUMBER="0.9.13"
LAUNCHPAD_PACKAGES=( "sflphone-client-gnome" "sflphone-common" )
......@@ -150,7 +151,7 @@ if [ ${IS_RELEASE} ]; then
COMMIT_HASH_BEGIN="${PREVIOUS_RELEASE_COMMIT_HASH}"
LAUNCHPAD_CONF_PREFIX="sflphone"
else
SOFTWARE_VERSION="snapshot${SNAPSHOT_TAG}"
SOFTWARE_VERSION="${VERSION_NUMBER}-rc${SNAPSHOT_TAG}"
COMMIT_HASH_BEGIN="${CURRENT_RELEASE_COMMIT_HASH}"
LAUNCHPAD_CONF_PREFIX="sflphone-nightly"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment