From df4145ae17972b51a2f4e3ccb10c7ed0a6799209 Mon Sep 17 00:00:00 2001 From: Marek Blaha Date: Mon, 29 Jul 2019 12:09:07 +0200 Subject: [PATCH] Switch off html timestamps on documentation (RhBug:1731050) This change avoids file conflicts when installing createrepo_c-devel package for i686 and x86_64 architectures in parallel. After switching the timestamps off the documentation html files are identical for both builds and rpm does not consider them conflicting any more. https://bugzilla.redhat.com/show_bug.cgi?id=1731050 --- doc/Doxyfile.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile.in.in b/doc/Doxyfile.in.in index bd6b5a7..35a5e75 100644 --- a/doc/Doxyfile.in.in +++ b/doc/Doxyfile.in.in @@ -952,7 +952,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 -- libgit2 0.28.2