From: Ansgar Burchardt Date: Tue, 5 Aug 2014 21:53:15 +0000 (+0200) Subject: daklib/checks.py: Add instructions how to get an upload processed again. X-Git-Url: https://git.donarmstrong.com/?p=dak.git;a=commitdiff_plain;h=01b9a74483f93f1d87a3a44ab748a9ea3b4e7dbf daklib/checks.py: Add instructions how to get an upload processed again. --- 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