]> git.donarmstrong.com Git - infobot.git/commitdiff
modify for new debian release
authorsimonraven <simonraven@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 15 Mar 2011 03:24:53 +0000 (03:24 +0000)
committersimonraven <simonraven@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 15 Mar 2011 03:24:53 +0000 (03:24 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1900 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/Debian.pl

index b4bd5b42b9f553bbaa16b40f6078af8d7d5c2fa4..8edf12dffae8301e6fed0ba2d425624425fdc189 100644 (file)
@@ -28,14 +28,17 @@ my $arch = "i386";
 # format: "alias=real".
 my %dists = (
     'unstable'     => 'sid',
-    'testing'      => 'lenny',
-    'stable'       => 'etch',
+    'testing'      => 'wheezy',
+    'stable'       => 'squeeze',
     'experimental' => 'experimental',
-    'oldstable'    => 'sarge',
+    'oldstable'    => 'lenny',
     'incoming'     => 'incoming',
 );
 
 my %archived_dists = (
+       lenny  => 'lenny',
+       etch   => 'etch',
+       sarge  => 'sarge',
     woody  => 'woody',
     potato => 'potato',
     hamm   => 'hamm',