[Fusionforge-commits] r12295 - trunk/tools/VM-scripts
Olivier Berger
olberger at fusionforge.org
Fri Feb 18 16:36:43 CET 2011
Author: olberger
Date: 2011-02-18 16:36:42 +0100 (Fri, 18 Feb 2011)
New Revision: 12295
Modified:
trunk/tools/VM-scripts/configure-scripts.sh
Log:
Add indication on how to fetch latest version
Modified: trunk/tools/VM-scripts/configure-scripts.sh
===================================================================
--- trunk/tools/VM-scripts/configure-scripts.sh 2011-02-17 20:16:49 UTC (rev 12294)
+++ trunk/tools/VM-scripts/configure-scripts.sh 2011-02-18 15:36:42 UTC (rev 12295)
@@ -6,6 +6,14 @@
# scripts symlink to give the correct up-to-date scripts versions to
# the user
+# This script, itself, may need to be brought up-to-date.
+#
+# You may try :
+# wget "https://fusionforge.org/scm/viewvc.php/*checkout*/trunk/tools/VM-scripts/configure-scripts.sh?root=fusionforge"
+# to get the latest version from the trunk (replace '/trunk' by
+# '/branches/Branch_5_1' for Branch 5.1's version for instance.
+#
+
if [ $# -ne 1 ]; then
echo "Please provide branch name to work on (Branch_5_1|trunk)"
exit 1
More information about the Fusionforge-commits
mailing list