[Openmp-commits] [openmp] r318978 - doxygen: disable the html timestamp: this is breaking the reproducible build of openmp
Sylvestre Ledru via Openmp-commits
openmp-commits at lists.llvm.org
Sat Nov 25 06:12:33 PST 2017
Author: sylvestre
Date: Sat Nov 25 06:12:33 2017
New Revision: 318978
URL: http://llvm.org/viewvc/llvm-project?rev=318978&view=rev
Log:
doxygen: disable the html timestamp: this is breaking the reproducible build of openmp
Modified:
openmp/trunk/offload/doc/doxygen/config
openmp/trunk/runtime/doc/doxygen/config
Modified: openmp/trunk/offload/doc/doxygen/config
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/offload/doc/doxygen/config?rev=318978&r1=318977&r2=318978&view=diff
==============================================================================
--- openmp/trunk/offload/doc/doxygen/config (original)
+++ openmp/trunk/offload/doc/doxygen/config Sat Nov 25 06:12:33 2017
@@ -1141,7 +1141,7 @@ HTML_COLORSTYLE_GAMMA = 80
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_TIMESTAMP = YES
+HTML_TIMESTAMP = NO
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
Modified: openmp/trunk/runtime/doc/doxygen/config
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/doc/doxygen/config?rev=318978&r1=318977&r2=318978&view=diff
==============================================================================
--- openmp/trunk/runtime/doc/doxygen/config (original)
+++ openmp/trunk/runtime/doc/doxygen/config Sat Nov 25 06:12:33 2017
@@ -969,7 +969,7 @@ HTML_COLORSTYLE_GAMMA = 80
# page will contain the date and time when the page was generated. Setting
# this to NO can help when comparing the output of multiple runs.
-HTML_TIMESTAMP = YES
+HTML_TIMESTAMP = NO
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
More information about the Openmp-commits
mailing list