From: Ansgar Burchardt Date: Sun, 16 Sep 2012 15:46:59 +0000 (+0200) Subject: daklib/checks.py: add note to send warning for DMUA later X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c24fed89b5d1630343cfc29440e8f4d119efe9e3;p=dak.git daklib/checks.py: add note to send warning for DMUA later --- 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