[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Modified to actually be, you know, not reject every DM upload .. Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>



---
 dak/process_unchecked.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py
index fd0afc4..9acdcdd 100755
--- a/dak/process_unchecked.py
+++ b/dak/process_unchecked.py
@@ -1060,7 +1060,7 @@ def check_signed_by_key():
             for m in q.getresult():
                 (rfc822, rfc2047, name, email) = utils.fix_maintainer(m[0])
                 if email == uid_email or name == uid_name:
-                    should_reject=True
+                    should_reject=False
                     break
 
         if should_reject == True:
-- 
1.5.6.5


Reply to: