SPECS: builder - wget with --no-check-certificate supported
    arekm 
    arekm at pld-linux.org
       
    Sun Oct  2 20:03:38 CEST 2005
    
    
  
Author: arekm                        Date: Sun Oct  2 18:03:38 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- wget with --no-check-certificate supported
---- Files affected:
SPECS:
   builder (1.331 -> 1.332) 
---- Diffs:
================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.331 SPECS/builder:1.332
--- SPECS/builder:1.331	Sun Oct  2 12:44:01 2005
+++ SPECS/builder	Sun Oct  2 20:03:33 2005
@@ -123,6 +123,8 @@
 
 [ -f "$USER_CFG" ] && . "$USER_CFG"
 
+wget --help 2>&1 | grep -q ' \-\-no-check\-certificate ' && WGET_OPTS="$WGET_OPTS --no-check-certificate"
+
 if [ -n "$USE_PROZILLA" ]; then
 	GETURI="proz --no-getch -r -P ./ -t$WGET_RETRIES $PROZILLA_OPTS"
 	GETURI2="$GETURI"
================================================================
---- CVS-web:
    http://cvs.pld-linux.org/SPECS/builder?r1=1.331&r2=1.332&f=u
    
    
More information about the pld-cvs-commit
mailing list