From patchwork Mon Jan 25 20:49:23 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander 'lynxis' Couzens X-Patchwork-Id: 572899 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 2769F14016A for ; Tue, 26 Jan 2016 07:50:22 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id C109228C636; Mon, 25 Jan 2016 21:49:21 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 4F11F28C5FE for ; Mon, 25 Jan 2016 21:49:09 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_FROM_MX=-3.1; rate: -7.6 Received: from mail.base45.de (mail.base45.de [80.241.61.77]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Mon, 25 Jan 2016 21:49:08 +0100 (CET) Received: from [2001:1a80:2259:d21a:9432:feb0:15e7:1734] (helo=lazus.yip) by mail.base45.de with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA256:128) (Exim 4.82) (envelope-from ) id 1aNo57-00074z-Sw; Mon, 25 Jan 2016 21:49:50 +0100 From: Alexander Couzens To: openwrt-devel@lists.openwrt.org Date: Mon, 25 Jan 2016 21:49:23 +0100 Message-Id: <1453754975-18721-2-git-send-email-lynxis@fe80.eu> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1453754975-18721-1-git-send-email-lynxis@fe80.eu> References: <1453754975-18721-1-git-send-email-lynxis@fe80.eu> Cc: bnewbold@robocracy.org Subject: [OpenWrt-Devel] [PATCH 01/13] Makefile: set timezone to UTC X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" From: bryan newbold This is necessary for reproducible image builds. Signed-off-by: bryan newbold --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a12e3ea..8ba2bfc 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,8 @@ TOPDIR:=${CURDIR} LC_ALL:=C LANG:=C -export TOPDIR LC_ALL LANG +TZ:=UTC +export TOPDIR LC_ALL LANG TZ empty:= space:= $(empty) $(empty)