commit | d730b220d92a9c3915e24f46384b3175759bc11b | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Tue Mar 01 18:32:38 2016 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Mar 02 02:34:00 2016 +0000 |
tree | 2a55e549e8a174191b1420319ff6176909ad4a40 | |
parent | b5f6f5262b9307975702629a228a43163e1b9d71 [diff] [blame] |
Updating scripts for release Change-Id: I5c3cfb60d10de03e3f60643bb6d655869ccc8562
diff --git a/tools/build/onos-release b/tools/build/onos-release index 3bc4f4d..48676cc 100755 --- a/tools/build/onos-release +++ b/tools/build/onos-release
@@ -8,7 +8,7 @@ set -e -export NEW_VERSION=$1 +export NEW_VERSION=${1:-$ONOS_VERSION} [ -z "$NEW_VERSION" ] && echo "New ONOS version not specified" && exit 1 export NEW_VERSION_SHORT=${NEW_VERSION%-SNAPSHOT}