[Git][reproducible-builds/reproducible-website][master] 3 commits: Add missing "to".

Chris Lamb gitlab at salsa.debian.org
Thu Dec 12 16:28:29 UTC 2019



Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website


Commits:
024b8cd3 by Chris Lamb at 2019-12-12T16:14:14Z
Add missing "to".

- - - - -
3673e36f by Chris Lamb at 2019-12-12T16:14:25Z
Misc cosmetic changes prior to publishing.

- - - - -
c1ff748b by Chris Lamb at 2019-12-12T16:28:15Z
published as https://reproducible-builds.org/reports/2019-11/

- - - - -


8 changed files:

- _reports/2019-07.md
- _reports/2019-09.md
- _reports/2019-11.md
- images/reports/2019-11/alpine.png
- + images/reports/2019-11/archstatus.png
- images/reports/2019-11/maven.png
- images/reports/2019-11/ocaml.png
- images/reports/2019-11/themanifest.jpg


Changes:

=====================================
_reports/2019-07.md
=====================================
@@ -12,7 +12,7 @@ published: 2019-08-05 16:06:30
 
 [![]({{ "/images/reports/2019-07/reproducible-builds.png#right" | prepend: site.baseurl }})](https://reproducible-builds.org/)
 
-In these reports we outline the most important things that we have been up over the past month. As a quick recap, whilst anyone can inspect the source code of free software for malicious flaws, almost all software is distributed to end users as pre-compiled binaries.
+In these reports we outline the most important things that we have been up to over the past month. As a quick recap, whilst anyone can inspect the source code of free software for malicious flaws, almost all software is distributed to end users as pre-compiled binaries.
 
 The motivation behind the reproducible builds effort is to ensure no flaws have been introduced during this compilation process by promising identical results are always generated from a given source, thus allowing multiple third-parties to come to a consensus on whether a build was compromised.
 


=====================================
_reports/2019-09.md
=====================================
@@ -12,7 +12,7 @@ published: 2019-10-05 20:43:45
 
 [![]({{ "/images/reports/2019-09/reproducible-builds.png#right" | prepend: site.baseurl }})]({{ "/" | prepend: site.baseurl }})
 
-In these reports we outline the most important things that we have been up over the past month. As a quick refresher of what our project is about, whilst anyone can inspect the source code of free software for malicious changes, most software is distributed to end users or servers as precompiled binaries. The motivation behind the reproducible builds effort is to ensure zero changes have been introduced during these compilation processes. This is achieved by promising identical results are always generated from a given source, thus allowing multiple third-parties to come to a consensus on whether a build was compromised.
+In these reports we outline the most important things that we have been up to over the past month. As a quick refresher of what our project is about, whilst anyone can inspect the source code of free software for malicious changes, most software is distributed to end users or servers as precompiled binaries. The motivation behind the reproducible builds effort is to ensure zero changes have been introduced during these compilation processes. This is achieved by promising identical results are always generated from a given source, thus allowing multiple third-parties to come to a consensus on whether a build was compromised.
 
 In September's report, we cover:
 


=====================================
_reports/2019-11.md
=====================================
@@ -3,24 +3,23 @@ layout: report
 year: "2019"
 month: "11"
 title: "Reproducible Builds in November 2019"
-draft: true
+draft: false
+published: 2019-12-12 16:28:15
 ---
 
-**Welcome to the November 2019 report from the [Reproducible Builds](https://reproducible-builds.org) project!**
+**Welcome to the November 2019 report from the [Reproducible Builds](https://reproducible-builds.org) project.**
 {: .lead}
 
 [![]({{ "/images/reports/2019-11/reproducible-builds.png#right" | prepend: site.baseurl }})](https://reproducible-builds.org/)
 
-In these reports we outline the most important things that we have been up over the past month. As a quick recap, whilst anyone can inspect the source code of free software for malicious flaws, almost all software is distributed to end users as pre-compiled binaries.
-
-The motivation behind the reproducible builds effort is to ensure no flaws have been introduced during this compilation process by promising identical results are always generated from a given source, thus allowing multiple third-parties to come to a consensus on whether a build was compromised.
+As a summary of our project, whilst anyone can inspect the source code of free software for malicious flaws almost all software is distributed to end users as pre-compiled binaries. The motivation behind the reproducible builds effort is therefore to ensure no flaws have been introduced during this compilation process by promising identical results are always generated from a given source, thus allowing multiple third-parties to come to a consensus on whether a build was compromised.
 
 In this month's report, we cover:
 
 * **Media coverage and events** — *Enter the Reproducibility Challenge, etc.*
 * **Upstream news** — *OCaml, Mes, Maven, etc.*
 * **Distribution work** — *The latest reports from Arch, Debian and openSUSE, etc.*
-* **Software development** — *A Christmas bonanza of patches and work on diffoscope, etc.*
+* **Software development** — *Holiday bonanza of patches, work on diffoscope, etc.*
 * **Contributing** — *How to get in touch…*
 
 If you are interested in contributing to our project, please visit our [*Contribute*]({{ "/contribute/" | prepend: site.baseurl }}) page on our website.
@@ -37,17 +36,17 @@ On November 16th, Vagrant Cascadian presented [*There and Back Again, Reproducib
 
 Chris Lamb was featured on [The Manifest](https://manifest.fm) package management podcast in an episode called [*Reproducible Builds project and Debian package management*](https://manifest.fm/14).
 
-[ReScience C](http://rescience.github.io/) is an open-access journal that targets computational research and encourages the explicit replication of already published research. This month they announced their [*Ten Years Reproducibility Challenge*](https://rescience.github.io/ten-years/) which promotes the idea that old code (in this instance, a "scientific article [published] before January 1st 2010") should also run on modern hardware and software in order to check one can obtain the same scientific results in the future.
+[ReScience C](http://rescience.github.io/) is an open-access journal that targets computational research and encourages the explicit replication of already published research. This month they announced their [*Ten Years Reproducibility Challenge*](https://rescience.github.io/ten-years/) which promotes the idea that old code — in this instance, a "scientific article [published] before January 1st 2010" — should also run on modern hardware and software in order to check one can obtain the same scientific results in the future.
 
 ---
 
 ## Upstream news
 
-Mike Hommey [pushed a change to Mozilla build system](https://hg.mozilla.org/integration/autoland/rev/cd6b79c74b23) to add and print an error message when differences are found between builds as requested in [bug 1597903](https://bugzilla.mozilla.org/show_bug.cgi?id=1597903).
+Mike Hommey [pushed a change to Mozilla build system](https://hg.mozilla.org/integration/autoland/rev/cd6b79c74b23) to add and print error messages when differences are found between builds as [requested in bug #1597903](https://bugzilla.mozilla.org/show_bug.cgi?id=1597903).
 
 [![]({{ "/images/reports/2019-11/ocaml.png#right" | prepend: site.baseurl }})](https://ocaml.org/)
 
-There was fresh activity on an old pull request for the [OCaml](https://ocaml.org/) programming language regarding the usage and adoption of the [`BUILD_PATH_PREFIX_MAP` environment variable](https://reproducible-builds.org/specs/build-path-prefix-map/) that is used to ensure that software packages do not embed build-time paths into generated files. On [the pull request](https://github.com/ocaml/ocaml/pull/1515) in question [Gabriel Scherer](http://gallium.inria.fr/~scherer/) was kind [to provide many helpful examples on how to use the rewrite rules](https://github.com/ocaml/ocaml/pull/1515#issuecomment-559035723).
+There was fresh activity on an old pull request for the [OCaml](https://ocaml.org/) programming language regarding the usage and adoption of the [`BUILD_PATH_PREFIX_MAP` environment variable](https://reproducible-builds.org/specs/build-path-prefix-map/) that is used to ensure that software packages do not embed build-time paths into generated files. On [the pull request](https://github.com/ocaml/ocaml/pull/1515) in question [Gabriel Scherer](http://gallium.inria.fr/~scherer/) was kind enough to [provide many helpful examples on how to use the rewrite rules](https://github.com/ocaml/ocaml/pull/1515#issuecomment-559035723).
 
 Jan Nieuwenhuizen [announced the release of GNU Mes 0.21](https://lists.reproducible-builds.org/pipermail/rb-general/2019-November/001725.html) and Jeremiah Orians [announced](https://lists.reproducible-builds.org/pipermail/rb-general/2019-November/001711.html) the release of [mescc-tools-seed](https://github.com/oriansj/mescc-tools-seed) version 1.1:
 
@@ -55,9 +54,9 @@ Jan Nieuwenhuizen [announced the release of GNU Mes 0.21](https://lists.reproduc
 
 [![]({{ "/images/reports/2019-11/maven.png#right" | prepend: site.baseurl }})](https://maven.apache.org/)
 
-[Hervé Boutemy](http://people.apache.org/~hboutemy/) announced the release of three base [Apache Maven](https://maven.apache.org/) plugins (source, `.jar`, and assembly) to get reproducible Builds as a direct output from this build system. For more information, please see the ["Configuring for Reproducible Builds"](https://maven.apache.org/guides/mini/guide-reproducible-builds.html) section of the documentation.
+[Hervé Boutemy](http://people.apache.org/~hboutemy/) announced the release of three base [Apache Maven](https://maven.apache.org/) plugins (source, `.jar`, and assembly) to get reproducible Builds as a "direct output" from this build system. For more information, please see the ["Configuring for Reproducible Builds"](https://maven.apache.org/guides/mini/guide-reproducible-builds.html) section of their documentation.
 
-Eli Schwartz reported a bug against the [GNU groff](https://www.gnu.org/software/groff/) typesetting system for incomplete [`SOURCE_DATE_EPOCH`](https://reproducible-builds.org/specs/source-date-epoch/) environment variable support [due to its output files embedding the timezone](https://savannah.gnu.org/bugs/?57218).
+Eli Schwartz reported a bug against the [GNU groff](https://www.gnu.org/software/groff/) typesetting system for incomplete [`SOURCE_DATE_EPOCH`](https://reproducible-builds.org/specs/source-date-epoch/) environment variable support; the output files [appeared to be embedding the build timezone](https://savannah.gnu.org/bugs/?57218).
 
 ---
 
@@ -67,13 +66,15 @@ Eli Schwartz reported a bug against the [GNU groff](https://www.gnu.org/software
 
 [![]({{ "/images/reports/2019-11/archlinux.png#right" | prepend: site.baseurl }})](https://www.archlinux.org/)
 
-A [slight but temporary decline in the reproducibility status](https://tests.reproducible-builds.org/archlinux/archlinux.png) was determined to be due to a bug in the continuous integration framework where one build was building with `--nocheck` whilst the other did not, resulting in the test dependencies being installed on one build. This led to differences in the `BUILDINFO` file which records the build dependencies.
+A [slight but temporary decline in the Arch Linux reproducibility status](https://tests.reproducible-builds.org/archlinux/archlinux.png) was determined to be due to a bug in the continuous integration framework where one build was building with `--nocheck` whilst the other did not, resulting in the test dependencies being installed on one build. This led to differences in the `BUILDINFO` file which records the build dependencies.
+
+[![]({{ "/images/reports/2019-11/archstatus.png#center" | prepend: site.baseurl }})](https://tests.reproducible-builds.org/archlinux/archlinux.png)
 
 Morten Linderud (*Foxboron*) [wrote a blog post](https://linderud.dev/blog/reproducible-arch-linux-packages/) on the progress of reproducible builds for Arch packages, including how to reproduce packages and a roadmap of future of work.
 
-A lot of work has been put into getting the `[core]` more reproducible; [every package has been rebuilt](https://lists.archlinux.org/pipermail/arch-dev-public/2019-November/029721.html) with a new version of [pacman](https://wiki.archlinux.org/index.php/pacman) which resolves an issue with storing the package size. Build failures and download issues have also been resolved which have lead to an increase of reproducible packages in the [Arch Linux continuous integration setup](https://tests.reproducible-builds.org/archlinux/archlinux.html).
+The standard Arch development tools package (`devtools`) now contains a new tool called `makerepropkg` which can reproduce a package from the Arch repositories given a seed `PKGBUILD` file.
 
-The standard Arch Linux development tools package (`devtools`) now contains a new `makerepropkg` tool which can reproduce a package from the Arch repositories providing a `PKGBUILD` exists in the current working directory.
+A lot of work has been put into getting the "`[core]`" system more reproducible; [every package has been rebuilt](https://lists.archlinux.org/pipermail/arch-dev-public/2019-November/029721.html) with a new version of [`pacman`](https://wiki.archlinux.org/index.php/pacman) which resolved a previous issue with storing the package size. Build failures and download issues have also been resolved which have lead to an increase of reproducible packages in this distributions [continuous integration setup](https://tests.reproducible-builds.org/archlinux/archlinux.html).
 
 #### openSUSE
 
@@ -81,7 +82,7 @@ The standard Arch Linux development tools package (`devtools`) now contains a ne
 
 Bernhard M. Wiedemann posted a [summary of openSUSE updates for 2019](https://lists.reproducible-builds.org/pipermail/rb-general/2019-November/001722.html) including `rpm`, a [high level openSUSE status](https://bugzilla.opensuse.org/show_bug.cgi?id=1133809) and fixing [problems with `.pyc` files](https://bugzilla.opensuse.org/show_bug.cgi?id=1094323) which is also relevant to Arch Linux.
 
-The report also summarises the current "total" reproducibility status:
+The report also summarises the current reproducibility status as follows:
 
 [![]({{ "/images/reports/2019-11/opensuse-graph.png#center" | prepend: site.baseurl }})](http://rb.zq1.de/compare.factory/graph.png)
 
@@ -91,17 +92,17 @@ In addition to this, Bernhard also published his [monthly Reproducible Builds st
 
 [![]({{ "/images/reports/2019-11/debian.png#right" | prepend: site.baseurl }})](https://debian.org/)
 
-[Thorsten Glaser](https://www.mirbsd.org/) [filed a bug against the `debhelper` packaging library](https://bugs.debian.org/944691) to request that it sets and exports a [`umask`](https://en.wikipedia.org/wiki/Umask) of `022` for all operations as a possible "harmonisation potential" — a varying `umask` can result in unreproducible packages as the file permissions on the build system can be embedded into archives generated by the build system.
+[Thorsten Glaser](https://www.mirbsd.org/) filed [a bug against the `debhelper` packaging library](https://bugs.debian.org/944691) to request that it sets and exports a [`umask`](https://en.wikipedia.org/wiki/Umask) of `022` for all operations as a possible "harmonisation potential". A varying `umask` can result in unreproducible packages as the file permissions on the build system can be embedded into archives generated by the build system.
 
 Chris Lamb categorised a large number of packages and issues in the Reproducible Builds "[notes](https://salsa.debian.org/reproducible-builds/reproducible-notes/activity)" repository, including adding a new `ocaml_dune_captures_build_path` toolchain issue [[...](https://salsa.debian.org/reproducible-builds/reproducible-notes/commit/c12c8853)].
 
-Vagrant Cascadian filed a bug against the [Lintian](https://lintian.debian.org/) Debian package static analyser to request that it [checks for missing and/or unsigned `.buildinfo` files](https://bugs.debian.org/944707). He also [uploaded the latest version](https://tracker.debian.org/news/1080851/accepted-mes-020-1-source-amd64-into-experimental-experimental/) of [GNU Mes](https://www.gnu.org/software/mes/) to the *unstable* distribution.
+Vagrant Cascadian filed a bug against the [Lintian](https://lintian.debian.org/) Debian static analyser for Debian packages to request that it [checks for missing and/or unsigned `.buildinfo` files](https://bugs.debian.org/944707). He also [uploaded the latest version](https://tracker.debian.org/news/1080851/accepted-mes-020-1-source-amd64-into-experimental-experimental/) of [GNU Mes](https://www.gnu.org/software/mes/) to the *unstable* distribution.
 
 #### Other
 
 [![]({{ "/images/reports/2019-11/alpine.png#right" | prepend: site.baseurl }})](https://alpinelinux.org/)
 
-Natanael Copa ([@n_copa](https://twitter.com/n_copa)) posted on Twitter that he was [finally able to make a fully reproducible package](https://twitter.com/n_copa/status/1192447768855482369)) for the [Alpine Linux](https://alpinelinux.org/).
+Natanael Copa ([@n_copa](https://twitter.com/n_copa)) posted on Twitter that he was [finally able to make a fully reproducible package](https://twitter.com/n_copa/status/1192447768855482369)) for [Alpine Linux](https://alpinelinux.org/).
 
 The [NixOS](https://nixos.org/) distribution announced that they [plan to run a Christmas Hackathon](https://www.meetup.com/NixOS-London/events/266848767) hosted by [Smarkets](https://smarkets.com/) in London, England on 9th December.
 
@@ -143,25 +144,25 @@ The Reproducible Builds project detects, dissects and attempts to fix as many cu
         * [#944](https://github.com/rpm-software-management/rpm/pull/944) — Provide a cleaner solution for bug [#936](https://github.com/rpm-software-management/rpm/pull/936) listed above.
 
 * Chris Lamb:
-    * [#943954](https://bugs.debian.org/943954) filed against [tm-align](https://tracker.debian.org/pkg/tm-align).
-    * [#943956](https://bugs.debian.org/943956) filed against [snakemake](https://tracker.debian.org/pkg/snakemake) ([forwarded upstream](https://github.com/snakemake/snakemake/pull/80)).
-    * [#944131](https://bugs.debian.org/944131) filed against [splitpatch](https://tracker.debian.org/pkg/splitpatch) ([forwarded upstream](https://github.com/jaalto/splitpatch/pull/8)).
-    * [#944214](https://bugs.debian.org/944214) filed against [libaqbanking](https://tracker.debian.org/pkg/libaqbanking).
-    * [#944520](https://bugs.debian.org/944520) filed against [isbg](https://tracker.debian.org/pkg/isbg) ([forwarded upstream](https://github.com/isbg/isbg/pull/139)).
-    * [#944782](https://bugs.debian.org/944782) filed against [python-sybil](https://tracker.debian.org/pkg/python-sybil) ([forwarded upstream](https://github.com/cjw296/sybil/pull/18)).
-    * [#945105](https://bugs.debian.org/945105) filed against [intel-gpu-tools](https://tracker.debian.org/pkg/intel-gpu-tools).
-    * [#945576](https://bugs.debian.org/945576) filed against [superlu-dist](https://tracker.debian.org/pkg/superlu-dist).
-    * [#945822](https://bugs.debian.org/945822) filed against [liblopsub](https://tracker.debian.org/pkg/liblopsub).
+    * [#943954](https://bugs.debian.org/943954) filed against [`tm-align`](https://tracker.debian.org/pkg/tm-align).
+    * [#943956](https://bugs.debian.org/943956) filed against [`snakemake`](https://tracker.debian.org/pkg/snakemake) ([forwarded upstream](https://github.com/snakemake/snakemake/pull/80)).
+    * [#944131](https://bugs.debian.org/944131) filed against [`splitpatch`](https://tracker.debian.org/pkg/splitpatch) ([forwarded upstream](https://github.com/jaalto/splitpatch/pull/8)).
+    * [#944214](https://bugs.debian.org/944214) filed against [`libaqbanking`](https://tracker.debian.org/pkg/libaqbanking).
+    * [#944520](https://bugs.debian.org/944520) filed against [`isbg`](https://tracker.debian.org/pkg/isbg) ([forwarded upstream](https://github.com/isbg/isbg/pull/139)).
+    * [#944782](https://bugs.debian.org/944782) filed against [`python-sybil`](https://tracker.debian.org/pkg/python-sybil) ([forwarded upstream](https://github.com/cjw296/sybil/pull/18)).
+    * [#945105](https://bugs.debian.org/945105) filed against [`intel-gpu-tools`](https://tracker.debian.org/pkg/intel-gpu-tools).
+    * [#945576](https://bugs.debian.org/945576) filed against [`superlu-dist`](https://tracker.debian.org/pkg/superlu-dist).
+    * [#945822](https://bugs.debian.org/945822) filed against [`liblopsub`](https://tracker.debian.org/pkg/liblopsub).
     * [genpy](https://github.com/ros/genpy/pull/110#event-2768597322)
 
 * Vagrant Cascadian:
-    * [#944694](https://bugs.debian.org/944694) filed against [resource-agents](https://tracker.debian.org/pkg/resource-agents) ([forwarded upstream](https://github.com/ClusterLabs/resource-agents/commit/088707c81b7ddfc117490a035f9f2b2803728694)).
+    * [#944694](https://bugs.debian.org/944694) filed against [`resource-agents`](https://tracker.debian.org/pkg/resource-agents) ([forwarded upstream](https://github.com/ClusterLabs/resource-agents/commit/088707c81b7ddfc117490a035f9f2b2803728694)).
 
 #### [diffoscope](https://diffoscope.org)
 
 [![]({{ "/images/reports/2019-10/diffoscope.svg#right" | prepend: site.baseurl }})](https://diffoscope.org)
 
-diffoscope versions `131`, `132` and `133` was uploaded to Debian unstable by Chris Lamb. Chris also made the following changes:
+diffoscope versions `131`, `132` and `133` was uploaded to Debian unstable by Chris Lamb. He also made the following changes:
 
 * New features / improvements:
     * Allow all possible `.zip` file variations to return from external tools with non-zero exit codes, not just known types we can identify (e.g. Java `.jmod` and `.jar` files). ([#78](https://salsa.debian.org/reproducible-builds/diffoscope/issues/78))
@@ -202,7 +203,7 @@ Other contributions were also made from:
 
 #### strip-nondeterminism
 
-[strip-nondeterminism](https://tracker.debian.org/pkg/strip-nondeterminism) is our tool to remove specific non-deterministic results from a completed build. This month, Chris Lamb added `file` as a dependency for `libfile-stripnondeterminism-perl` ([#945212](https://bugs.debian.org/945212)) and moved away from deprecated `$ADTTMP` variable [[...](https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git/commit/803d5f9)], making two uploads in total (`1.6.2-1` & `1.6.3-1`).
+[strip-nondeterminism](https://tracker.debian.org/pkg/strip-nondeterminism) is our tool to remove specific non-deterministic results from a completed build. This month, Chris Lamb added `file` as a dependency for `libfile-stripnondeterminism-perl` ([#945212](https://bugs.debian.org/945212)) and moved away from deprecated `$ADTTMP` variable [[...](https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git/commit/803d5f9)] and made two uploads in total (`1.6.2-1` & `1.6.3-1`).
 
 #### Project website
 
@@ -210,13 +211,13 @@ Other contributions were also made from:
 
 There was yet more effort put into our [our website](https://reproducible-builds.org/) this month, including:
 
-* Chris Lamb dropped a duplicated use the term "community" and other words [[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/e390fe4)][[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/7c14c50)], correcting the capitalisation of [GitHub](https://github.com/) & [GitLab](https://gitlab.org/) [[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/ae47fcd)] and corrected the use of "an" [[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/93fc479)].
+* Chris Lamb dropped a duplicated use the term "community" and other words [[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/e390fe4)][[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/7c14c50)], correcting the capitalisation of [GitHub](https://github.com/) & [GitLab](https://gitlab.org/) [[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/ae47fcd)] and corrected the use of an "an" [[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/93fc479)].
 
 * Daniel Edgecumbe added a [section on initramfs and `.cpio` files]({{ "/docs/archives/" | prepend: site.baseurl }}#initramfs-images) to our [Archive Metadata]({{ "/docs/archives/" | prepend: site.baseurl }}) page. [[...](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/c584cec)]
 
 * Hervé Boutemy added a link to [Maven Guide to Configuring for Reproducible Builds](https://maven.apache.org/guides/mini/guide-reproducible-builds.html) to [our JVM page]({{ "/docs/JVM/" | prepend: site.baseurl }}). [[...](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/93fd259)]
 
-* Jelle van der Waa added [Arch Linux](https://archlinux.org/)-specific links for [diffoscope](https://diffoscope.org/) etc. to our [Tools]({{ "/docs/tools/" | prepend: site.baseurl }}) page. [[...](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/0ca7223)]
+* Jelle van der Waa added [Arch Linux](https://archlinux.org/)-specific links for [diffoscope](https://diffoscope.org/) and friends to our [*Tools*]({{ "/docs/tools/" | prepend: site.baseurl }}) page. [[...](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/0ca7223)]
 
 #### Test framework
 
@@ -226,9 +227,6 @@ We operate a comprehensive [Jenkins](https://jenkins.io/)-based testing framewor
 
 * Alexander Couzens ([OpenWrt](https://openwrt.org/)): Fix a typo in the `kirkwood` architecture. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/369038e3)]
 
-[[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/06c70874)]
-[[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/c3cd0018)]
-
 * Holger Levsen:
 
     * Debian:
@@ -268,7 +266,8 @@ We operate a comprehensive [Jenkins](https://jenkins.io/)-based testing framewor
     * Ensure [OpenSSH](https://openssh.org/) `authorized_keys` files are processed in the correct directory regardless of where they are run from. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/0316d461)]
     * Reduce the level of parallelism on `armhf` architectures with a lot of cores to reduce swapping on highly parallel builds, additionally ensuring level of parallelism are odd and even numbers on the first and second builds respectfully. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/620fa54d)]
 
-The usual node maintenance was performed by Holger Levsen. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/ec74bdf4)][[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/37d071e5)]
+The usual node maintenance was performed by Holger Levsen. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/ec74bdf4)][[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/37d071e5)][[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/06c70874)][[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/c3cd0018)]
+
 
 ---
 


=====================================
images/reports/2019-11/alpine.png
=====================================
Binary files a/images/reports/2019-11/alpine.png and b/images/reports/2019-11/alpine.png differ


=====================================
images/reports/2019-11/archstatus.png
=====================================
Binary files /dev/null and b/images/reports/2019-11/archstatus.png differ


=====================================
images/reports/2019-11/maven.png
=====================================
Binary files a/images/reports/2019-11/maven.png and b/images/reports/2019-11/maven.png differ


=====================================
images/reports/2019-11/ocaml.png
=====================================
Binary files a/images/reports/2019-11/ocaml.png and b/images/reports/2019-11/ocaml.png differ


=====================================
images/reports/2019-11/themanifest.jpg
=====================================
Binary files a/images/reports/2019-11/themanifest.jpg and b/images/reports/2019-11/themanifest.jpg differ



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/1b9ad40a8f81685cd6202cd37c49d2bbe552342a...c1ff748b4e3e304a0fe88e7a5eb4d642ea004305

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/1b9ad40a8f81685cd6202cd37c49d2bbe552342a...c1ff748b4e3e304a0fe88e7a5eb4d642ea004305
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/20191212/13a70f2f/attachment.htm>


More information about the rb-commits mailing list