From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: [PATCH 0/3]; ruby-build-system improvements. Date: Wed, 10 Aug 2016 13:33:22 +1000 Message-ID: <20160810033325.3880-1-donttrustben@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXKH5-0005SX-79 for guix-devel@gnu.org; Tue, 09 Aug 2016 23:33:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXKH2-00082x-3j for guix-devel@gnu.org; Tue, 09 Aug 2016 23:33:47 -0400 Received: from mail-pa0-x242.google.com ([2607:f8b0:400e:c03::242]:34839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXKH1-00082e-T8 for guix-devel@gnu.org; Tue, 09 Aug 2016 23:33:44 -0400 Received: by mail-pa0-x242.google.com with SMTP id cf3so2003942pad.2 for ; Tue, 09 Aug 2016 20:33:43 -0700 (PDT) Received: from localhost.localdomain ([103.25.181.216]) by smtp.googlemail.com with ESMTPSA id r2sm28730731pal.14.2016.08.09.20.33.39 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 09 Aug 2016 20:33:41 -0700 (PDT) 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: guix-devel@gnu.org Hi all, Attached is a patch to make the building gems with native extensions reproducible, and a another to introduce a phase to remove `git ls-files` in Rakefiles as suggested by Dave: http://lists.gnu.org/archive/html/guix-devel/2016-06/msg00262.html With these patches and some other small fixes not mentioned most/all of the Ruby packages build reproducibly. Thanks as usual for any review. ben