From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1aMr-0006Rc-7y for guix-patches@gnu.org; Fri, 21 Apr 2017 11:21:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1aMo-0004K4-2E for guix-patches@gnu.org; Fri, 21 Apr 2017 11:21:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34560) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d1aMn-0004JU-U8 for guix-patches@gnu.org; Fri, 21 Apr 2017 11:21:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d1aMn-0002lj-Nr for guix-patches@gnu.org; Fri, 21 Apr 2017 11:21:01 -0400 Subject: bug#26544: [PATCH v4 10/10] scripts: Remove profile-grub-entries. Resent-Message-ID: Date: Fri, 21 Apr 2017 17:20:28 +0200 From: Danny Milosavljevic Message-ID: <20170421172028.1b0c1754@scratchpost.org> In-Reply-To: <861ssllxn3.fsf@gmail.com> References: <86h91ikw4m.fsf@gmail.com> <20170421123714.2395-1-dannym@scratchpost.org> <20170421123714.2395-11-dannym@scratchpost.org> <861ssllxn3.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 26544@debbugs.gnu.org Hi Mathieu, On Fri, 21 Apr 2017 15:04:48 +0200 Mathieu Othacehe wrote: > Thanks for v3 and v4 ! > > It seems to me that my remarks have been addressed, except for the > old-entries label ? I can't found a patch fixing this issue. PATCH v4 06/10 should also fix it. Doesn't it? I tested it here and it seems fine. Or do I misunderstand which problem you mean? > I know that it is not common on this list, but a brief changelog for > each serie would be nice :) I can do that for large patchsets such as this one. Personally, I diff the diffs in such cases (i.e. "diff -u v3_a.patch v4_a.patch" etc). It's a bit jarring at first but it helps :)