]> git.donarmstrong.com Git - infobot.git/commitdiff
update Debian.pl for etch release
authorsimonraven <simonraven@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 29 Apr 2007 18:47:15 +0000 (18:47 +0000)
committersimonraven <simonraven@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 29 Apr 2007 18:47:15 +0000 (18:47 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1342 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/Debian.pl

index 69c7b21c70cc5395d21cd28e43460f5ce904f103..0e2eaf5742623fdd57c3508edb744187a31771f0 100644 (file)
@@ -21,9 +21,9 @@ my $protocol  = 'http';
 # format: "alias=real".
 my %dists      = (
        'unstable'      => 'sid',
-       'testing'       => 'etch',
-       'stable'        => 'sarge',
-       'oldstable'     => 'woody',
+       'testing'       => 'lenny',
+       'stable'        => 'etch',
+       'oldstable'     => 'sarge',
        'incoming'      => 'incoming',
 );