thomas: server cvs-kolab.sh,1.9,1.10

cvs at kolab.org cvs at kolab.org
Thu Sep 13 16:51:20 CEST 2007


Author: thomas

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

Modified Files:
	cvs-kolab.sh 
Log Message:
cvs-kolab.sh: Don't save index.html files, they confuse the next wget -c call.


Index: cvs-kolab.sh
===================================================================
RCS file: /kolabrepository/server/cvs-kolab.sh,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cvs-kolab.sh	13 Sep 2007 14:43:35 -0000	1.9
+++ cvs-kolab.sh	13 Sep 2007 14:51:18 -0000	1.10
@@ -46,7 +46,7 @@
 
     echo "Downloading Kolab-Server-2.2-Beta-1 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!"
+    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!"
 
     echo "Verifying source authenticity ..."
 
@@ -61,7 +61,7 @@
 
 	echo "Downloading 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!"
+	wget -q -r -l1 -nd --no-parent -c -R index.html\* http://build.pardus.de/downloads/openpkg/ || die "Failed to download the horde support packages!"
 
     fi
 }





More information about the commits mailing list