thomas: server cvs-kolab.sh,1.3,1.4

cvs at kolab.org cvs at kolab.org
Wed Sep 12 18:56:55 CEST 2007


Author: thomas

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

Modified Files:
	cvs-kolab.sh 
Log Message:
cvs-kolab.sh: Continue aborted downloads if possible


Index: cvs-kolab.sh
===================================================================
RCS file: /kolabrepository/server/cvs-kolab.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cvs-kolab.sh	12 Sep 2007 16:50:43 -0000	1.3
+++ cvs-kolab.sh	12 Sep 2007 16:56:53 -0000	1.4
@@ -43,7 +43,7 @@
 
     echo "Downloading Kolab-Server-2.2-Beta-1 sources..."
 
-    wget -q -r -l1 -nd --no-parent 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 http://ftp.belnet.be/packages/kolab/server/beta/kolab-server-2.2-beta-1/sources/ || die "Failed to download the sources!"
 
     echo "Verifying source authenticity ..."
 
@@ -58,7 +58,7 @@
     
 	echo "Downloading Horde support packages ..."
 
-	wget -q -r -l1 -nd --no-parent http://build.pardus.de/downloads/openpkg/ || die "Failed to download the horde support packages!"
+	wget -q -r -l1 -nd --no-parent -c http://build.pardus.de/downloads/openpkg/ || die "Failed to download the horde support packages!"
 	
     fi
 }





More information about the commits mailing list