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

Updated llappearance-utility-source autobuild package to latest and changed...

Updated llappearance-utility-source autobuild package to latest and changed debian changelog mangling to include codeticket number.
parent d8a8f03d
Branches
Tags
No related merge requests found
...@@ -747,7 +747,6 @@ ...@@ -747,7 +747,6 @@
</map> </map>
</map> </map>
</map> </map>
<key>google_breakpad</key> <key>google_breakpad</key>
<map> <map>
<key>license</key> <key>license</key>
...@@ -1291,9 +1290,9 @@ ...@@ -1291,9 +1290,9 @@
<key>archive</key> <key>archive</key>
<map> <map>
<key>hash</key> <key>hash</key>
<string>8a4043450403dc43c0b228118c4bb34b</string> <string>495feeabaaa38a96e8cc3d3d42c0e124</string>
<key>url</key> <key>url</key>
<string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/llappearanceutility-source/rev/277034/arch/Linux/installer/llappearanceutility_source-0.1-linux-20130605.tar.bz2</string> <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/llappearanceutility-source/rev/277105/arch/Linux/installer/llappearanceutility_source-0.1-linux-20130606.tar.bz2</string>
</map> </map>
<key>name</key> <key>name</key>
<string>linux</string> <string>linux</string>
......
...@@ -276,10 +276,14 @@ then ...@@ -276,10 +276,14 @@ then
then then
begin_section "Build Viewer Debian Package" begin_section "Build Viewer Debian Package"
local have_private_repo=false local have_private_repo=false
# Get the current version.
local current_version=`dpkg-parsechangelog | grep ^Version | awk '{ print $2 }'`
# mangle the changelog # mangle the changelog
dch --force-bad-version \ dch --force-bad-version \
--distribution unstable \ --distribution unstable \
--newversion "${revision}" \ --newversion "${current_version}"+"${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.
Please register or to comment