diff options
author | Sven Gothel <[email protected]> | 2010-11-09 07:34:47 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-09 07:34:47 +0100 |
commit | 6600cbaeef5b0fa47751cdaa10575915dc92d456 (patch) | |
tree | c02ea43fd841f4391665148017bf2d5c7a199fe2 /hudson-builds | |
parent | 8f5ec187a744d3535a3a0bce928b2e2ae0ddc2f5 (diff) |
Add jnlp security tag filter for unsigned temp builds
Diffstat (limited to 'hudson-builds')
-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 + |