[Git][reproducible-builds/reproducible-website][master] Fix some (link) formatting issues

Peter Wu gitlab at salsa.debian.org
Fri Jan 18 22:22:35 CET 2019


Peter Wu pushed to branch master at Reproducible Builds / reproducible-website


Commits:
821d5320 by Peter Wu at 2019-01-18T21:22:12Z
Fix some (link) formatting issues

- - - - -


2 changed files:

- _docs/deterministic_build_systems.md
- contribute/index.md


Changes:

=====================================
_docs/deterministic_build_systems.md
=====================================
@@ -79,8 +79,7 @@ build environment. Here are some known issues and recommendations:
      variable which behaves similar to
      [`SOURCE_DATE_EPOCH`](https://reproducible-builds.org/specs/source-date-epoch/).
    * Ensure that generated source files are touched with a fixed
-     timestamp before rcc is called. See also
-     https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894476
+     timestamp before rcc is called. See also <https://bugs.debian.org/894476>.
  * Qt projects that use `Q_OBJECT` macros require
    [moc](https://doc.qt.io/qt-5/moc.html) to generate additional C++
    files. CMake will automatically do this when
@@ -93,7 +92,7 @@ build environment. Here are some known issues and recommendations:
    * Use the `-p` option to override the include prefix. This requires
      the prefix plus the header filename to be available from the
      include path.
-     See also https://gitlab.kitware.com/cmake/cmake/issues/18815
+     See also <https://gitlab.kitware.com/cmake/cmake/issues/18815>.
    * Ensure that the build directory and source directory remains fixed
      across builds. For example, if users always create a `build`
      directory in the source tree, then reproducibility won't be


=====================================
contribute/index.md
=====================================
@@ -168,7 +168,7 @@ known issues to get an idea of what you may found. Here is some more advice:
   happens during the compilation. Investigation can be done using
   [sources.debian.org](https://sources.debian.org/) (see link at the top).
 
-* First step should be a search for the [`__DATE__`, `__TIME__` or `__TIMESTAMP__](https://reproducible.debian.net/issues/timestamps_from_cpp_macros_issue.html)
+* First step should be a search for the [`__DATE__`, `__TIME__` or `__TIMESTAMP__`](https://reproducible.debian.net/issues/timestamps_from_cpp_macros_issue.html)
   using [codesearch](https://codesearch.debian.net/).  Otherwise, try to locate
   calls to `date` in `configure.ac`, `Makefile.am`, etc.
 
@@ -255,7 +255,7 @@ requires some more steps, but the general process is the same:
 1. Everybody with a [Debian SSO](https://sso.debian.org) client certificate
    (both DDs and guests) can schedule source packages to be rebuilt by using
    the authenticated endpoint at
-   https://tests.reproducible-builds.org/cgi-bin/schedule. There are handy
+   <https://tests.reproducible-builds.org/cgi-bin/schedule>. There are handy
    icons (`♻`)in every package page that links to that cgi-bin script with the
    correct parameters.  If you don't have a valid client certificate or have
    any other trouble you can find somebody in the #debian-reproducible IRC
@@ -287,7 +287,7 @@ be great.
 
 In Debian, [#900918](https://bugs.debian.org/900918) is being used to track the
 progress of reproducible installation images. There is an
-`[analyze_image](https://github.com/adrelanos/Whonix/blob/master/help-steps/analyze_image)`
+[analyze_image](https://github.com/adrelanos/Whonix/blob/master/help-steps/analyze_image)
 Bash script that creates sha512 hashes of all files included within an image,
 access rights, symlinks, partition table, bootloader and more. Doing this with
 two images that should match and comparing the reports the script creates can



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/821d532028da96fc0eaa0d8d9afdc9be421f056d

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/821d532028da96fc0eaa0d8d9afdc9be421f056d
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/20190118/edeff03d/attachment.html>


More information about the rb-commits mailing list