git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: git@vger.kernel.org
Subject: [ANNOUNCE] more archives of this list
Date: Sun, 10 Jul 2016 00:48:13 +0000	[thread overview]
Message-ID: <20160710004813.GA20210@dcvr.yhbt.net> (raw)

Very much a work-in-progress, but NNTP and HTTP/HTTPS sorta work
based on stuff that is on gmane and stuff I'm accumulating by
being a subscriber.

The first two Tor hidden service onions are actually on better
hardware than the non-hidden public-inbox.org one:

nntp://hjrcffqmbrq6wope.onion/inbox.comp.version-control.git
nntp://czquwvybam4bgbro.onion/inbox.comp.version-control.git
nntp://ou63pmih66umazou.onion/inbox.comp.version-control.git
nntp://news.public-inbox.org/inbox.comp.version-control.git

http://czquwvybam4bgbro.onion/git
http://hjrcffqmbrq6wope.onion/git
http://ou63pmih66umazou.onion/git
https://public-inbox.org/git/

HTTP URLs are clonable, but I've generated the following fast-export dump:

	https://public-inbox.org/.temp/git.vger.kernel.org-6c38c917e55c.gz
	(362M)

	git init --bare mirror.git
	curl $FAST_EXPORT_GZ_URL | git --git-dir=mirror.git fast-import
	git --git-dir=mirror.git remote add --mirror=fetch origin $URL

I recommend bare repos for importing, since the trees consist of
2/38 SHA-1 paths of Message-IDs and there's nearly 300K messages.

In contrast, bundles and packs delta poorly and only get down
around 750-800M with aggressive packing
(And I haven't done that in a while.)


Code is AGPL-3.0+: git clone https://public-inbox.org/


Additional mirrors or forks (perhaps different UIs) are very welcome,
as I expect none of my servers or network connections to be reliable.


I have the "public-inbox-watch" command running in screen
watching my Maildirs, it uses a config file which is parseable/writable
using git-config:

==> ~/.public-inbox/config <==
[publicinboxlearn]
	; spam gets moved here for auto-removal:
	watchspam = maildir:/path/to/maildirs/.INBOX.spam
[publicinboxwatch]
	; optional, adds some additional spam checking
	spamcheck = spamc
[publicinbox "git"]
	; git repo for this list
	mainrepo = /path/to/mirror.git

	; this removes the list footer signature:
	filter = PublicInbox::Filter::Vger

	; this is where my git-related mail goes (some of it is from Debian)
	watch = maildir:/path/to/maildirs/.INBOX.git

	; only match messages with the correct List-Id header:
	watchheader = List-Id:<git.vger.kernel.org>

	; next 4 lines are only necessary for HTTP and NNTP servers
	address = git@vger.kernel.org
	url = http://ou63pmih66umazou.onion/git
	newsgroup = inbox.comp.version-control.git
	infourl = http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2016-07-10  0:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-10  0:48 Eric Wong [this message]
2016-07-10  3:47 ` [ANNOUNCE] more archives of this list Eric Wong
2016-07-28 20:59 ` Eric Wong
2016-08-05  9:28 ` Jeff King
2016-08-05  9:35   ` Jeff King
2016-08-05  9:59     ` Eric Wong
2016-08-05 18:19     ` Eric Wong
2016-08-05 20:22       ` Jeff King
2016-08-06 23:41         ` Eric Wong
2016-08-05 15:04   ` Duy Nguyen
2016-08-05 20:20     ` Jeff King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160710004813.GA20210@dcvr.yhbt.net \
    --to=e@80x24.org \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).