summaryrefslogtreecommitdiffstats
path: root/hudson-builds
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-13 13:58:54 +0100
committerSven Gothel <[email protected]>2010-12-13 13:58:54 +0100
commit9f7148fdf3e26ea82cfb985d83eba22768eaf1d5 (patch)
tree899067c35caeefb0929e9afbaa1753571c75005c /hudson-builds
parent506ca347787d0b698a4e773876b8bfd94d1754d6 (diff)
Add JOAL
Diffstat (limited to 'hudson-builds')
-rwxr-xr-xhudson-builds/promote-latest-builds.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/hudson-builds/promote-latest-builds.sh b/hudson-builds/promote-latest-builds.sh
index 0047484..b52a315 100755
--- a/hudson-builds/promote-latest-builds.sh
+++ b/hudson-builds/promote-latest-builds.sh
@@ -73,6 +73,22 @@ function promote-latest-builds() {
unzip -q ../gluegen-javadoc.zip
cd $rootdir
+ joalslave=`prom_lslatest joal-b`
+ bjoalslave=`prom_buildnumber_2 $joalslave`
+ echo
+ echo JOAL
+ echo
+ echo slave build $bjoalslave - $joalslave
+ echo
+ echo "joal.build.number=$bjoalslave" >> $dest/aggregated.artifact.properties
+
+ prom_promote_files joal $joalslave $dest joal
+
+ cp -a $joalslave/javadoc.zip $dest/joal-javadoc.zip
+ cd $dest/javadoc
+ unzip -q ../joal-javadoc.zip
+ cd $rootdir
+
joglslave=`prom_lslatest jogl-b`
bjoglslave=`prom_buildnumber_2 $joglslave`
joglmaster=`prom_lslatest jogl-master-b`