projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
374c8fe
)
LOCAL: Remove replay check
master
author
Ben Hutchings
<ben@decadent.org.uk>
Wed, 29 Jun 2016 13:42:25 +0000
(15:42 +0200)
committer
Ben Hutchings
<ben@decadent.org.uk>
Sat, 24 Sep 2016 23:55:09 +0000
(
00:55
+0100)
daklib/checks.py
patch
|
blob
|
history
diff --git
a/daklib/checks.py
b/daklib/checks.py
index 9916cc755fab492a35e7763692f1ccc6cdde416d..79871621b003c2149b3dbee4cd1ff9344eba06e0 100644
(file)
--- 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