]> git.donarmstrong.com Git - infobot.git/commitdiff
* Try updating Debian.pl again
authordondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 19 Oct 2007 06:35:09 +0000 (06:35 +0000)
committerdondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 19 Oct 2007 06:35:09 +0000 (06:35 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1562 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/Debian.pl

index 2c22f6a63285d1f4cbbcc056f776e537cae16434..4dfadfb8c2a29c78e535b49d164940b94d6ef36c 100644 (file)
@@ -24,18 +24,16 @@ my $protocol        = 'http';
 # format: "alias=real".
 my %dists      = (
        'unstable'      => 'sid',
-       'testing'       => 'etch',
-       'stable'        => 'sarge',
+       'testing'       => 'lenny',
+       'stable'        => 'etch',
         'experimental'  => 'experimental',
-       'oldstable'     => 'woody',
+       'oldstable'     => 'sarge',
        'incoming'      => 'incoming',
-        woody          => 'woody',
 );
 
 my %archived_dists = (
-#    woody  => 'woody',
+    woody  => 'woody',
     potato => 'potato',
-#    oldstable => 'woody',
     hamm   => 'hamm',
     buzz   => 'buzz',
     bo     => 'bo',