From owner-freebsd-bugbusters@FreeBSD.ORG Fri Dec 21 21:27:01 2012 Return-Path: Delivered-To: freebsd-bugbusters@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2AAF3223 for ; Fri, 21 Dec 2012 21:27:01 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f49.google.com (mail-la0-f49.google.com [209.85.215.49]) by mx1.freebsd.org (Postfix) with ESMTP id 8AE508FC17 for ; Fri, 21 Dec 2012 21:27:00 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id r15so5742200lag.22 for ; Fri, 21 Dec 2012 13:26:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=g3KE/xxXyA4KHchwiprebSTiyiClnWNQgT/oUyfqZy8=; b=iXUFfbWORl6AHnlcG5YHISdGWZpxsgx5BOrc5jbm1dIsGzM2pnS6nJppU/PrWzOrPa QqZDyAVQ4eeXR0GWR0Gx0NCv1l6jt+U+ZewRKS5p5HJg04wSapGJwGjQainsKw9mLkH9 k/PDmciKuC1CwKwQ95T5t/BlNGS2c04F/3jYA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=g3KE/xxXyA4KHchwiprebSTiyiClnWNQgT/oUyfqZy8=; b=cQIYC+tbIvefNY+v7fKUOU038DOOqfMPsoQ4SHpZdsIXIzBnO4wgBowTMChgiuUHfN sseOPnjsaO0JPoBXv0LVypHfi6c0eOzrFnC0ur51z1FQMdwAxJQRqaodmXdUkGIZaR2f 3MRkBiJVUk+Hp3DbGSFnBChnNfvBXpGRpa6pRjPka83TtP1g3efpmR4xMBqyykD1WkJ5 GWA/tiaUvxJ/bJ1iWcYmNpyfEIhmSUiRnXFl2megG9rH6UqNS92/4EdHO2EcSemXSSDZ yI1AK6ef3v8iaUkG9LwmoHjs4+xASz2QaCQJ73hm/Nxb9RuC+cZRS6cxaEY4Cj3D4zoI 6PMQ== Received: by 10.112.37.40 with SMTP id v8mr5861474lbj.112.1356125218988; Fri, 21 Dec 2012 13:26:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.162.100 with HTTP; Fri, 21 Dec 2012 13:26:28 -0800 (PST) In-Reply-To: <20121221210755.GB23513@oddish.home> References: <20121221210755.GB23513@oddish.home> From: Eitan Adler Date: Fri, 21 Dec 2012 16:26:28 -0500 Message-ID: Subject: Re: closing fixed PRs To: Mark Johnston Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQl4bDsXCoyqTuymMUGfZH1ZGdz7vsJzNsKtstRoiuwkg6/21cSdyjs9/EJicvyPRulOYvfa Cc: freebsd-bugbusters@freebsd.org X-BeenThere: freebsd-bugbusters@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Coordination of the Problem Report handling effort." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2012 21:27:01 -0000 On 21 December 2012 16:07, Mark Johnston wrote: > Hello, > > There are a few PRs (166994 and 169642 for example) where the reported > issue has been independantly fixed and the submitter doesn't seem to be > interested in a patch for their tree. What's the right way to handle > them? I don't see any reason for them to stay open. I was thinking of > setting them to feedback mode and waiting a week before closing them. Is > this alright? If you are sure the reported issue has been fixed please set them to patched - if it has not yet been MFCed closed - if it has been MFCed or never will be in the message please mention the relevant commit numbers please assign them to the committer who fixed it. example: change-pr -p -T markj -m "fixed in r12345 - will be MFCed shortly" docs/78965 -- Eitan Adler