[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Stuff must be newer than in oldstable too, otherwise we get "nice" bugs like with treecc



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/dak.conf |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/config/debian/dak.conf b/config/debian/dak.conf
index cbd4f22..ee12e76 100644
--- a/config/debian/dak.conf
+++ b/config/debian/dak.conf
@@ -315,6 +315,7 @@ Suite
 	{
 	  MustBeNewerThan
 	  {
+	    OldStable;
 	    Stable;
 	  };
 //	  MustBeOlderThan
@@ -377,6 +378,7 @@ Suite
 	{
 	  MustBeNewerThan
 	  {
+	    OldStable;
 	    Stable;
 //	    Proposed-Updates;
 	    Testing;
@@ -438,6 +440,7 @@ Suite
 	{
 	  MustBeNewerThan
 	  {
+	    OldStable;
 	    Stable;
 //	    Proposed-Updates;
 	    Testing;
@@ -472,6 +475,7 @@ Suite
 	{
 	  MustBeNewerThan
 	  {
+	    OldStable;
 	    Stable;
 //	    Proposed-Updates;
 	    Testing;
-- 
1.5.6.5


Reply to: