[Reproducible-commits] [notes] 01/01: Fix links

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Jan 9 19:51:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository notes.

commit 8633899c40db31e1d1650cb9ffc92e9a9cff79a1
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Jan 9 20:51:45 2015 +0100

    Fix links
---
 issues.yml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/issues.yml b/issues.yml
index 01b8701..9077ec9 100644
--- a/issues.yml
+++ b/issues.yml
@@ -3,12 +3,12 @@ timestamps_from_cpp_macros:
     The C pre-processor macros `__DATE__`, `__TIME__`, and `__TIMESTAMP__`
     captures the current time, and thus will obviously make a build
     unreproducible.
-  url: https://wiki.debian.org/ReproducibleBuilds/TimestampFromCPPMacros
+  url: https://wiki.debian.org/ReproducibleBuilds/TimestampsFromCPPMacros
 timestamps_in_documentation_generated_by_doxygen:
   description: |
     If Doxyfile contains HTML_TIMESTAMP = YES, Doxygen will add a
-    timestamp to its generated documentation. 
-  url: https://wiki.debian.org/ReproducibleBuilds/TimestampInDocumentationGeneratedByDoxygen
+    timestamp to its generated documentation.
+  url: https://wiki.debian.org/ReproducibleBuilds/TimestampsInDocumentationGeneratedByDoxygen
 timestamps_generated_by_docbook_to_man:
   description: |
     docbook-to-man adds a timestamp at the end of manpages it generates.
@@ -23,7 +23,7 @@ variables_in_build_info_py:
 timestamps_in_dvi_generated_by_latex:
   description: |
     The creation date of the DVI file is the current time.
-  url: https://wiki.debian.org/ReproducibleBuilds/TimestampInDviGeneratedByLaTeX
+  url: https://wiki.debian.org/ReproducibleBuilds/TimestampsInDviGeneratedByLaTeX
 blacklisted_on_jenkins:
   description: |
     Some packages have been blacklisted not to be tested for build reproducibility on jenkins.debian.net,
@@ -43,14 +43,14 @@ xpi_pack_saves_extra_attributes_in_jar:
 timestamps_in_php_registry_files:
   description: |
     PHP registry files contain a timestamp in the _lastmodified field.
-  url: https://wiki.debian.org/ReproducibleBuilds/TimestampInPhpRegistryFiles
+  url: https://wiki.debian.org/ReproducibleBuilds/TimestampsInPhpRegistryFiles
 timestamps_in_maven_pom_files:
   description: |
     Maven writes a timestamp to pom.properties files
 timestamps_in_pe_binaries:
   description: |
     PE binaries contain a timestamp and maybe randomness in an UUID.
-  url: https://wiki.debian.org/ReproducibleBuilds/TimestampInPEBinaries
+  url: https://wiki.debian.org/ReproducibleBuilds/TimestampsInPEBinaries
 use_epydoc:
   description: |
     Epydoc will add timestamps to the HTML file it produces. It can also generates
@@ -87,7 +87,7 @@ fontforge_reset_modification_time:
     When a fontforge script is used, if the font loaded is modified
     in any way, then the font modification time is set to the current
     time.
-  url: https://bugs.debian.org/774274
+  url: https://wiki.debian.org/ReproducibleBuilds/TimestampsInFontsGeneratedWithFontForge
 not_using_dh_builddeb:
   description: |
     We currently adjust the file mtimes in dh_builddeb. Packages which
@@ -100,23 +100,23 @@ not_using_dh_builddeb:
 timestamps_in_gzip_headers:
   description: |
     gzip stores a timestamp by default in its header.
-  url: https://wiki.debian.org/ReproducibleBuilds/TimestampInGzipHeaders
+  url: https://wiki.debian.org/ReproducibleBuilds/TimestampsInGzipHeaders
 timestamps_in_png:
   description: |
     PNG can capture build time with the tIME chunk or custom keywords.
-  url: https://wiki.debian.org/ReproducibleBuilds/TimestampInPNG
+  url: https://wiki.debian.org/ReproducibleBuilds/TimestampsInPNG
 timestamps_in_static_libraries:
   description: |
     .a files are ar archives. By default, they will contain a timestamp for
-    each member (.o) and for the function index. 
-  url: https://wiki.debian.org/ReproducibleBuilds/TimestampInStaticLibraries
+    each member (.o) and for the function index.
+  url: https://wiki.debian.org/ReproducibleBuilds/TimestampsInStaticLibraries
 timestamps_in_tarball:
   description: |
     Tarball capture build time in mtime of its members.
 timestamps_in_documentation_generated_by_javadoc:
   description: |
     javadoc will add timestamps to the HTML file it produces.
-  url: https://wiki.debian.org/ReproducibleBuilds/TimestampInDocumentationGeneratedByJavadoc?action=edit&editor=text
+  url: https://wiki.debian.org/ReproducibleBuilds/TimestampsInDocumentationGeneratedByJavadoc
 timestamps_in_jar:
   description: |
     jar (Java Archive) file stores mtimes. Most often of files generated during
@@ -133,7 +133,7 @@ timestamps_in_pdf_generated_by_latex:
   description: |
     PDF files generated with pdftex and pdflatex will contain CreationDate and
     ModDate set to the current date and time.
-  url: https://wiki.debian.org/ReproducibleBuilds/TimestampInPDFGeneratedByLaTeX
+  url: https://wiki.debian.org/ReproducibleBuilds/TimestampsInPDFGeneratedByLaTeX
 timestamps_in_documentation_generated_by_htmldoc:
   description: |
     PDF files generated with htmldoc will contain CreationDate set to the current

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list