]> git.decadent.org.uk Git - dak.git/commitdiff
Merge, with a little fix of s/not//
authorJoerg Jaspert <joerg@debian.org>
Thu, 24 Apr 2008 21:53:01 +0000 (23:53 +0200)
committerJoerg Jaspert <joerg@debian.org>
Thu, 24 Apr 2008 21:53:01 +0000 (23:53 +0200)
dak/process_unchecked.py

index 6e62c431284b95790fe7f22b53fca747a5710b0e..055f7ee85b84d1d04e02dd6f905a64734818fe13 100755 (executable)
@@ -1072,7 +1072,7 @@ def check_signed_by_key():
         if uid_name == "": sponsored = 1
     else:
         sponsored = 1
-        if ("source" not in changes["architecture"] and
+        if ("source" in changes["architecture"] and
             daklib.utils.is_email_alias(uid_email)):
             sponsor_addresses = daklib.utils.gpg_get_key_addresses(changes["fingerprint"])
             if (changes["maintaineremail"] not in sponsor_addresses and