From owner-freebsd-git@freebsd.org Wed Mar 1 16:17:13 2017 Return-Path: Delivered-To: freebsd-git@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73397CE4ACD for ; Wed, 1 Mar 2017 16:17:13 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 5F28375C for ; Wed, 1 Mar 2017 16:17:13 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5E846CE4ACC; Wed, 1 Mar 2017 16:17:13 +0000 (UTC) Delivered-To: git@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E2A5CE4ACA for ; Wed, 1 Mar 2017 16:17:13 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.codepro.be", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2988A75B; Wed, 1 Mar 2017 16:17:13 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from [172.16.5.2] (vega.codepro.be [IPv6:2a01:4f8:162:1127::3]) (Authenticated sender: kp) by venus.codepro.be (Postfix) with ESMTPSA id 2B77C1E0E4; Wed, 1 Mar 2017 17:17:11 +0100 (CET) From: "Kristof Provost" To: "Warner Losh" Cc: "=?utf-8?q?Bart=C5=82omiej?= Rutkowski" , git@freebsd.org Subject: Re: pull requests Date: Wed, 01 Mar 2017 17:17:10 +0100 Message-ID: <55C1C6E9-5162-4175-BCFB-675E42F697B3@FreeBSD.org> In-Reply-To: References: <0CA10CBB-89EA-4D0D-97AF-F1AE7DD91833@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; markup=markdown Content-Transfer-Encoding: 8bit X-Mailer: MailMate (2.0BETAr6080) X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 16:17:13 -0000 On 1 Mar 2017, at 17:14, Warner Losh wrote: > On Wed, Mar 1, 2017 at 9:08 AM, Kristof Provost > wrote: >> On 1 Mar 2017, at 15:48, Warner Losh wrote: >>> Pull requests older than 18 months will be converted to bugzilla >>> items to >>> not lose them. >> >> >> I’m not sure I understand what you’re getting at here. Presumably >> it doesn’t >> mean that pull requests without activity will sit around for 18 >> months >> before >> they’re archived in bugzilla. Is this about pull requests that >> have been >> closed? Is there any reason to migrate those? > > The idea is that after a while pull requests are too stale. Now that I > think about it, maybe 18 months is far too long and I should say > something smaller, or have some other criteria more directly related > to it being actually stale. > Right, so that’s covered better (and with a more reasonable timeframe) by “Issues unresolved on github after about a month will result in the pull request being transitioned to bugzilla or closed at the discretion of the project.” > But there's no value to keeping pull requests open just in case. That > degrades the value of having this as a service for simple, ready to go > things. If it gets too old, it no longer fits that definition. > Agreed. Regards, Kristof