[quake3-commits] [ioquake/ioq3] 9c76b5: Pick up date from SOURCE_DATE_EPOCH, for reproduci...

Tim Angus tim at ngus.net
Tue Sep 27 16:05:26 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/ioquake/ioq3
  Commit: 9c76b546e33559c5679f6c066ff976bc7f923cbb
      https://github.com/ioquake/ioq3/commit/9c76b546e33559c5679f6c066ff976bc7f923cbb
  Author: Simon McVittie <smcv at debian.org>
  Date:   2016-09-22 (Thu, 22 Sep 2016)

  Changed paths:
    M Makefile
    M code/game/g_main.c
    M code/qcommon/common.c
    M code/qcommon/q_shared.h
    M code/sys/sys_main.c

  Log Message:
  -----------
  Pick up date from SOURCE_DATE_EPOCH, for reproducible builds

The goal of reproducible builds is that a rebuild of the same source
code with the same compiler, libraries, etc. should result in the same
binaries. SOURCE_DATE_EPOCH provides a standard way for build systems
to fill in the date of the latest source change, typically from a git
commit or from metadata like the debian/changelog in Debian packages.

This does not change anything if SOURCE_DATE_EPOCH is not defined;
the intention is that a larger build system like a Debian package
will define it.

Please see https://reproducible-builds.org/ for more information about
reproducible builds.


  Commit: cce24668f7c602159a697911593ca0a2cce11184
      https://github.com/ioquake/ioq3/commit/cce24668f7c602159a697911593ca0a2cce11184
  Author: Tim Angus <tim at ngus.net>
  Date:   2016-09-27 (Tue, 27 Sep 2016)

  Changed paths:
    M Makefile
    M code/game/g_main.c
    M code/qcommon/common.c
    M code/qcommon/q_shared.h
    M code/sys/sys_main.c

  Log Message:
  -----------
  Merge pull request #225 from smcv/reproducible-date

Pick up date from SOURCE_DATE_EPOCH, for reproducible builds


Compare: https://github.com/ioquake/ioq3/compare/5a33abe90c34...cce24668f7c6


More information about the quake3-commits mailing list