From: Ben Hutchings Date: Wed, 29 Jun 2016 13:42:25 +0000 (+0200) Subject: LOCAL: Remove replay check X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=c4db602522cbe0ba2ca7c0cd0e205e0defc02a29 LOCAL: Remove replay check --- diff --git a/daklib/checks.py b/daklib/checks.py index 9916cc75..79871621 100644 --- a/daklib/checks.py +++ b/daklib/checks.py @@ -128,7 +128,7 @@ class SignatureAndHashesCheck(Check): changes = upload.changes if not changes.valid_signature: raise Reject("Signature for .changes not valid.") - self.check_replay(upload) + #self.check_replay(upload) self._check_hashes(upload, changes.filename, changes.files.itervalues()) source = None