From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Debbugs handling of packages Date: Wed, 8 Feb 2017 20:15:46 +0100 Message-ID: <20170208191546.GA1769@jurong> References: <20170206190923.GA3592@mail.thebird.nl> <87shnplrjh.fsf@elephly.net> <87r338pzgk.fsf_-_@gnu.org> <8760kkbvsk.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbXig-00056f-Mw for guix-devel@gnu.org; Wed, 08 Feb 2017 14:16:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbXib-0002iU-PS for guix-devel@gnu.org; Wed, 08 Feb 2017 14:15:58 -0500 Received: from mailrelay6.public.one.com ([91.198.169.200]:18936) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cbXib-0002hB-JJ for guix-devel@gnu.org; Wed, 08 Feb 2017 14:15:53 -0500 Content-Disposition: inline In-Reply-To: <8760kkbvsk.fsf@elephly.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: guix-devel@gnu.org On Wed, Feb 08, 2017 at 03:29:31PM +0100, Ricardo Wurmus wrote: > Just a question: does this mean that patch *sets* should be flattened > before sending them so that they are part of the *same* debbugs issue > (instead of being scattered across as many issues as there are patches)? This would be desirable, I think. > E.g. for submitting the last 10 commits: > git format-patch -10 --stdout > series.patch > git send-email --to=guix-packages@gnu.org series.patch Alternatively, one can send only the first patch. This will open a new issue, and the submitter obtains the bug number with the corresponding e-mail address in reply. Then one can send the remaining patches message by message to this address. Andreas