From c4db602522cbe0ba2ca7c0cd0e205e0defc02a29 Mon Sep 17 00:00:00 2001
From: Ben Hutchings <ben@decadent.org.uk>
Date: Wed, 29 Jun 2016 15:42:25 +0200
Subject: [PATCH] LOCAL: Remove replay check

---
 daklib/checks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.39.5