From 01b9a74483f93f1d87a3a44ab748a9ea3b4e7dbf Mon Sep 17 00:00:00 2001
From: Ansgar Burchardt <ansgar@debian.org>
Date: Tue, 5 Aug 2014 23:53:15 +0200
Subject: [PATCH] daklib/checks.py: Add instructions how to get an upload
 processed again.

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

diff --git a/daklib/checks.py b/daklib/checks.py
index b7931f2f..3fb883c5 100644
--- a/daklib/checks.py
+++ b/daklib/checks.py
@@ -116,7 +116,7 @@ class SignatureAndHashesCheck(Check):
         history = SignatureHistory.from_signed_file(upload.changes)
         r = history.query(session)
         if r is not None:
-            raise Reject('Signature for changes file was already seen at {0}'.format(r.seen))
+            raise Reject('Signature for changes file was already seen at {0}.\nPlease refresh the signature of the changes file if you want to upload it again.'.format(r.seen))
         session.add(history)
         session.commit()
         return True
-- 
2.39.5