[dak/master] disable suffix check for now
Too many uploads seem to include files that have no reasonable name.
---
daklib/archive.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/daklib/archive.py b/daklib/archive.py
index 5d362a1..3d8fe45 100644
--- a/daklib/archive.py
+++ b/daklib/archive.py
@@ -963,7 +963,7 @@ class ArchiveUpload(object):
checks.WeakSignatureCheck,
checks.SignatureTimestampCheck,
checks.ChangesCheck,
- checks.SuffixCheck,
+ #checks.SuffixCheck,
checks.ExternalHashesCheck,
checks.SourceCheck,
checks.BinaryCheck,
--
2.1.4
Reply to: