]> git.donarmstrong.com Git - infobot.git/commitdiff
Contents for non-US is broken!
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 24 Nov 2000 14:26:00 +0000 (14:26 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 24 Nov 2000 14:26:00 +0000 (14:26 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@174 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/Debian.pl

index d7fbdf0f972c8159d339b172423449c6588c66a6..e4632975a662199a344dc377f1f545da4b785cfd 100644 (file)
@@ -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;
            }