chiark / gitweb /
Infra: Put correct value into taintoverrides for questionable history; document the...
[dgit.git] / infra / dgit-repos-policy-debian
index 88759f7face4c4d6f9183542453711478b9d028f..dd2a9c80be10bffb2828f06217d9c97a1a2edf1f 100755 (executable)
@@ -191,8 +191,8 @@ sub add_taint ($$) {
 
     $poldbh->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 ($$) {