summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xjenkins-builds/funcs_promotion.sh (renamed from hudson-builds/funcs_promotion.sh)0
-rwxr-xr-xjenkins-builds/promote-latest-builds.sh (renamed from hudson-builds/promote-latest-builds.sh)0
-rwxr-xr-xjenkins-builds/promote-to-webstart.sh (renamed from hudson-builds/promote-to-webstart.sh)0
-rwxr-xr-xjenkins-builds/relocate-webstart-folder.sh (renamed from hudson-builds/relocate-webstart-folder.sh)0
-rwxr-xr-xjenkins-builds/test_something.sh (renamed from hudson-builds/test_something.sh)0
-rwxr-xr-xuser-templates/promote-to-webstart-local.sh2
-rw-r--r--user-templates/promote-to-webstart-ssh-on-hudson.sh2
-rw-r--r--user-templates/relocate2-webstart-folder-local.sh2
-rw-r--r--user-templates/relocate2-webstart-ssh-on-hudson.sh2
-rw-r--r--user-templates/relocate2-webstart_next-ssh-on-hudson.sh2
10 files changed, 5 insertions, 5 deletions
diff --git a/hudson-builds/funcs_promotion.sh b/jenkins-builds/funcs_promotion.sh
index 8541e10..8541e10 100755
--- a/hudson-builds/funcs_promotion.sh
+++ b/jenkins-builds/funcs_promotion.sh
diff --git a/hudson-builds/promote-latest-builds.sh b/jenkins-builds/promote-latest-builds.sh
index 91ea450..91ea450 100755
--- a/hudson-builds/promote-latest-builds.sh
+++ b/jenkins-builds/promote-latest-builds.sh
diff --git a/hudson-builds/promote-to-webstart.sh b/jenkins-builds/promote-to-webstart.sh
index 6bd81a1..6bd81a1 100755
--- a/hudson-builds/promote-to-webstart.sh
+++ b/jenkins-builds/promote-to-webstart.sh
diff --git a/hudson-builds/relocate-webstart-folder.sh b/jenkins-builds/relocate-webstart-folder.sh
index 367c289..367c289 100755
--- a/hudson-builds/relocate-webstart-folder.sh
+++ b/jenkins-builds/relocate-webstart-folder.sh
diff --git a/hudson-builds/test_something.sh b/jenkins-builds/test_something.sh
index b635eb6..b635eb6 100755
--- a/hudson-builds/test_something.sh
+++ b/jenkins-builds/test_something.sh
diff --git a/user-templates/promote-to-webstart-local.sh b/user-templates/promote-to-webstart-local.sh
index 002c90a..2c8f377 100755
--- a/user-templates/promote-to-webstart-local.sh
+++ b/user-templates/promote-to-webstart-local.sh
@@ -2,7 +2,7 @@
THISDIR=`pwd`
-./hudson-builds/promote-to-webstart.sh \
+./jenkins-builds/promote-to-webstart.sh \
v2.0-rc2 \
/srv/www/jogamp.org/deployment/archive/jau01 \
/srv/www/jogamp.org/deployment/test/jau01s \
diff --git a/user-templates/promote-to-webstart-ssh-on-hudson.sh b/user-templates/promote-to-webstart-ssh-on-hudson.sh
index 6153857..cfa8dee 100644
--- a/user-templates/promote-to-webstart-ssh-on-hudson.sh
+++ b/user-templates/promote-to-webstart-ssh-on-hudson.sh
@@ -10,7 +10,7 @@ ssh [email protected] "\
git clone file:///srv/scm/jogamp-scripting.git jogamp-scripting ; \
cd jogamp-scripting ; \
ls -la ; \
- ./hudson-builds/promote-to-webstart.sh \
+ ./jenkins-builds/promote-to-webstart.sh \
$tag \
/srv/www/jogamp.org/deployment/archive/$branch/$bname \
/srv/www/jogamp.org/deployment/archive/$branch/$bname-webstart \
diff --git a/user-templates/relocate2-webstart-folder-local.sh b/user-templates/relocate2-webstart-folder-local.sh
index 6a6cbae..5a39390 100644
--- a/user-templates/relocate2-webstart-folder-local.sh
+++ b/user-templates/relocate2-webstart-folder-local.sh
@@ -4,7 +4,7 @@
# /srv/www/jogamp.org/deployment/test/jau01 \
# http://localhost/deployment/test/jau01 \
-./hudson-builds/relocate-webstart-folder.sh \
+./jenkins-builds/relocate-webstart-folder.sh \
v2.0-rc2 \
/srv/www/jogamp.org/deployment/archive/jau01 \
/srv/www/jogamp.org/deployment/test/jau01s \
diff --git a/user-templates/relocate2-webstart-ssh-on-hudson.sh b/user-templates/relocate2-webstart-ssh-on-hudson.sh
index f4c74cb..d4e6ada 100644
--- a/user-templates/relocate2-webstart-ssh-on-hudson.sh
+++ b/user-templates/relocate2-webstart-ssh-on-hudson.sh
@@ -8,7 +8,7 @@ ssh [email protected] "\
git clone file:///srv/scm/jogamp-scripting.git jogamp-scripting ; \
cd jogamp-scripting ; \
ls -la ; \
- ./hudson-builds/relocate-webstart-folder.sh \
+ ./jenkins-builds/relocate-webstart-folder.sh \
$tag \
/srv/www/jogamp.org/deployment/webstart-next \
/srv/www/jogamp.org/deployment/webstart-new \
diff --git a/user-templates/relocate2-webstart_next-ssh-on-hudson.sh b/user-templates/relocate2-webstart_next-ssh-on-hudson.sh
index 29f50bd..accaf73 100644
--- a/user-templates/relocate2-webstart_next-ssh-on-hudson.sh
+++ b/user-templates/relocate2-webstart_next-ssh-on-hudson.sh
@@ -10,7 +10,7 @@ ssh [email protected] "\
git clone file:///srv/scm/jogamp-scripting.git jogamp-scripting ; \
cd jogamp-scripting ; \
ls -la ; \
- ./hudson-builds/relocate-webstart-folder.sh \
+ ./jenkins-builds/relocate-webstart-folder.sh \
$tag \
/srv/www/jogamp.org/deployment/archive/$branch/$bname-webstart \
/srv/www/jogamp.org/deployment/webstart-next-new \