From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 02/12] reproducibility: override locale and timezone
Date: Sat, 02 Jul 2016 11:58:53 +0200 [thread overview]
Message-ID: <87wpl4bbtu.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1465918277-30675-2-git-send-email-gilles.chanteperdrix@xenomai.org> (Gilles Chanteperdrix's message of "Tue, 14 Jun 2016 17:31:10 +0200")
>>>>> "Gilles" == Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> writes:
> Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
> ---
> Makefile | 7 +++++++
> 1 file changed, 7 insertions(+)
> diff --git a/Makefile b/Makefile
> index 3f5c3d3..0217ff0 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -208,6 +208,13 @@ ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
> -include $(BR2_CONFIG)
> endif
> +export BR2_REPRODUCIBLE
I moved this down with the other exports we do for post-build /
post-image scripts.
> +ifeq ($(BR2_REPRODUCIBLE),y)
And added a comment why we do this.
Committed with that fixed, thanks.
> +export TZ=UTC
> +export LANG=C
> +export LC_ALL=C
> +endif
> +
> # To put more focus on warnings, be less verbose as default
> # Use 'make V=1' to see the full commands
> ifeq ("$(origin V)", "command line")
> --
> 2.8.2
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2016-07-02 9:58 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-14 15:29 [Buildroot] Reproducible build v2 Gilles Chanteperdrix
2016-06-14 15:31 ` [Buildroot] [PATCH 01/12] reproducibility: introduce config knob Gilles Chanteperdrix
2016-06-14 15:31 ` [Buildroot] [PATCH 02/12] reproducibility: override locale and timezone Gilles Chanteperdrix
2016-07-02 9:01 ` Yann E. MORIN
2016-07-02 9:58 ` Peter Korsgaard [this message]
2016-06-14 15:31 ` [Buildroot] [PATCH 03/12] reproducibility: generate SOURCE_DATE_EPOCH Gilles Chanteperdrix
2016-07-02 9:20 ` Yann E. MORIN
2016-06-14 15:31 ` [Buildroot] [PATCH 04/12] reproducibility/linux: override build timestamp Gilles Chanteperdrix
2016-07-02 9:34 ` Yann E. MORIN
2016-06-14 15:31 ` [Buildroot] [PATCH 05/12] reproducibility/busybox: disable build timestamps Gilles Chanteperdrix
2016-07-02 9:51 ` Yann E. MORIN
2016-06-14 15:31 ` [Buildroot] [PATCH 06/12] reproducibility/libgcrypt: override timestamps Gilles Chanteperdrix
2016-07-02 9:52 ` Yann E. MORIN
2016-06-14 15:31 ` [Buildroot] [PATCH 07/12] reproducibility/libgpg-error: " Gilles Chanteperdrix
2016-07-02 9:54 ` Yann E. MORIN
2016-06-14 15:31 ` [Buildroot] [PATCH 08/12] package/cpio: allow generating host-cpio Gilles Chanteperdrix
2016-07-02 10:16 ` Yann E. MORIN
2016-06-14 15:31 ` [Buildroot] [PATCH 09/12] reproducibility/fs/cpio: generate archive with host-cpio Gilles Chanteperdrix
2016-07-02 10:18 ` Yann E. MORIN
2016-07-02 11:11 ` Arnout Vandecappelle
2016-07-02 9:00 ` [Buildroot] [PATCH 01/12] reproducibility: introduce config knob Yann E. MORIN
2016-07-02 9:26 ` Peter Korsgaard
2016-06-14 15:32 ` [Buildroot] [PATCH 10/12] cdrkit: add patch allowing to set creation date Gilles Chanteperdrix
2016-06-14 15:32 ` [Buildroot] [PATCH 11/12] reproducibility/fs/iso9660: reproducible iso images Gilles Chanteperdrix
2016-07-17 19:29 ` Yann E. MORIN
2016-06-14 15:32 ` [Buildroot] [PATCH 12/12] reproducible/syslinux: make syslinux build reproducible Gilles Chanteperdrix
2016-07-17 19:44 ` Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wpl4bbtu.fsf@dell.be.48ers.dk \
--to=peter@korsgaard.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox