diff options
author | Sven Gothel <[email protected]> | 2011-02-05 22:19:26 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-05 22:19:26 +0100 |
commit | b69d145dced2165759033aed6c3e6c8ae26b5a65 (patch) | |
tree | 9587cc7653de34d458684566681c3235d8d3df99 /user-templates/promote-to-webstart-local.sh | |
parent | 2cc9eac47fc05d8b6d7cb40d55b8121c54bc0b84 (diff) |
Added user templates to promote stuff local and via ssh
Diffstat (limited to 'user-templates/promote-to-webstart-local.sh')
-rwxr-xr-x | user-templates/promote-to-webstart-local.sh | 13 |
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" + |