From 34f4c437bff62a3297b2fcebf31fcdb24638dec9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 7 Jan 2019 08:02:13 +0000 Subject: hoist out resolve_repo_dir from -index We'll be using it in future admin tools, and making this easier-to-test. --- MANIFEST | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index e4f3df86..5ac85c3f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -51,6 +51,7 @@ examples/unsubscribe.milter examples/unsubscribe.psgi examples/varnish-4.vcl lib/PublicInbox/Address.pm +lib/PublicInbox/Admin.pm lib/PublicInbox/AltId.pm lib/PublicInbox/Config.pm lib/PublicInbox/ContentId.pm @@ -141,6 +142,7 @@ scripts/slrnspool2maildir scripts/ssoma-replay scripts/xhdr-num2mid t/address.t +t/admin.t t/altid.t t/altid_v2.t t/cgi.t -- cgit v1.2.3-24-ge0c7 From 440b0feaa209e12e4bcb8ef16a95041fce71e7dc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 10 Jan 2019 21:14:27 +0000 Subject: implement public-inbox-purge tool Expose the ->purge functionality of V2Writable for rewriting git history to permanently purge messages from history. This may be necessary for legal reasons. Usage: # requires ~/.public-inbox/config public-inbox-purge --all