Re: Mail archives in Git using ssoma

2016-08-21 Thread Eric Wong
"W. Trevor King" wrote: > On Sun, Aug 21, 2016 at 06:37:04PM +, Eric Wong wrote: > > Btw, for public-inbox, I'm using git-fast-import now, so imports are > > a bit faster and $GIT_DIR/ssoma.index is no longer used. This was > > crucial for getting git@vger archives imported

Re: Mail archives in Git using ssoma

2016-08-21 Thread W. Trevor King
On Sun, Aug 21, 2016 at 06:37:04PM +, Eric Wong wrote: > "W. Trevor King" wrote: > > On Fri, Nov 07, 2014 at 11:03:21AM -0800, W. Trevor King wrote: > > > Eric Wong has been working on some tools to store email in a Git > > > repository, and his client-side code is ssoma

Re: Mail archives in Git using ssoma (Docker image)

2016-08-21 Thread Eric Wong
"W. Trevor King" wrote: > On Sun, Aug 21, 2016 at 12:08:52PM +, Eric Wong wrote: > > "W. Trevor King" wrote: > > > This is the ssoma archive (with the data in it). I just set up a > > > basic HTTP archive (following [1]) based on a Docker image [2]

Re: Mail archives in Git using ssoma (Docker image)

2016-08-21 Thread Eric Wong
+Cc meta@public-inbox.org "W. Trevor King" wrote: > On Sat, Aug 20, 2016 at 09:36:31PM -0700, W. Trevor King wrote: > > [2]: git://tremily.us/notmuch-archives.git Cool! > This is the ssoma archive (with the data in it). I just set up a > basic HTTP archive (following [1])

[PATCH 4/4] doc: avoid conflicting with MakeMaker variable names

2016-08-21 Thread Eric Wong
We want the pod2man(1) executable for handling certain options. Also, use the correct year while we're at it :P --- Documentation/include.mk | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/include.mk b/Documentation/include.mk index

[PATCH 1/4] README: add link to source code mirrors

2016-08-21 Thread Eric Wong
Centralization sucks, so we mirror everything. --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 7618727..3235275 100644 --- a/README +++ b/README @@ -88,6 +88,8 @@ Hacking Source code is available via git: git clone https://public-inbox.org/

[PATCH 3/4] avoid spaces after shell redirection operators

2016-08-21 Thread Eric Wong
This makes us closer to git.git style (though I'm not quite sure why we do this...) --- Documentation/include.mk | 4 ++-- Documentation/public-inbox-mda.pod | 2 +- scripts/dc-dlvr| 4 ++-- scripts/dc-dlvr.pre| 6 +++--- scripts/report-spam