From: Joerg Jaspert Date: Sun, 5 Jul 2009 13:54:36 +0000 (+0200) Subject: dak.conf X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=a4bb219d894091f5658debe0ce72d94b48db0ffa;p=dak.git dak.conf allow codename uploads using maps. Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 73eea304..74cfc602 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -497,6 +497,11 @@ SuiteMappings "propup-version oldstable-security stable testing testing-proposed-updates unstable"; "propup-version stable-security testing testing-proposed-updates unstable"; "propup-version testing-security unstable"; + "map etch oldstable"; + "map lenny stable"; + "map squeeze testing"; + "map sid unstable"; + "map rc-buggy experimental"; "map oldstable oldstable-proposed-updates"; "map oldstable-security oldstable-proposed-updates"; "map stable proposed-updates";