]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
- store LASTCHANGE in tarball
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 27 Dec 2011 22:33:42 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    get-source.sh -> 1.4

get-source.sh

index 98400e21f1ff61d43005a96a044a44a92e7167a2..ef728e793996c9968d3ee94d7756a65c13f4406f 100644 (file)
@@ -52,6 +52,11 @@ cd $PACKAGE_NAME-$VERSION/src
 du -sh .
 sh -x $WORK_DIR/clean-source.sh
 du -sh .
+
+# add LASTCHANGE info, take "branch_revision" item
+svnver=$(wget -qO - "$CHANNELS_URL?os=linux&channel=$CHANNEL" | awk -F, 'NR > 1{print $8}')
+echo "$svnver" > build/LASTCHANGE.in
+
 cd ../..
 
 tarball=$PACKAGE_NAME-$VERSION.tar.xz
This page took 0.029743 seconds and 4 git commands to generate.