Gentoo Archives: gentoo-dev

From: Todd Goodman <tsg@×××××××××.net>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFI: A better workflow for github pull requests
Date: Thu, 24 Sep 2015 10:01:12
Message-Id: 20150924100057.GD30683@ns1.bonedaddy.net
In Reply to: Re: [gentoo-dev] RFI: A better workflow for github pull requests by James Le Cuirot
1 * James Le Cuirot <chewi@g.o> [150924 04:55]:
2 > On Wed, 23 Sep 2015 21:55:00 -0700
3 > Daniel Campbell <zlg@g.o> wrote:
4 >
5 > > I hadn't thought about that angle. If our access backbone is via SSH
6 > > (and thus the filesystem/machine users) then I'm really not sure how
7 > > to implement a GitLab or Gerrit instance while hooking into the
8 > > filesystem. Allowing users to open accounts in order to post bugs, etc
9 > > just isn't a great idea, imo, and duplicates the effort that already
10 > > exists in Bugzilla. Maybe it'd be smarter to find a way to `git-am`
11 > > patches from Bugzilla.
12 >
13 > GitLab can feed off LDAP. Once logged in, the user can add an SSH key
14 > against the account in much the same way as GitHub. It still uses a
15 > shared git account for the SSH connection though.
16 >
17 > --
18 > James Le Cuirot (chewi)
19 > Gentoo Linux Developer
20
21 Gerrit can get usernames, etc from LDAP as well.
22
23 You can then add SSH keys to use when pushing reviews (or whatever else
24 has been set up.)
25
26 Todd