From: Joerg Jaspert Date: Fri, 18 Apr 2008 19:14:41 +0000 (+0200) Subject: Add s-p-u -> p-u mapping X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ceacb27902560fb99e8a394015e379204e0014f;p=dak Add s-p-u -> p-u mapping --- diff --git a/ChangeLog b/ChangeLog index d6681b8b..65e898eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-04-18 Joerg Jaspert + * config/debian/dak.conf: Add mapping stable-proposed-updates + -> proposed-updates. + * dak/transitions.py (load_transitions): Additionally check for invalid package list indentation diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 9763efcf..d5a7df21 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -636,6 +636,7 @@ SuiteMappings "map oldstable-security oldstable-proposed-updates"; "map stable proposed-updates"; "map stable-security proposed-updates"; + "map stable-proposed-updates proposed-updates"; "map-unreleased oldstable unstable"; "map-unreleased stable unstable"; "map-unreleased proposed-updates unstable";