user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH 0/3] http cloning for v2 + bugfixes
@ 2018-03-27 21:26 Eric Wong (Contractor, The Linux Foundation)
  2018-03-27 21:26 ` [PATCH 1/3] http: fix modification of read-only value Eric Wong (Contractor, The Linux Foundation)
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Wong (Contractor, The Linux Foundation) @ 2018-03-27 21:26 UTC (permalink / raw)
  To: meta

Found some old bugs triggered by cloning; and it now seems
to be working well for individual v2 partitions.

Unfortunately, creating a mirror with multiple git partitions is more
difficult as alternates will need to be setup and instructions will
need to be written.  But first, make sure it's easy to replicate
the data.

Eric Wong (Contractor, The Linux Foundation) (3):
      http: fix modification of read-only value
      githttpbackend: avoid infinite loop on generic PSGI servers
      www: support cloning individual v2 git partitions

 lib/PublicInbox/GitHTTPBackend.pm |  1 +
 lib/PublicInbox/HTTP.pm           |  9 ++++++---
 lib/PublicInbox/Inbox.pm          | 37 ++++++++++++++++++++++++++++++++++++-
 lib/PublicInbox/WWW.pm            | 19 +++++++++++--------
 lib/PublicInbox/WwwStream.pm      | 23 +++++++++++++++++++----
 t/psgi_v2.t                       |  5 +++++
 t/view.t                          |  1 +
 7 files changed, 79 insertions(+), 16 deletions(-)

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

end of thread, other threads:[~2018-03-27 21:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-27 21:26 [PATCH 0/3] http cloning for v2 + bugfixes Eric Wong (Contractor, The Linux Foundation)
2018-03-27 21:26 ` [PATCH 1/3] http: fix modification of read-only value Eric Wong (Contractor, The Linux Foundation)
2018-03-27 21:27 ` [PATCH 2/3] githttpbackend: avoid infinite loop on generic PSGI servers Eric Wong (Contractor, The Linux Foundation)
2018-03-27 21:27 ` [PATCH 3/3] www: support cloning individual v2 git partitions Eric Wong (Contractor, The Linux Foundation)

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