From ec99fb2d75264668e6f7e6628bb3c87c1b69f332 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 17 May 2015 00:09:44 +0100 Subject: [PATCH] Infra: Put correct value into taintoverrides for questionable history; document the field contents in a comment --- infra/dgit-repos-admin-debian | 2 ++ infra/dgit-repos-policy-debian | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/infra/dgit-repos-admin-debian b/infra/dgit-repos-admin-debian index 10118c6a..926431bf 100755 --- a/infra/dgit-repos-admin-debian +++ b/infra/dgit-repos-admin-debian @@ -121,6 +121,8 @@ END ON taints (gitobjid, package) END # any one of of the listed deliberatelies will override its taint + # the field `deliberately' contains `--deliberately-blah-blah', + # not just `blah blah'. $poldbh->do(<do("INSERT INTO taintoverrides". " (taint_id, deliberately)". - " VALUES (?, 'include-questionable-history')", {}, - $taint_id); + " VALUES (?, '--deliberately-include-questionable-history')", + {}, $taint_id); } sub add_taint_by_tag ($$) { -- 2.30.2