summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorLogan Dethrow <log@lindenlab.com>2013-06-06 17:04:09 -0400
committerLogan Dethrow <log@lindenlab.com>2013-06-06 17:04:09 -0400
commit5f1a43489b8fb54bf09d624fb48bad3079682b9d (patch)
treef042f682c5ef6d9c93d05adc7d3dee3c31a03405 /build.sh
parentd22c315f575bf5b50909f7abab7b343868b4452e (diff)
Use the codeticket number ($revision) instead of the nonexistent ${VERSION_VIEWER} to set a unique version in the debian changelogs and version strings.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 1275f41fe1..dfb0ddad7a 100755
--- a/build.sh
+++ b/build.sh
@@ -279,7 +279,7 @@ then
# mangle the changelog
dch --force-bad-version \
--distribution unstable \
- --newversion "${VIEWER_VERSION}" \
+ --newversion "${revision}" \
"Automated build #$build_id, repository $branch revision $revision." \
>> "$build_log" 2>&1