mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 19:22:09 -04:00
Merge branch 'ondrej/use-utc-for-reproducible-builds' into 'main'
Use UTC datetime for reproducible builds See merge request isc-projects/bind9!5750
This commit is contained in:
commit
db82318477
1 changed files with 1 additions and 1 deletions
|
|
@ -1253,7 +1253,7 @@ AM_CONDITIONAL([HAVE_XELATEX], [test "$XELATEX" != ":" && test "$LATEXMK" != ":"
|
|||
# Pull release date from CHANGES file last modification date
|
||||
# for reproducible builds
|
||||
#
|
||||
release_date=`date -r CHANGES +%Y-%m-%d`
|
||||
release_date=`date -u -r CHANGES +%Y-%m-%d`
|
||||
AC_SUBST([RELEASE_DATE], $release_date)
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue