Gentoo Archives: gentoo-dev

From: Kent Fredric <kentnl@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] rfc: killing mediawiki
Date: Fri, 06 Jul 2018 00:37:53
Message-Id: 20180706123433.18d9c737@katipo2.lan
In Reply to: Re: [gentoo-dev] rfc: killing mediawiki by William Hubbs
1 On Thu, 5 Jul 2018 12:32:20 -0500
2 William Hubbs <williamh@g.o> wrote:
3
4 > I looked at this first, and it is very hard on the server.
5 > Every pull or clone you do to update things works like an initial clone,
6 > so it takes pretty massive resources.
7
8 Surely, then the recommended approach involves:
9
10 1. Selecting pages [1]
11 2. Limiting clone depth [2]
12
13 Or at least, encouraging the use of by_rev [3]
14
15 1: https://github.com/Git-Mediawiki/Git-Mediawiki/blob/master/docs/User-manual.md#limit-the-pages-to-be-imported
16 2: https://github.com/Git-Mediawiki/Git-Mediawiki/blob/master/docs/User-manual.md#shallow-imports
17 3: https://github.com/Git-Mediawiki/Git-Mediawiki/blob/master/docs/User-manual.md#optimizing-git-fetch

Replies

Subject Author
Re: [gentoo-dev] rfc: killing mediawiki William Hubbs <williamh@g.o>
Re: [gentoo-dev] rfc: killing mediawiki Ulrich Mueller <ulm@g.o>