From 39e5ff7eaa908aba93591c1b3d538d2673e33b9b Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 2 Jun 2009 21:33:15 +0000 Subject: [PATCH] add checklist step to look for untrusted revs --- checklist.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/checklist.txt b/checklist.txt index fcbe65028..baea847b9 100644 --- a/checklist.txt +++ b/checklist.txt @@ -18,6 +18,10 @@ Review the complete diff from the last release: mtn diff -r t:i2p-0.7.(xx-1) > out.diff vi out.diff +Verify that no untrusted revisions were inadvertently +blessed by a trusted party: + mtn log --brief --no-graph --to t:i2p-0.7.(xx-1) | cut -d ' ' -f 2- | sort + Build and tag: ant pkg mtn ci