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

[dak/master] daklib/checks.py: add note to send warning for DMUA later



---
 daklib/checks.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/daklib/checks.py b/daklib/checks.py
index 5be0d96..6a95049 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
-- 
1.7.2.5


Reply to: