From 08f1931fd82dacafda55bd6ceb49f8a5571532df Mon Sep 17 00:00:00 2001 From: dms Date: Fri, 24 Nov 2000 14:26:00 +0000 Subject: [PATCH] Contents for non-US is broken! git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@174 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/Debian.pl | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/Modules/Debian.pl b/src/Modules/Debian.pl index d7fbdf0..e463297 100644 --- a/src/Modules/Debian.pl +++ b/src/Modules/Debian.pl @@ -25,11 +25,12 @@ my %dists = ( my %urlcontents = ( "debian/Contents-##DIST-i386.gz" => "ftp://ftp.us.debian.org". - "/debian/dists/##DIST/Contents-i386.gz", #woody = BROKEN - - "debian/Contents-##DIST-i386-non-US.gz" => - "ftp://ftp.ca.debian.org". - "/debian-non-US/dists/##DIST/non-US/Contents-i386.gz", + "/debian/dists/##DIST/Contents-i386.gz", +### BROKEN!!! +# "debian/Contents-##DIST-i386-non-US.gz" => +# "ftp://ftp.ca.debian.org". +# "/debian-non-US/dists/##DIST/non-US/Contents-i386.gz", +### ); my %urlpackages = ( @@ -110,8 +111,8 @@ sub DebianDownload { # hope it doesn't do anything bad. if ($file =~ /Contents-woody-i386-non-US/) { &main::DEBUG("Skipping Contents-woody-i386-non-US."); - $file =~ s/woody/potato/; - $path =~ s/woody/potato/; +# $file =~ s/woody/potato/; +# $path =~ s/woody/potato/; ### next; } -- 2.39.2