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-ssh-on-hudson.sh | |
parent | 2cc9eac47fc05d8b6d7cb40d55b8121c54bc0b84 (diff) |
Added user templates to promote stuff local and via ssh
Diffstat (limited to 'user-templates/promote-to-webstart-ssh-on-hudson.sh')
-rw-r--r-- | user-templates/promote-to-webstart-ssh-on-hudson.sh | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/user-templates/promote-to-webstart-ssh-on-hudson.sh b/user-templates/promote-to-webstart-ssh-on-hudson.sh new file mode 100644 index 0000000..6153857 --- /dev/null +++ b/user-templates/promote-to-webstart-ssh-on-hudson.sh @@ -0,0 +1,22 @@ +#! /bin/bash + +branch=master +bname=gluegen_263-joal_113-jogl_292-jocl_268 +tag=v2.0-dev-master + +ssh [email protected] "\ + cd /home/jogl/sgothel ; \ + rm -rf jogamp-scripting ; \ + git clone file:///srv/scm/jogamp-scripting.git jogamp-scripting ; \ + cd jogamp-scripting ; \ + ls -la ; \ + ./hudson-builds/promote-to-webstart.sh \ + $tag \ + /srv/www/jogamp.org/deployment/archive/$branch/$bname \ + /srv/www/jogamp.org/deployment/archive/$branch/$bname-webstart \ + http://jogamp.org/deployment/archive/$branch/$bname-webstart \ + keystore.p12 \ + PASSWORD \ + \"some tag for the key\" ; \ +" + |