SPECS: builder - wget stuff in one place

glen glen at pld-linux.org
Thu Apr 27 18:35:39 CEST 2006


Author: glen                         Date: Thu Apr 27 16:35:39 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- wget stuff in one place

---- Files affected:
SPECS:
   builder (1.425 -> 1.426) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.425 SPECS/builder:1.426
--- SPECS/builder:1.425	Tue Apr 25 20:25:19 2006
+++ SPECS/builder	Thu Apr 27 18:35:33 2006
@@ -125,8 +125,6 @@
 
 [ -f "$USER_CFG" ] && . "$USER_CFG"
 
-wget --help 2>&1 | grep -q ' \-\-no-check\-certificate ' && WGET_OPTS="$WGET_OPTS --no-check-certificate"
-
 if [ "$SCHEDTOOL" = "auto" ]; then
 	if [ -x /usr/bin/schedtool ] && schedtool -B -e echo >/dev/null; then
 		SCHEDTOOL="schedtool -B -e"
@@ -144,6 +142,7 @@
 	GETURI2="$GETURI"
 	OUTFILEOPT="-o"
 else
+	wget --help 2>&1 | grep -q ' \-\-no-check\-certificate ' && WGET_OPTS="$WGET_OPTS --no-check-certificate"
 	wget --help 2>&1 | grep -q ' \-\-inet ' && WGET_OPTS="$WGET_OPTS --inet"
 	wget --help 2>&1 | grep -q ' \-\-retry\-connrefused ' && WGET_OPTS="$WGET_OPTS --retry-connrefused"
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/builder?r1=1.425&r2=1.426&f=u



More information about the pld-cvs-commit mailing list