From 748db96e6fab11b9f80f9c49b94335717d616806 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 15 Feb 2012 12:11:24 -0800 Subject: [PATCH] * add back queue --- config/debian-r/dak.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/debian-r/dak.conf b/config/debian-r/dak.conf index e0e8067d..8ec83391 100644 --- a/config/debian-r/dak.conf +++ b/config/debian-r/dak.conf @@ -184,7 +184,14 @@ Dir Holding "/srv/debian-r/queue/holding/"; Done "/srv/debian-r/queue/done/"; Reject "/srv/debian-r/queue/reject/"; - Unchecked "/srv/debian-r/queue/unchecked/": + Queue + { + Unchecked "/srv/debian-r/queue/unchecked/": + Byhand "/srv/debian-r/queue/byhand/"; + New "/srv/debian-r/queue/new"; + NewStage "/srv/debian-r/queue/newstage/"; + Reject "/srv/debian-r/queue/reject/"; + }; }; DB -- 2.39.2