From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1FF7613888F for ; Thu, 8 Oct 2015 18:48:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 219B4E080D; Thu, 8 Oct 2015 18:48:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 877B3E0802 for ; Thu, 8 Oct 2015 18:48:43 +0000 (UTC) Received: from [192.168.1.100] (c-98-218-46-55.hsd1.md.comcast.net [98.218.46.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mjo) by smtp.gentoo.org (Postfix) with ESMTPSA id 44ACD341C84 for ; Thu, 8 Oct 2015 18:48:41 +0000 (UTC) Subject: Re: [gentoo-project] Call for Agenda Items -- Council Meeting 2015-10-11 To: gentoo-project@lists.gentoo.org References: <1904237.nU16iSOlTl@kailua> <20150930204510.7e0bd29f.mgorny@gentoo.org> <20151008154237.c5b94b546444d7204ab91a98@gentoo.org> <56166864.2050204@gentoo.org> <9C591B75-DE0D-4AB6-8A6E-89FA178513BF@gentoo.org> From: Michael Orlitzky Message-ID: <5616BA7F.1030508@gentoo.org> Date: Thu, 8 Oct 2015 14:48:31 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Project discussion list X-BeenThere: gentoo-project@lists.gentoo.org Reply-To: gentoo-project@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: <9C591B75-DE0D-4AB6-8A6E-89FA178513BF@gentoo.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 2915bfdd-a78d-462d-a810-eda9e1b80693 X-Archives-Hash: 548c7d71659a58767780c797f3b30fd5 On 10/08/2015 10:09 AM, Michał Górny wrote: > > Potential alternative is to back-mirror pull requests in > git.gentoo.org and work on that. But that's likely to cause even more > uproar. > Why would this be a problem? Suppose we copy the "gentoo.git" directory on git.gentoo.org to "gentoo.github" or something like that. All pull requests come from a branch -- essentially our gentoo.git with some more commits on top of it. Couldn't we mirror every pull request (which is really just a series of additional commits) onto a branch of gentoo.github? Then point bugzilla at that.