Skip to content
Snippets Groups Projects
Commit 5f1a4348 authored by Logan Dethrow's avatar Logan Dethrow
Browse files

Use the codeticket number ($revision) instead of the nonexistent...

Use the codeticket number ($revision) instead of the nonexistent ${VERSION_VIEWER} to set a unique version in the debian changelogs and version strings.
parent d22c315f
No related branches found
No related tags found
No related merge requests found
...@@ -279,7 +279,7 @@ then ...@@ -279,7 +279,7 @@ then
# mangle the changelog # mangle the changelog
dch --force-bad-version \ dch --force-bad-version \
--distribution unstable \ --distribution unstable \
--newversion "${VIEWER_VERSION}" \ --newversion "${revision}" \
"Automated build #$build_id, repository $branch revision $revision." \ "Automated build #$build_id, repository $branch revision $revision." \
>> "$build_log" 2>&1 >> "$build_log" 2>&1
......
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