mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
maint: Generate AUTHORS and ChangeLog reproducibly.
* Makefile.am (gen-ChangeLog): Set LC_ALL=en_US.UTF-8 TZ=UTC0. (gen-AUTHORS): Likewise. Change-Id: I109ceffdf07b8dde6385b6b509366c47564c9f31
This commit is contained in:
parent
ea23a124ad
commit
b850d77e11
1 changed files with 4 additions and 0 deletions
|
@ -974,6 +974,8 @@ gen-tarball-version:
|
|||
|
||||
gen-ChangeLog:
|
||||
$(AM_V_GEN)if test -e .git; then \
|
||||
export LC_ALL=en_US.UTF-8; \
|
||||
export TZ=UTC0; \
|
||||
$(top_srcdir)/build-aux/gitlog-to-changelog \
|
||||
> $(distdir)/ChangeLog.tmp; \
|
||||
rm -f $(distdir)/ChangeLog; \
|
||||
|
@ -983,6 +985,8 @@ gen-ChangeLog:
|
|||
gen-AUTHORS:
|
||||
$(AM_V_GEN)if test -e .git; then \
|
||||
rm -f "$(distdir)/AUTHORS"; \
|
||||
export LC_ALL=en_US.UTF-8; \
|
||||
export TZ=UTC0; \
|
||||
$(top_builddir)/pre-inst-env "$(GUILE)" \
|
||||
"$(top_srcdir)/build-aux/generate-authors.scm" \
|
||||
"$(top_srcdir)" "$(distdir)/AUTHORS"; \
|
||||
|
|
Loading…
Reference in a new issue