X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=daklib%2Fchecks.py;h=6a95049f4d93377795cf83d0c9b6c272024c9cc9;hb=c24fed89b5d1630343cfc29440e8f4d119efe9e3;hp=5be0d966da863d129535a2a5c87aa7f9ecbb1fbc;hpb=78eb71445e77d668a2c71dceee0437a8574ae122;p=dak.git diff --git a/daklib/checks.py b/daklib/checks.py index 5be0d966..6a95049f 100644 --- a/daklib/checks.py +++ b/daklib/checks.py @@ -405,6 +405,7 @@ class ACLCheck(Check): acl_per_source = session.query(ACLPerSource).filter_by(acl=acl, fingerprint=upload.fingerprint, source=source_name).first() if acl.allow_per_source: # XXX: Drop DMUA part here and switch to new implementation. + # XXX: Send warning mail once users can set the new DMUA flag dmua_status, dmua_reason = self._check_dmua(upload) if not dmua_status: return False, dmua_reason