X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=2741eed7852a16562c4714b27fca803e9854a543;hb=6cb0b0401eaeeb6900551c20617f0a8f2293cd89;hp=0a3e70c694a198600534c27ab1197b08a0b2ad23;hpb=696fab7a5ca99726073e15d90afe2c1054ddbefa;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 0a3e70c6..2741eed7 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -168,6 +168,16 @@ Check-Overrides Suite { + OldStable + { + Components + { + main; + contrib; + non-free; + }; + }; + Stable { Components @@ -178,6 +188,27 @@ Suite }; }; + OldStable-Proposed-Updates + { + Components + { + main; + contrib; + non-free; + }; + VersionChecks + { + MustBeNewerThan + { + OldStable; + }; + Enhances + { + OldStable; + }; + }; + }; + Proposed-Updates { Components @@ -258,11 +289,17 @@ Suite MustBeNewerThan { Stable; - Testing; }; + MustBeOlderThan + { + Testing; + Testing-Proposed-Updates; + Unstable; + Experimental; + }; Enhances { - Testing; + Stable; }; }; @@ -315,19 +352,20 @@ Suite SuiteMappings { -// "propup-version oldstable-security stable testing testing-proposed-updates unstable"; + "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 lenny stable"; - "map squeeze testing"; + "map lenny oldstable"; + "map squeeze stable"; + "map wheezy testing"; "map sid unstable"; "map rc-buggy experimental"; -// "map oldstable oldstable-proposed-updates"; -// "map oldstable-security oldstable-proposed-updates"; + "map oldstable oldstable-proposed-updates"; + "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 oldstable unstable"; "map-unreleased stable unstable"; "map-unreleased proposed-updates unstable"; "map testing testing-proposed-updates";