Build documentation with TZ=UTC for reproducible builds. See #785736.

This commit is contained in:
Joey Hess 2015-05-19 15:45:21 -04:00
parent b1b684d5c9
commit 8e40cb6f56
2 changed files with 2 additions and 1 deletions

View file

@ -73,7 +73,7 @@ man:
mkdir -p man
docs: mans
$(IKIWIKI) doc html -v --wikiname git-annex --plugin=goodstuff \
TZ=UTC $(IKIWIKI) doc html -v --wikiname git-annex --plugin=goodstuff \
--no-usedirs --disable-plugin=openid --plugin=sidebar \
--underlaydir=/dev/null --disable-plugin=shortcut \
--disable-plugin=smiley \

1
debian/changelog vendored
View file

@ -24,6 +24,7 @@ git-annex (5.20150508.2) UNRELEASED; urgency=medium
* webapp: Fix zombie xdg-open process left when opening file browser.
Closes: #785498
* Safer posix fctnl locking implementation, using lock pools and STM.
* Build documentation with TZ=UTC for reproducible builds. See #785736.
-- Joey Hess <id@joeyh.name> Mon, 11 May 2015 12:45:06 -0400