[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] 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 b7931f2..3fb883c 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
-- 
1.7.10.4


Reply to: