[Git][reproducible-builds/reproducible-notes][master] Expand matching and note for timestamps_in_documentation_generated_by_org_mode.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Mon Sep 26 07:21:39 UTC 2022
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-notes
Commits:
fcb9f175 by Chris Lamb at 2022-09-26T08:19:47+01:00
Expand matching and note for timestamps_in_documentation_generated_by_org_mode.
- - - - -
2 changed files:
- bin/auto-classify
- issues.yml
Changes:
=====================================
bin/auto-classify
=====================================
@@ -128,6 +128,9 @@ def walk_json(elem):
if v.endswith(".html") and "/build/1st/" in diff and "Doxygen" in diff:
yield "absolute_build_dir_in_docs_generated_by_doxygen_ref"
+ if v.endswith(".html") and "Created: " and "validator.w3.org" in diff:
+ yield "timestamps_in_documentation_generated_by_org_mode"
+
if v.endswith(".beam") and "/build/1st/" in diff:
yield "captures_build_path_in_beam_cma_cmt_files"
=====================================
issues.yml
=====================================
@@ -996,7 +996,9 @@ ftbfs_uninvestigated_unsatisfiable_dependencies:
deterministic: True
timestamps_in_documentation_generated_by_org_mode:
description: |
- Org-mode adds timestamps (which also vary by TZ)
+ Org-mode adds timestamps (which also vary by TZ). They can be added by
+ other tools that call org-mode without obviously doing so, specifically
+ elpa-htmlize.
deterministic: True
timestamps_in_pdf_generated_by_matplotlib:
description: |
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/commit/fcb9f175b53e6058da9ec95e794486af6c66adeb
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/commit/fcb9f175b53e6058da9ec95e794486af6c66adeb
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20220926/6bcd1f61/attachment.htm>
More information about the rb-commits
mailing list