From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: [PATCH 1/3] guix: ruby-build-system: Build compiled gems reproducibly. Date: Tue, 30 Aug 2016 11:08:07 +1000 Message-ID: <682dedb1-1fbb-5db0-d4fb-14fea1fddc9c@gmail.com> References: <20160810033325.3880-1-donttrustben@gmail.com> <20160810033325.3880-2-donttrustben@gmail.com> <87vayy75o5.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beXXI-0002jo-4I for guix-devel@gnu.org; Mon, 29 Aug 2016 21:08:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beXXD-0000xZ-TB for guix-devel@gnu.org; Mon, 29 Aug 2016 21:08:18 -0400 Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:33672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beXXD-0000xI-MJ for guix-devel@gnu.org; Mon, 29 Aug 2016 21:08:15 -0400 Received: by mail-pa0-x22e.google.com with SMTP id cy9so1624330pac.0 for ; Mon, 29 Aug 2016 18:08:15 -0700 (PDT) In-Reply-To: <87vayy75o5.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 18/08/16 20:06, Ricardo Wurmus wrote: > Ben Woodcroft writes: > >> * guix/build/ruby-build-system.scm (log-file-deletion): New procedure. >> (install): Remove files containing non-reproducible elements. Print when each >> file is deleted. > Thank you, this looks good to me. Good job on making even more Ruby > gems build reproducibly! Great, thanks Ricardo. I just pushed this series. ben