diff options
-rwxr-xr-x | hudson-builds/promote-latest-builds.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hudson-builds/promote-latest-builds.sh b/hudson-builds/promote-latest-builds.sh index b4d1692..f9da1e0 100755 --- a/hudson-builds/promote-latest-builds.sh +++ b/hudson-builds/promote-latest-builds.sh @@ -1,5 +1,12 @@ #! /bin/bash +## +# +# Will end up with an aggregated folder, webstart enabled, +# but not pack200 compressed and not signed. +# +## + sdir=`dirname $0` . $sdir/../deployment/funcs_jnlp_relocate.sh @@ -256,3 +263,5 @@ diff -Nurbw aggregated.artifact.properties.sorted jocl-demos-jogl-demos.artifact copy_relocate_jnlps $url $wsdir +remove_security_tag_jnlps $wsdir + |