summaryrefslogtreecommitdiffstats
path: root/user-templates/promote-to-webstart-local.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-05 22:19:26 +0100
committerSven Gothel <[email protected]>2011-02-05 22:19:26 +0100
commitb69d145dced2165759033aed6c3e6c8ae26b5a65 (patch)
tree9587cc7653de34d458684566681c3235d8d3df99 /user-templates/promote-to-webstart-local.sh
parent2cc9eac47fc05d8b6d7cb40d55b8121c54bc0b84 (diff)
Added user templates to promote stuff local and via ssh
Diffstat (limited to 'user-templates/promote-to-webstart-local.sh')
-rwxr-xr-xuser-templates/promote-to-webstart-local.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/user-templates/promote-to-webstart-local.sh b/user-templates/promote-to-webstart-local.sh
new file mode 100755
index 0000000..002c90a
--- /dev/null
+++ b/user-templates/promote-to-webstart-local.sh
@@ -0,0 +1,13 @@
+#! /bin/bash
+
+THISDIR=`pwd`
+
+./hudson-builds/promote-to-webstart.sh \
+ v2.0-rc2 \
+ /srv/www/jogamp.org/deployment/archive/jau01 \
+ /srv/www/jogamp.org/deployment/test/jau01s \
+ http://risa/deployment/test/jau01s \
+ keystore.p12 \
+ PASSWORD \
+ "some tag for the key"
+