diff options
| author | Logan Dethrow <log@lindenlab.com> | 2013-06-06 17:04:09 -0400 | 
|---|---|---|
| committer | Logan Dethrow <log@lindenlab.com> | 2013-06-06 17:04:09 -0400 | 
| commit | 5f1a43489b8fb54bf09d624fb48bad3079682b9d (patch) | |
| tree | f042f682c5ef6d9c93d05adc7d3dee3c31a03405 | |
| parent | d22c315f575bf5b50909f7abab7b343868b4452e (diff) | |
Use the codeticket number ($revision) instead of the nonexistent ${VERSION_VIEWER} to set a unique version in the debian changelogs and version strings.
| -rwxr-xr-x | build.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
