summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-11-01 03:06:01 +0100
committerSven Gothel <[email protected]>2012-11-01 03:06:01 +0100
commit7f2e7634a4add378f51eb63e048cfa3fc3a6dc05 (patch)
treeed8be6c6028253c7b42185c2c6392c340923a639
parent13afb4099aee3099a4fdd22289a4edfcaf536128 (diff)
Add update links script
-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