summaryrefslogtreecommitdiffstats
path: root/hudson-builds/promote-latest-builds.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hudson-builds/promote-latest-builds.sh')
-rwxr-xr-xhudson-builds/promote-latest-builds.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/hudson-builds/promote-latest-builds.sh b/hudson-builds/promote-latest-builds.sh
index 1079c70..74959f5 100755
--- a/hudson-builds/promote-latest-builds.sh
+++ b/hudson-builds/promote-latest-builds.sh
@@ -151,7 +151,9 @@ function promote-latest-builds() {
echo "jogl-demos.build.number=$bjogldemosmaster" >> $dest/aggregated.artifact.properties
cp -a $jogldemosmaster/jogl-demos*.7z $dest/
- cp -a $jogldemosmaster/artifact.properties $dest/jogl-demos.artifact.properties
+ cp -a $jogldemosslave/artifact.properties $dest/jogl-demos.artifact.properties
+ grep jogl-demos.build.branch $jogldemosmaster/artifact.properties >> jogl-demos.artifact.properties
+ grep jogl-demos.build.commit $jogldemosmaster/artifact.properties >> jogl-demos.artifact.properties
cd $dest
fname=`find . -name jogl-demos\*$masterpick.7z`