summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-28 00:26:24 +0100
committerSven Gothel <[email protected]>2011-02-28 00:26:24 +0100
commit3b8f2a1a6a599265c47b340bf433ba26308b98e2 (patch)
treee54605dae5f69f9d490529ebdf127704c529aa8a
parent162ba12b22dc5520f99b99868b07941a6f4845c1 (diff)
jogl-demos: use slave's artifacts, and only commit/branch of master
-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`