gunnar: server cvs-kolab.sh,1.19,1.20

cvs at kolab.org cvs at kolab.org
Wed Feb 6 14:05:56 CET 2008


Author: gunnar

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv28870

Modified Files:
	cvs-kolab.sh 
Log Message:
Try to get this script up-to-date for generating an install from cvs.

Index: cvs-kolab.sh
===================================================================
RCS file: /kolabrepository/server/cvs-kolab.sh,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- cvs-kolab.sh	30 Nov 2007 09:43:27 -0000	1.19
+++ cvs-kolab.sh	6 Feb 2008 13:05:54 -0000	1.20
@@ -10,6 +10,8 @@
 #
 # This program is free software under the GNU GPL (>=v2)
 
+KOLAB_VERSION="2.2-rc-1"
+
 KOLAB_PACKAGES=/kolab-packages
 KOLAB_DEV_USER=kolabdevel
 KOLAB_INSTALL_USER=kolabtest
@@ -59,9 +61,9 @@
     mkdir -p "${KOLAB_PACKAGES}/source-original"
     cd "${KOLAB_PACKAGES}/source-original"
 
-    echo "Downloading Kolab-Server-2.2-Beta-1 sources..."
+    echo "Downloading Kolab-Server-${KOLAB_VERSION} sources..."
 
-    wget -q -r -l1 -nd --no-parent -c -R index.html\* http://ftp.belnet.be/packages/kolab/server/beta/kolab-server-2.2-beta-1/sources/ || die "Failed to download the sources!"
+    wget -q -r -l1 -nd --no-parent -c -R index.html\* http://ftp.belnet.be/packages/kolab/server/beta/kolab-server-${KOLAB_VERSION}/sources/ || die "Failed to download the sources!"
 
     echo "Verifying source authenticity ..."
 





More information about the commits mailing list