Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: vmware team needs help
Date: Sat, 14 Feb 2015 15:34:54
Message-Id: 54DF6B0F.2060604@gentoo.org
In Reply to: Re: [gentoo-dev] Re: vmware team needs help by Kristian Fiskerstrand
1 On 02/14/2015 10:00 AM, Kristian Fiskerstrand wrote:
2 >
3 > Does anyone have experience with solutions such as [PHABRICATOR]?
4 > other similar systems?
5 >
6 > References:
7 > [PHABRICATOR] http://phabricator.org
8 >
9
10 (Has everyone forgotten that you don't need Github if you want to send a
11 `git request-pull` ?)
12
13 Phabricator works OK but it's a behemoth and tries to integrate a bunch
14 of things we don't want to integrate. Maybe there's a way to disable them?
15
16 A big turnoff for me was the install instructions, which are:
17
18 $ git clone https://github.com/phacility/libphutil.git
19 $ git clone https://github.com/phacility/arcanist.git
20 $ git clone https://github.com/phacility/phabricator.git
21
22 They all look for each other in the same directory, and there are no
23 releases.
24
25 A good compromise is to host the official repo on git.overlays.g.o and
26 then mirror it on Github. That way less-experienced git users can
27 contribute easily, and the devs can figure out how to get the changes
28 into the official repo.

Replies

Subject Author
Re: [gentoo-dev] Re: vmware team needs help Kristian Fiskerstrand <k_f@g.o>