From 57f9c98241c1eeaa3fe8b8aaf64bbfed2c7bc3be Mon Sep 17 00:00:00 2001 From: Ivo De Decker Date: Sat, 31 Aug 2019 21:14:02 +0000 Subject: [PATCH] Fix some verdict descriptions --- britney2/excuse.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/britney2/excuse.py b/britney2/excuse.py index 3327b84..9f8f3c6 100644 --- a/britney2/excuse.py +++ b/britney2/excuse.py @@ -34,9 +34,9 @@ VERDICT2DESC = { PolicyVerdict.REJECTED_NEEDS_APPROVAL: '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)', + 'BLOCKED: Maybe temporary, maybe blocked but Britney is missing information (check below)', PolicyVerdict.REJECTED_PERMANENTLY: - 'BLOCKED: Rejected/introduces a regression', + 'BLOCKED: Rejected/violates migration policy/introduces a regression', }