mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-29 11:21:31 +00:00
Implement a mandatory 10 day migration delay
Per https://lists.debian.org/debian-devel-announce/2016/11/msg00002.html Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
3e888a9fdf
commit
0349cd9477
@ -46,10 +46,10 @@ NEW_ARCHES =
|
|||||||
|
|
||||||
# priorities and delays
|
# priorities and delays
|
||||||
MINDAYS_LOW = 10
|
MINDAYS_LOW = 10
|
||||||
MINDAYS_MEDIUM = 5
|
MINDAYS_MEDIUM = 10
|
||||||
MINDAYS_HIGH = 2
|
MINDAYS_HIGH = 10
|
||||||
MINDAYS_CRITICAL = 0
|
MINDAYS_CRITICAL = 10
|
||||||
MINDAYS_EMERGENCY = 0
|
MINDAYS_EMERGENCY = 10
|
||||||
DEFAULT_URGENCY = medium
|
DEFAULT_URGENCY = medium
|
||||||
|
|
||||||
HINTSDIR = /srv/release.debian.org/britney/hints
|
HINTSDIR = /srv/release.debian.org/britney/hints
|
||||||
|
@ -46,10 +46,10 @@ NEW_ARCHES =
|
|||||||
|
|
||||||
# priorities and delays
|
# priorities and delays
|
||||||
MINDAYS_LOW = 10
|
MINDAYS_LOW = 10
|
||||||
MINDAYS_MEDIUM = 5
|
MINDAYS_MEDIUM = 10
|
||||||
MINDAYS_HIGH = 2
|
MINDAYS_HIGH = 10
|
||||||
MINDAYS_CRITICAL = 0
|
MINDAYS_CRITICAL = 10
|
||||||
MINDAYS_EMERGENCY = 0
|
MINDAYS_EMERGENCY = 10
|
||||||
DEFAULT_URGENCY = medium
|
DEFAULT_URGENCY = medium
|
||||||
|
|
||||||
HINTSDIR = /srv/release.debian.org/britney/hints
|
HINTSDIR = /srv/release.debian.org/britney/hints
|
||||||
|
Loading…
x
Reference in New Issue
Block a user