From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas Schmitt" Subject: bug#35283: ISO images are not reproducible Date: Sun, 21 Apr 2019 20:44:47 +0200 Message-ID: <14023672764195917993@scdbackup.webframe.org> References: <87imv75myz.fsf@gnu.org> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIHUr-0003PL-O1 for bug-guix@gnu.org; Sun, 21 Apr 2019 14:47:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hIHQe-0007UB-5b for bug-guix@gnu.org; Sun, 21 Apr 2019 14:43:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35526) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hIHQc-0007Tf-HF for bug-guix@gnu.org; Sun, 21 Apr 2019 14:43:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hIHQc-0003n5-9z for bug-guix@gnu.org; Sun, 21 Apr 2019 14:43:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87imv75myz.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: bug-xorriso@gnu.org Cc: 35283@debbugs.gnu.org Hi, Ludovic Court=C3=A8s wrote: > AFAICS, setting SOURCE_DATE_EPOCH didn=E2=80=99t have a noticeable impac= t on > Xorriso, or at least it was overridden by the =E2=80=9C-volume_date=E2= =80=9D options > that I pass. Probably. Among the automatic grub-mkrescue options for xorriso's mkisofs emulation is --modification-date=3D2019042117165600 The equivalent native command is -volume_date uuid 2019042117165600 So you indeed have to override this by an own subsequent command. (SOURCE_DATE_EPOCH overrides defaults of xorriso. But commands or options override the overridden defaults.) Have a nice day :) Thomas