X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=daklib%2Fchecks.py;h=3fb883c539270a0e9f4a8f7689af60d9302efe2c;hb=01b9a74483f93f1d87a3a44ab748a9ea3b4e7dbf;hp=b7931f2f6d8e60a2b893f6a304b357fe88cefd31;hpb=206fb80997ed8e3aa8ee317d454a3fb9470b7ffc;p=dak.git 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