laforge has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/libosmocore/+/14795 )
Change subject: Set HTML_TIMESTAMP to NO to make build reproducible ...................................................................... Set HTML_TIMESTAMP to NO to make build reproducible Change-Id: I56cce5cda0621f5e9f1c28aaad4646e9e267d17d --- M Doxyfile.codec.in M Doxyfile.core.in M Doxyfile.gsm.in M Doxyfile.vty.in 4 files changed, 4 insertions(+), 4 deletions(-) Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified diff --git a/Doxyfile.codec.in b/Doxyfile.codec.in index 307e3e1..88f0d27 100644 --- a/Doxyfile.codec.in +++ b/Doxyfile.codec.in @@ -891,7 +891,7 @@ # 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_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to diff --git a/Doxyfile.core.in b/Doxyfile.core.in index f83205a..c2bfcd5 100644 --- a/Doxyfile.core.in +++ b/Doxyfile.core.in @@ -891,7 +891,7 @@ # 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_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to diff --git a/Doxyfile.gsm.in b/Doxyfile.gsm.in index aae0e89..fd89390 100644 --- a/Doxyfile.gsm.in +++ b/Doxyfile.gsm.in @@ -891,7 +891,7 @@ # 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_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to diff --git a/Doxyfile.vty.in b/Doxyfile.vty.in index fb1cabf..9f56fd7 100644 --- a/Doxyfile.vty.in +++ b/Doxyfile.vty.in @@ -891,7 +891,7 @@ # 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_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to -- To view, visit https://gerrit.osmocom.org/c/libosmocore/+/14795 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Change-Id: I56cce5cda0621f5e9f1c28aaad4646e9e267d17d Gerrit-Change-Number: 14795 Gerrit-PatchSet: 2 Gerrit-Owner: Hoernchen <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: Ruben Undheim <[email protected]> Gerrit-Reviewer: laforge <[email protected]> Gerrit-CC: pespin <[email protected]> Gerrit-MessageType: merged
