summaryrefslogtreecommitdiffstats
path: root/user-templates/relocate2-webstart_next-ssh-on-hudson.sh
diff options
context:
space:
mode:
Diffstat (limited to 'user-templates/relocate2-webstart_next-ssh-on-hudson.sh')
-rw-r--r--user-templates/relocate2-webstart_next-ssh-on-hudson.sh22
1 files changed, 22 insertions, 0 deletions
diff --git a/user-templates/relocate2-webstart_next-ssh-on-hudson.sh b/user-templates/relocate2-webstart_next-ssh-on-hudson.sh
new file mode 100644
index 0000000..29f50bd
--- /dev/null
+++ b/user-templates/relocate2-webstart_next-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
+
+ cd /home/jogl ; \
+ rm -rf jogamp-scripting ; \
+ git clone file:///srv/scm/jogamp-scripting.git jogamp-scripting ; \
+ cd jogamp-scripting ; \
+ ls -la ; \
+ ./hudson-builds/relocate-webstart-folder.sh \
+ $tag \
+ /srv/www/jogamp.org/deployment/archive/$branch/$bname-webstart \
+ /srv/www/jogamp.org/deployment/webstart-next-new \
+ http://jogamp.org/deployment/webstart-next ; \
+ mv /srv/www/jogamp.org/deployment/webstart-next /srv/www/jogamp.org/deployment/webstart-next-old ; \
+ mv /srv/www/jogamp.org/deployment/webstart-next-new /srv/www/jogamp.org/deployment/webstart-next ; \
+ rm -rf /srv/www/jogamp.org/deployment/webstart-next-old ; \
+"
+