diff options
Diffstat (limited to 'hudson-builds')
-rwxr-xr-x | hudson-builds/test_something.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hudson-builds/test_something.sh b/hudson-builds/test_something.sh new file mode 100755 index 0000000..7f20781 --- /dev/null +++ b/hudson-builds/test_something.sh @@ -0,0 +1,12 @@ +#! /bin/bash + +wsdir=/srv/www/jogamp.org/deployment/archive/gluegen_195-jogl_203-jocl_200 +url=http://jogamp.org/deployment/archive/gluegen_195-jogl_203-jocl_200 + +sdir=`dirname $0` + +. $sdir/../deployment/funcs_jnlp_relocate.sh + +copy_relocate_jnlps $url $wsdir +remove_security_tag_jnlps $wsdir + |