summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-19 15:45:21 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-19 15:45:21 -0400
commitff53c2bd7d6c69d9f44eac702cb33709b296330a (patch)
treeebf0dbfc13f547f70a0af46d392bad15ee756d9b
parent255b062dc706433f5d14ff13ea4127af8a7608d5 (diff)
Build documentation with TZ=UTC for reproducible builds. See #785736.
-rw-r--r--Makefile2
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 14e55a4b9..1bab98917 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \
diff --git a/debian/changelog b/debian/changelog
index 104648315..9c3b8c9a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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