]> git.donarmstrong.com Git - dak.git/commitdiff
Add s-p-u -> p-u mapping
authorJoerg Jaspert <joerg@debian.org>
Fri, 18 Apr 2008 19:14:41 +0000 (21:14 +0200)
committerJoerg Jaspert <joerg@debian.org>
Fri, 18 Apr 2008 19:14:41 +0000 (21:14 +0200)
ChangeLog
config/debian/dak.conf

index d6681b8be26c1194234d18a501bc17e6f38276a9..65e898ebbab112fc688276bc7d2e6a2f3286dec2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-04-18  Joerg Jaspert  <joerg@debian.org>
 
+       * config/debian/dak.conf: Add mapping stable-proposed-updates
+         -> proposed-updates.
+
        * dak/transitions.py (load_transitions): Additionally check for
        invalid package list indentation
 
index 9763efcff67e6be114465f23b9d80ad6c4279a0f..d5a7df219e7626abca60af5ea247d4eb75a8f732 100644 (file)
@@ -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";