admin: distfiles/README, distfiles/file-fetcher.pl - Don't check t...

adamg adamg at pld-linux.org
Fri Aug 26 18:25:17 CEST 2005


Author: adamg                        Date: Fri Aug 26 16:25:17 2005 GMT
Module: admin                         Tag: HEAD
---- Log message:
- Don't check the server certificate against the available certificate 
  authorities (wget 1.10 refused to download lkcp sources)

---- Files affected:
admin/distfiles:
   README (1.2 -> 1.3) , file-fetcher.pl (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: admin/distfiles/README
diff -u admin/distfiles/README:1.2 admin/distfiles/README:1.3
--- admin/distfiles/README:1.2	Tue May 27 03:33:29 2003
+++ admin/distfiles/README	Fri Aug 26 18:25:12 2005
@@ -1,6 +1,8 @@
 Skrypty w tym katalogu zawierają automatyczny zasysacz plików do
 repozytorium distfiles.
 
+Wymagania: wget >= 1.10
+
 Jak to działa?
 
 Są dwie części:

================================================================
Index: admin/distfiles/file-fetcher.pl
diff -u admin/distfiles/file-fetcher.pl:1.38 admin/distfiles/file-fetcher.pl:1.39
--- admin/distfiles/file-fetcher.pl:1.38	Thu Feb  3 18:20:47 2005
+++ admin/distfiles/file-fetcher.pl	Fri Aug 26 18:25:12 2005
@@ -212,8 +212,8 @@
   my $all_out = "";
   my $bn = basename($url);
   my $local = "$tmp_dir/$md5/$bn";
-  my $cmd = "wget -nv -O $local \"$url\"";
-  my $cmd2 = "wget -nv --passive-ftp -O $local \"$url\"";
+  my $cmd = "wget -nv --no-check-certificate -O $local \"$url\"";
+  my $cmd2 = "wget -nv --no-check-certificate --passive-ftp -O $local \"$url\"";
 
   push @files, $bn;
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/admin/distfiles/README?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/admin/distfiles/file-fetcher.pl?r1=1.38&r2=1.39&f=u




More information about the pld-cvs-commit mailing list