From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#30104: [PATCH] gnu: ant-bootstrap: Make build reproducible. Date: Tue, 12 Jun 2018 15:21:52 +0200 Message-ID: <878t7kcf7z.fsf@elephly.net> References: <87shb9axcp.fsf@gmail.com> <20180611115245.11851-1-boskovits@gmail.com> <87r2lcp2m4.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSjGM-000286-Rg for bug-guix@gnu.org; Tue, 12 Jun 2018 09:23:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSjGH-0002Gv-R6 for bug-guix@gnu.org; Tue, 12 Jun 2018 09:23:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36374) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fSjGH-0002Go-Mc for bug-guix@gnu.org; Tue, 12 Jun 2018 09:23:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fSjGH-0006XC-H3 for bug-guix@gnu.org; Tue, 12 Jun 2018 09:23:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87r2lcp2m4.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30104@debbugs.gnu.org Ludovic Court=C3=A8s writes: > Hello! > > G=C3=A1bor Boskovits skribis: > >> * gnu/packages/java.scm (ant-bootstrap)[arguments]<#:phases>[strip-jar-t= imestamps]: >> New phase to reset jar file timestamps. >> <#:imported-modules>: Import guix build syscalls, gnu-build-system-modul= es. >> <#:modules>: Import guix build: gnu-build-system, utils, syscalls. >> [native-inputs]: Add unzip, zip. > > Great that you=E2=80=99re tackling this issue! I concur. Thanks G=C3=A1bor! > If Ricardo and Julien don=E2=80=99t have anything to add, I think you can= go > ahead and push with these changes. I have nothing to add. It looks good to me with these changes. Thanks! --=20 Ricardo