]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/Debian.pl
undo simonrvn default arch change
[infobot.git] / src / Modules / Debian.pl
index 2626b0fefc37644801776abb729a109ed056114e..69c7b21c70cc5395d21cd28e43460f5ce904f103 100644 (file)
@@ -21,9 +21,9 @@ my $protocol  = 'http';
 # format: "alias=real".
 my %dists      = (
        'unstable'      => 'sid',
-       'testing'       => 'sarge',
-       'stable'        => 'woody',
-       'oldstable'     => 'potato',
+       'testing'       => 'etch',
+       'stable'        => 'sarge',
+       'oldstable'     => 'woody',
        'incoming'      => 'incoming',
 );