From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E050A1F4C0 for ; Wed, 16 Oct 2019 08:59:55 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] rename "mainrepo" to "inboxdir" Date: Wed, 16 Oct 2019 08:59:53 +0000 Message-Id: <20191016085955.23674-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: "mainrepo" is a bad name made even more confusing given the v2 layout. See PATCH 2/2 for more reasoning. Eric Wong (2): examples/grok-pull.post_update_hook: use "inbox_dir" config: support "inboxdir" in addition to "mainrepo" Documentation/public-inbox-config.pod | 19 +++++++++----- Documentation/public-inbox-convert.pod | 2 +- Documentation/public-inbox-init.pod | 2 +- Documentation/public-inbox-watch.pod | 4 +-- examples/grok-pull.post_update_hook.sh | 28 ++++++++++----------- examples/public-inbox-config | 6 +++-- lib/PublicInbox/Admin.pm | 8 +++--- lib/PublicInbox/AdminEdit.pm | 4 +-- lib/PublicInbox/AltId.pm | 4 +-- lib/PublicInbox/Config.pm | 10 +++++--- lib/PublicInbox/Inbox.pm | 14 +++++------ lib/PublicInbox/InboxWritable.pm | 2 +- lib/PublicInbox/Search.pm | 6 ++--- lib/PublicInbox/SearchIdx.pm | 8 +++--- lib/PublicInbox/V2Writable.pm | 16 ++++++------ lib/PublicInbox/WwwAtomStream.pm | 2 +- lib/PublicInbox/WwwListing.pm | 2 +- lib/PublicInbox/WwwStream.pm | 2 +- lib/PublicInbox/WwwText.pm | 3 +++ lib/PublicInbox/Xapcmd.pm | 4 +-- script/public-inbox-convert | 16 ++++++------ script/public-inbox-edit | 2 +- script/public-inbox-init | 16 ++++++------ script/public-inbox-mda | 2 +- scripts/dupe-finder | 2 +- scripts/import_vger_from_mbox | 6 ++--- t/admin.t | 2 +- t/altid.t | 2 +- t/altid_v2.t | 6 ++--- t/cgi.t | 2 +- t/config.t | 34 +++++++++++++++++++------- t/config_limiter.t | 4 +-- t/convert-compact.t | 20 +++++++-------- t/edit.t | 32 ++++++++++++------------ t/feed.t | 2 +- t/filter_rubylang.t | 2 +- t/html_index.t | 2 +- t/indexlevels-mirror.t | 16 ++++++------ t/mda.t | 2 +- t/mda_filter_rubylang.t | 6 ++--- t/nntp.t | 2 +- t/nntpd-tls.t | 6 ++--- t/nntpd-validate.t | 4 +-- t/nntpd.t | 6 ++--- t/perf-msgview.t | 2 +- t/perf-nntpd.t | 4 +-- t/perf-threading.t | 2 +- t/plack.t | 2 +- t/psgi_attach.t | 2 +- t/psgi_bad_mids.t | 6 ++--- t/psgi_mount.t | 2 +- t/psgi_multipart_not.t | 4 +-- t/psgi_scan_all.t | 6 ++--- t/psgi_search.t | 4 +-- t/psgi_text.t | 2 +- t/psgi_v2.t | 6 ++--- t/purge.t | 12 ++++----- t/replace.t | 4 +-- t/search-thr-index.t | 2 +- t/search.t | 2 +- t/solver_git.t | 6 ++--- t/v1-add-remove-add.t | 6 ++--- t/v1reindex.t | 20 +++++++-------- t/v2-add-remove-add.t | 4 +-- t/v2mda.t | 4 +-- t/v2mirror.t | 4 +-- t/v2reindex.t | 18 +++++++------- t/v2writable.t | 22 ++++++++--------- t/watch_filter_rubylang.t | 8 +++--- t/watch_maildir.t | 2 +- t/watch_maildir_v2.t | 10 ++++---- t/www_listing.t | 6 ++--- t/xcpdb-reshard.t | 8 +++--- 73 files changed, 276 insertions(+), 244 deletions(-)