unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/2] rename "mainrepo" to "inboxdir"
@ 2019-10-16  8:59 Eric Wong
  2019-10-16  8:59 ` [PATCH 1/2] examples/grok-pull.post_update_hook: use "inbox_dir" Eric Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Wong @ 2019-10-16  8:59 UTC (permalink / raw)
  To: meta

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-16  9:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-16  8:59 [PATCH 0/2] rename "mainrepo" to "inboxdir" Eric Wong
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

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).