diff options
author | Sven Gothel <[email protected]> | 2011-02-28 00:26:24 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-28 00:26:24 +0100 |
commit | 3b8f2a1a6a599265c47b340bf433ba26308b98e2 (patch) | |
tree | e54605dae5f69f9d490529ebdf127704c529aa8a | |
parent | 162ba12b22dc5520f99b99868b07941a6f4845c1 (diff) |
jogl-demos: use slave's artifacts, and only commit/branch of master
-rwxr-xr-x | hudson-builds/promote-latest-builds.sh | 4 |
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` |