From 1042c626ecdf0e473a95f2b60981bdc46c272315 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sat, 26 Aug 2017 12:53:20 +0000 Subject: [PATCH] excuse: Improve text for REJECTED_NEEDS_APPROVAL Signed-off-by: Niels Thykier --- britney2/excuse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney2/excuse.py b/britney2/excuse.py index e301cfe..48b4c6c 100644 --- a/britney2/excuse.py +++ b/britney2/excuse.py @@ -31,7 +31,7 @@ VERDICT2DESC = { PolicyVerdict.REJECTED_BLOCKED_BY_ANOTHER_ITEM: 'BLOCKED: Cannot migrate due to another item, which is blocked (please check which dependencies are stuck)', PolicyVerdict.REJECTED_NEEDS_APPROVAL: - 'BLOCKED: Needs an approval (either due to a freeze or due to the source suite)', + 'BLOCKED: Needs an approval (either due to a freeze, the source suite or a manual hint)', PolicyVerdict.REJECTED_CANNOT_DETERMINE_IF_PERMANENT: 'BLOCKED: Maybe temporary, maybe blocked but Britney is missing information (check below or the buildds)', PolicyVerdict.REJECTED_PERMANENTLY: