user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: meta@public-inbox.org
Subject: [PATCH 0/2] rename "mainrepo" to "inboxdir"
Date: Wed, 16 Oct 2019 08:59:53 +0000	[thread overview]
Message-ID: <20191016085955.23674-1-e@80x24.org> (raw)

"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(-)

             reply	other threads:[~2019-10-16  8:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-16  8:59 Eric Wong [this message]
2019-10-16  8:59 ` [PATCH 1/2] examples/grok-pull.post_update_hook: use "inbox_dir" Eric Wong
2019-10-16  8:59 ` [PATCH 2/2] config: support "inboxdir" in addition to "mainrepo" Eric Wong
2019-10-16  9:59 ` [PATCH 3/2] config: remove redundant inboxdir check Eric Wong

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: https://public-inbox.org/README

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

  git send-email \
    --in-reply-to=20191016085955.23674-1-e@80x24.org \
    --to=e@80x24.org \
    --cc=meta@public-inbox.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/public-inbox.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).