Merge lp:~bregma/geis/lp-1462829 into lp:geis

Proposed by Stephen M. Webb
Status: Merged
Approved by: Christopher Townsend
Approved revision: 330
Merged at revision: 330
Proposed branch: lp:~bregma/geis/lp-1462829
Merge into: lp:geis
Diff against target: 12 lines (+1/-1)
1 file modified
doc/Doxyfile (+1/-1)
To merge this branch: bzr merge lp:~bregma/geis/lp-1462829
Reviewer Review Type Date Requested Status
Christopher Townsend Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+261335@code.launchpad.net

Commit message

Avoid setting the timestamp in Doxygen-generated documentation so the builds on Debian will be reproduceable.

Description of the change

Avoid setting the timestamp in Doxygen-generated documentation so the builds on Debian will be reproduceable.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Christopher Townsend (townsend) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/Doxyfile'
2--- doc/Doxyfile 2012-02-17 17:44:13 +0000
3+++ doc/Doxyfile 2015-06-07 23:41:17 +0000
4@@ -929,7 +929,7 @@
5 # page will contain the date and time when the page was generated. Setting
6 # this to NO can help when comparing the output of multiple runs.
7
8-HTML_TIMESTAMP = YES
9+HTML_TIMESTAMP = NO
10
11 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
12 # files or namespaces will be aligned in HTML using tables. If set to

Subscribers

People subscribed via source and target branches