From patchwork Sat May 4 23:51:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tobias Geerinckx-Rice X-Patchwork-Id: 13902 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id AEBE716F9C; Sun, 5 May 2019 00:52:08 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 4A37F16F99 for ; Sun, 5 May 2019 00:52:08 +0100 (BST) Received: from localhost ([127.0.0.1]:34198 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hN4Rq-0003Dl-Uf for patchwork@mira.cbaines.net; Sat, 04 May 2019 19:52:06 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hN4Ro-0003Dd-5M for guix-patches@gnu.org; Sat, 04 May 2019 19:52:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hN4Rn-0003sE-7F for guix-patches@gnu.org; Sat, 04 May 2019 19:52:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39116) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hN4Rm-0003rn-HI for guix-patches@gnu.org; Sat, 04 May 2019 19:52:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hN4Rm-0000t0-CY for guix-patches@gnu.org; Sat, 04 May 2019 19:52:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#35511] [PATCH 0/1] Add configure flag to emacs to improve repoducibility Resent-From: Tobias Geerinckx-Rice Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 04 May 2019 23:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35511 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Nils Gillmann Received: via spool by 35511-submit@debbugs.gnu.org id=B35511.15570138863359 (code B ref 35511); Sat, 04 May 2019 23:52:02 +0000 Received: (at 35511) by debbugs.gnu.org; 4 May 2019 23:51:26 +0000 Received: from localhost ([127.0.0.1]:52660 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hN4RC-0000s7-Ae for submit@debbugs.gnu.org; Sat, 04 May 2019 19:51:26 -0400 Received: from tobias.gr ([80.241.217.52]:59890) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hN4R8-0000rt-B5 for 35511@debbugs.gnu.org; Sat, 04 May 2019 19:51:24 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id 9c19e037; Sat, 4 May 2019 23:51:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to:cc :subject:references:in-reply-to:date:message-id:mime-version :content-type; s=2018; i=me@tobias.gr; bh=xZqw41nOgPSMdK/AktTVxT VKc0pMIoVOdLW+SbOzr/Y=; b=OaU0FRiH33Nzb0ns566mbV20zEzD/0ar1vO+ek /8mDdD2vuM3ePpc2/ir2xxRafhh3PZajiavawcxk+6zeLwO5PBedqlmG8ZPcxyGD 4QETJJf8MKGnS/1ZPL7vkhCAl1OIpg1eJKAehzM1Fwcy6TQWK+tMCE63nR04Tzsc trelpSnw87T+45k6yOwn/vlfz+vn3wlzFtN90Wrt+2KfRAvam+yYv0cN+HOfXh0R /QKtpOC9Ge93nwE3HJsvi7ApImVd/8EdQeieRQBAD7E5ZdeOekxYKXNmzkuAk4qS wIQp9nE2pqGaihaTSKVZB7SGxRXLzhTrXzuVRiwTexSlQVhA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 21a74164 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sat, 4 May 2019 23:51:17 +0000 (UTC) From: Tobias Geerinckx-Rice References: <20190430212805.3252-1-jessejohngildersleve@zohomail.eu> <20190504165327.fqofgpswno52fimp@uptimegirl> In-reply-to: <20190504165327.fqofgpswno52fimp@uptimegirl> Date: Sun, 05 May 2019 01:51:17 +0200 Message-ID: <878svlsrre.fsf@nckx> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: wednesday , 35511@debbugs.gnu.org Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches ng0@n0.is wrote: > This email states: > # The configuration option --disable-build-details can be used > to omit some information, such as build host name, which make > the build not reproducible across machines. > > There is either a typo (not reproducible -> reproducible?) or > this should not be used. I think the original e-mail is correct: ‘the information … make[s] the build not reproducible’. The option can't be the subject here. > If we have nil instead of the time of our environment, this > won't really add > any value. > When the time is epoch+1 or similar anyway, recording it does no > harm. The time in our environment isn't reproducible AFAIK. Kind regards, T G-R