summaryrefslogtreecommitdiffstats
path: root/user-templates/promote-to-webstart-ssh-on-hudson.sh
blob: cfa8dee349b1f3ef5bc03b619b274c14e263972b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#! /bin/bash

branch=master
bname=gluegen_263-joal_113-jogl_292-jocl_268
tag=v2.0-dev-master

ssh jogl@jogamp.org "\
    cd /home/jogl/sgothel ; \
    rm -rf jogamp-scripting ; \
    git clone file:///srv/scm/jogamp-scripting.git jogamp-scripting ; \
    cd jogamp-scripting ; \
    ls -la ; \
    ./jenkins-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\" ; \
"