summaryrefslogtreecommitdiffstats
path: root/jenkins-builds
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-02-15 14:20:07 +0100
committerSven Gothel <[email protected]>2012-02-15 14:20:07 +0100
commit8bbc86966df44f60f45f5ffe3061a7907cd68810 (patch)
tree47e71b914e9ef13f986db1ee0bfabc3f140acc16 /jenkins-builds
parent621379bda619052a9a481cdb1e68f29114654539 (diff)
Remove the per module and platform 7z archive files
Diffstat (limited to 'jenkins-builds')
-rwxr-xr-xjenkins-builds/funcs_promotion.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/jenkins-builds/funcs_promotion.sh b/jenkins-builds/funcs_promotion.sh
index fedbb86..2b31e78 100755
--- a/jenkins-builds/funcs_promotion.sh
+++ b/jenkins-builds/funcs_promotion.sh
@@ -330,6 +330,14 @@ function prom_cleanup() {
echo "INFO: delete tmp folder"
rm -rf tmp
+
+ # remove the platform 7z files of the local archive folder
+ for i in $os_and_archs ; do
+ for j in gluegen joal jocl jogl ; do
+ local zfile=archive/jogamp-$i/$j-$i.7z
+ rm -v $zfile
+ done
+ done
cd $lthisdir
}