From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45535 invoked by alias); 18 Sep 2017 19:12:17 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 45521 invoked by uid 89); 18 Sep 2017 19:12:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*c:mimHpHrt, H*r:Unknown, Home, H*R:D*net X-HELO: m69-170.mailgun.net Received: from m69-170.mailgun.net (HELO m69-170.mailgun.net) (166.78.69.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 18 Sep 2017 19:12:13 +0000 X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.42]) by mxa.mailgun.org with ESMTP id 59c01a86.7fbc08090930-smtp-out-n02; Mon, 18 Sep 2017 19:12:06 -0000 (UTC) Date: Mon, 18 Sep 2017 19:12:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <59c01a85c6ab9_47e3f97f5e0fc3c7065@hookshot-fe1-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 349be0: Allow to override build date Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_59c01a85c6741_47e3f97f5e0fc3c705ed"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00007.txt.bz2 ----==_mimepart_59c01a85c6741_47e3f97f5e0fc3c705ed Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1574 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 349be05ee5cbfd680955d19a9ec2df72966399b4 https://github.com/crosstool-ng/crosstool-ng/commit/349be05ee5cbfd680955d19a9ec2df72966399b4 Author: Bernhard M. Wiedemann Date: 2017-07-21 (Fri, 21 Jul 2017) Changed paths: M configure.ac Log Message: ----------- Allow to override build date in order to make builds reproducible. See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. This date call is designed to work with both GNU date and BSD date. Commit: b8c5b2cf27e1933cc51d066afa83bc66529b5db6 https://github.com/crosstool-ng/crosstool-ng/commit/b8c5b2cf27e1933cc51d066afa83bc66529b5db6 Author: Bernhard M. Wiedemann Date: 2017-07-21 (Fri, 21 Jul 2017) Changed paths: M Makefile.in Log Message: ----------- use gzip -n to not record timestamps in .gz file headers to make build reproducible Commit: 2ebbd3e3183ed18d13884ba6d30df09d16078fd0 https://github.com/crosstool-ng/crosstool-ng/commit/2ebbd3e3183ed18d13884ba6d30df09d16078fd0 Author: Alexey Neyman Date: 2017-09-18 (Mon, 18 Sep 2017) Changed paths: M Makefile.in M configure.ac Log Message: ----------- Merge pull request #784 from bmwiedemann/date Allow for reproducible builds Compare: https://github.com/crosstool-ng/crosstool-ng/compare/aacd6f3b4a55...2ebbd3e3183e ----==_mimepart_59c01a85c6741_47e3f97f5e0fc3c705ed--