summaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
Diffstat (limited to 'deployment')
-rw-r--r--deployment/update-current-links.sh5
-rw-r--r--deployment/update-next-links.sh4
2 files changed, 9 insertions, 0 deletions
diff --git a/deployment/update-current-links.sh b/deployment/update-current-links.sh
new file mode 100644
index 0000000..7996944
--- /dev/null
+++ b/deployment/update-current-links.sh
@@ -0,0 +1,5 @@
+
+rm -f jogamp-current webstart
+ln -s $1 jogamp-current
+ln -s $1 webstart
+
diff --git a/deployment/update-next-links.sh b/deployment/update-next-links.sh
new file mode 100644
index 0000000..befb719
--- /dev/null
+++ b/deployment/update-next-links.sh
@@ -0,0 +1,4 @@
+
+rm -f jogamp-next webstart-next
+ln -s $1 jogamp-next
+ln -s $1 webstart-next