From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-dev+bounces-72973-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 416291384B4 for <garchives@archives.gentoo.org>; Sun, 1 Nov 2015 17:45:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B55DB21C027; Sun, 1 Nov 2015 17:44:56 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A34CDE0871 for <gentoo-dev@lists.gentoo.org>; Sun, 1 Nov 2015 17:44:55 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from <lnx-gentoo-dev@m.gmane.org>) id 1ZswgW-0001le-Jp for gentoo-dev@lists.gentoo.org; Sun, 01 Nov 2015 18:44:53 +0100 Received: from ppp118-209-127-85.lns20.mel4.internode.on.net ([118.209.127.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <gentoo-dev@lists.gentoo.org>; Sun, 01 Nov 2015 18:44:52 +0100 Received: from kensington by ppp118-209-127-85.lns20.mel4.internode.on.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <gentoo-dev@lists.gentoo.org>; Sun, 01 Nov 2015 18:44:52 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-dev@lists.gentoo.org From: Michael Palimaka <kensington@gentoo.org> Subject: [gentoo-dev] Gentoo-hosted code review Date: Mon, 2 Nov 2015 04:44:39 +1100 Message-ID: <n15j2a$lu4$1@ger.gmane.org> Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ppp118-209-127-85.lns20.mel4.internode.on.net X-Mozilla-News-Host: news://news.gmane.org:119 X-Enigmail-Draft-Status: N1110 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 X-Archives-Salt: cb5ab8ce-615d-454d-8aa2-eee02d664292 X-Archives-Hash: f74961c953d5ffedd1af9a67fdda6407 There's been a lot of discussion about relying on GitHub for pull requests and code review and such, so I have set up a Phabricator instance against gentoo.git to see how a free alternative might work. Here's a few examples of how things could work: General post-commit review: http://phabricator.astralcloak.net/rGENTOO27ba62d0c7fcabdc79ce82a064b43d67b3b11cca Tracking commits with issues that need attention: http://phabricator.astralcloak.net/audit/query/open/ Pre-commit review: http://phabricator.astralcloak.net/D1 Phabricator also has all sorts of fancy (optional) features that could be useful for collaborative development (see http://phabricator.org/ for more info). What do you think?