From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1a56KY-0006A0-KR for mharc-grub-devel@gnu.org; Sat, 05 Dec 2015 01:28:26 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a56KU-00066j-TB for grub-devel@gnu.org; Sat, 05 Dec 2015 01:28:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a56KR-0008JD-NK for grub-devel@gnu.org; Sat, 05 Dec 2015 01:28:22 -0500 Received: from mail-lf0-x22c.google.com ([2a00:1450:4010:c07::22c]:35856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a56KR-0008J9-G3 for grub-devel@gnu.org; Sat, 05 Dec 2015 01:28:19 -0500 Received: by lfs39 with SMTP id 39so121596906lfs.3 for ; Fri, 04 Dec 2015 22:28:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=vN59vqIo3nCyiln1ZxVHn9CPZFUQn/XKJcX15zOY1sQ=; b=wotTmu4s9AK+bmur3OH+YfGPO2iZOqfzxa5+uHDhYXBdcbxzCUHz7eqAwERbriP3GA emLT9JzeO6P//U/5la93gnXnGhnJMaDI1jT0bKFURvAMPnSuMCXgJ3czpJbYQcfYu51X mZxJo2WaoY4/lUtnrPVAnJ/oaLFcocAntW0tf08YT+onbBG1y4JjupYV+EBeYXiSilPR tgRJv6UbAsZxMQXgkO28r+ZxR9qzd9aflO977nIPKLgBnLUr6jdJGzsvFjx/ho3fASVl gij9DJWHZP2AxKvVoz+qSSYJrv+YEs+qzqIx2+1FbPi3K4rbgL+IEEsQQzLK0jglAIOb 4Alg== X-Received: by 10.25.162.144 with SMTP id l138mr9525835lfe.30.1449296898773; Fri, 04 Dec 2015 22:28:18 -0800 (PST) Received: from [192.168.1.41] (ppp91-76-25-247.pppoe.mtu-net.ru. [91.76.25.247]) by smtp.gmail.com with ESMTPSA id f71sm2937818lfe.36.2015.12.04.22.28.17 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 Dec 2015 22:28:18 -0800 (PST) Subject: Re: [PATCH v3 0/3] reproducible builds To: grub-devel@gnu.org References: <1449245444-17579-1-git-send-email-lynxis@fe80.eu> <1449253942-29510-1-git-send-email-lynxis@fe80.eu> From: Andrei Borzenkov Message-ID: <56628401.1030703@gmail.com> Date: Sat, 5 Dec 2015 09:28:17 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <1449253942-29510-1-git-send-email-lynxis@fe80.eu> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c07::22c Cc: dkg@fifthhorseman.net X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Dec 2015 06:28:24 -0000 04.12.2015 21:32, Alexander Couzens пишет: > Changelog: > > - v2: > - 3/3: rewrite commit message > - 3/3: rename variable into SOURCE_DATE_EPOCH > - v3: > - */3: initialize fixed_time argument > - 1+2/3: remove argument letter '-t' only --fixed-time works > - 1+2/3: initialize fixed_time = -1 > > Alexander Couzens (3): > mkstandalone: add argument --fixed-time to override mtime of files > mkrescue: add argument --fixed-time to get reproducible uuids > Makefile/coreboot use SOURCE_DATE_EPOCH as time source if set > Should not we convert 85a7be2414c4718e96d81a2ebaa70d0d42152e62 to use it then instead of hardcoding time stamp? Then --fixed-time should probably be promoted to common installer option. > Makefile.am | 2 +- > util/grub-mkrescue.c | 16 +++++++++++++++- > util/grub-mkstandalone.c | 15 ++++++++++++++- > 3 files changed, 30 insertions(+), 3 deletions(-) >