[csw-devel] SF.net SVN: gar:[4156] csw/mgar/gar/v2/gar.lib.mk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Apr 2 10:58:46 CEST 2009


Revision: 4156
          http://gar.svn.sourceforge.net/gar/?rev=4156&view=rev
Author:   dmichelsen
Date:     2009-04-02 08:58:46 +0000 (Thu, 02 Apr 2009)

Log Message:
-----------
mGAR v2: Increase wget timeout to honour slow FTP sites

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.lib.mk

Modified: csw/mgar/gar/v2/gar.lib.mk
===================================================================
--- csw/mgar/gar/v2/gar.lib.mk	2009-04-02 08:57:40 UTC (rev 4155)
+++ csw/mgar/gar/v2/gar.lib.mk	2009-04-02 08:58:46 UTC (rev 4156)
@@ -90,16 +90,16 @@
 
 # download an http URL (colons omitted)
 http//%: 
-	@wget $(WGET_OPTS) -T 10 -c -P $(PARTIALDIR) http://$*
+	@wget $(WGET_OPTS) -T 30 -c -P $(PARTIALDIR) http://$*
 
 https//%: 
-	@wget $(WGET_OPTS) -T 10 -c -P $(PARTIALDIR) https://$*
+	@wget $(WGET_OPTS) -T 30 -c -P $(PARTIALDIR) https://$*
 
 # download an ftp URL (colons omitted)
 #ftp//%: 
-#	@wget -T 10 -c --passive-ftp -P $(PARTIALDIR) ftp://$*
+#	@wget -T 30 -c --passive-ftp -P $(PARTIALDIR) ftp://$*
 ftp//%: 
-	@wget $(WGET_OPTS) -T 10 -c -P $(PARTIALDIR) ftp://$*
+	@wget $(WGET_OPTS) -T 30 -c -P $(PARTIALDIR) ftp://$*
 
 # link to a local copy of the file
 # (absolute path)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list