From 6891fa39f63d649fb90111ce778c6a5e1e0c317c Mon Sep 17 00:00:00 2001 From: Jonathan Wiltshire Date: Sun, 5 Oct 2014 09:09:17 +0000 Subject: [PATCH] Set all urgencies to 10 days As agreed in the Jessie timetable, mandatory 10-day ageing is in place for the freeze, starting today. Signed-off-by: Jonathan Wiltshire --- britney.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/britney.conf b/britney.conf index 96e9bdc..d75e4dc 100644 --- a/britney.conf +++ b/britney.conf @@ -29,11 +29,12 @@ BREAK_ARCHES = arm64 ppc64el NEW_ARCHES = arm64 ppc64el # priorities and delays +# All 10 for Jessie, normally 10/5/2/0/0 MINDAYS_LOW = 10 -MINDAYS_MEDIUM = 5 -MINDAYS_HIGH = 2 -MINDAYS_CRITICAL = 0 -MINDAYS_EMERGENCY = 0 +MINDAYS_MEDIUM = 10 +MINDAYS_HIGH = 10 +MINDAYS_CRITICAL = 10 +MINDAYS_EMERGENCY = 10 DEFAULT_URGENCY = medium # hint permissions