From 6e560c854ad2d36753e97a75804edd1b099fbd6d Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Wed, 8 Feb 2017 17:49:30 +0000 Subject: [PATCH] Only show the first (relevant) remove hint in excuses In the unlike case that there are multiple removal hints, showing the first valid hint should be sufficient. Signed-off-by: Niels Thykier --- britney.py | 1 + 1 file changed, 1 insertion(+) diff --git a/britney.py b/britney.py index ceab846..6a7262f 100755 --- a/britney.py +++ b/britney.py @@ -1304,6 +1304,7 @@ class Britney(object): excuse.addhtml("Removal request by %s" % (hint.user)) excuse.addhtml("Trying to remove package, not update it") excuse.is_valid = False + break # check if there is a `block' or `block-udeb' hint for this package, or a `block-all source' hint blocked = {}