From 85b96ebc4c98dc91842ffbe5c6bc6e19cf1ffeb5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 27 May 2015 21:32:30 +0100 Subject: policy: Improve taint message recorded in db by --deliberately-not-fast-forward --- infra/dgit-repos-policy-debian | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian index 387fa54..399fd8c 100755 --- a/infra/dgit-repos-policy-debian +++ b/infra/dgit-repos-policy-debian @@ -264,9 +264,9 @@ sub action_push () { if (deliberately('not-fast-forward')) { add_taint(server_ref($suite), - "suite $suite when --deliberately-not-fast-forward". + "rewound suite $suite; --deliberately-not-fast-forward". " specified in signed tag $tagname for upload of". - " version $version into suite $suite"); + " version $version"); return NOFFCHECK|FRESHREPO; } if (deliberately('include-questionable-history')) { -- cgit v1.2.3