Build documentation with deterministic=1 for reproducible builds. (A new ikiwiki feature.) Closes: #785736
This commit is contained in:
parent
fa4ac76d79
commit
e0c2bcdc74
2 changed files with 4 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -75,8 +75,8 @@ man:
|
|||
docs: mans
|
||||
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 \
|
||||
--underlaydir=/dev/null --set deterministic=1 \
|
||||
--disable-plugin=shortcut --disable-plugin=smiley \
|
||||
--plugin=comments --set comments_pagespec="*" \
|
||||
--exclude='news/.*' --exclude='design/assistant/blog/*' \
|
||||
--exclude='bugs/*' --exclude='todo/*' --exclude='forum/*' \
|
||||
|
|
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -23,6 +23,8 @@ git-annex (5.20150529) UNRELEASED; urgency=medium
|
|||
is dead.
|
||||
* tahoe: Use ~/.tahoe-git-annex/ rather than ~/.tahoe/git-annex/
|
||||
to avoid old versions of tahoe create-client choking.
|
||||
* Build documentation with deterministic=1 for reproducible builds.
|
||||
(A new ikiwiki feature.) Closes: #785736
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Sat, 30 May 2015 02:07:18 -0400
|
||||
|
||||
|
|
Loading…
Reference in a new issue