summaryrefslogtreecommitdiffstats
path: root/jenkins-builds
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-14 05:02:38 +0200
committerSven Gothel <[email protected]>2011-09-14 05:02:38 +0200
commitefad25bfeae26a644efc6a471d056088052aa74b (patch)
tree2885045f6fb21d069a91a1021cae2038240ac7bc /jenkins-builds
parent7445d4142d088ad311437181ddb070da6d8d122b (diff)
use unsigned jar files from util package
Diffstat (limited to 'jenkins-builds')
-rwxr-xr-xjenkins-builds/promote-latest-builds.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jenkins-builds/promote-latest-builds.sh b/jenkins-builds/promote-latest-builds.sh
index b94db61..64db25c 100755
--- a/jenkins-builds/promote-latest-builds.sh
+++ b/jenkins-builds/promote-latest-builds.sh
@@ -247,8 +247,8 @@ function promote-latest-builds() {
echo Aggregation folder $wsdir for URL $url
echo
- cp -av ../util/applet-launcher.jar jar/
- cp -av ../util/junit.* jar/
+ cp -av ../util/unsigned/applet-launcher.jar jar/
+ cp -av ../util/unsigned/junit.* jar/
local OK=1
grep ERROR $logfile && OK=0