[Git][reproducible-builds/reproducible-website][master] 2019-04: -9 typos

Bernhard M. Wiedemann gitlab at salsa.debian.org
Thu May 2 11:26:52 UTC 2019



Bernhard M. Wiedemann pushed to branch master at Reproducible Builds / reproducible-website


Commits:
3b4528f7 by Bernhard M. Wiedemann at 2019-05-02T11:26:21Z
2019-04: -9 typos

- - - - -


1 changed file:

- _reports/2019-04.md


Changes:

=====================================
_reports/2019-04.md
=====================================
@@ -33,7 +33,7 @@ In this week's report, we will cover:
 
 * An issue was reported against the [libsodium](https://libsodium.org) crypto library which [asked for clarification why the `1.0.17` release was modified on the download server](https://github.com/jedisct1/libsodium/issues/813). In response to this, [a pull request was created by Philip Crockett](https://github.com/sodiumoxide/sodiumoxide/pull/329) to verify the project with the `minisign` algorithm instead of `sha2`.
 
-* [Anmol Sarma](https://www.anmolsarma.in/) wrote a blog post requesting that developers "[Stop Memsettings Structures](https://www.anmolsarma.in/post/stop-struct-memset/)". This is relevant to the Project as `memset(3)` system call is often used to ensure determistic output of packages or of binaries themselves; if the build artifacts contain the contents uninitialised memory, to ensure a reproducible build a developer would typically "zero out" the memory using `memset(3)` to ensure that it does not contain the so-called random data.
+* [Anmol Sarma](https://www.anmolsarma.in/) wrote a blog post requesting that developers "[Stop Memsettings Structures](https://www.anmolsarma.in/post/stop-struct-memset/)". This is relevant to the Project as `memset(3)` system call is often used to ensure deterministic output of packages or of binaries themselves; if the build artifacts contain the contents uninitialised memory, to ensure a reproducible build a developer would typically "zero out" the memory using `memset(3)` to ensure that it does not contain the so-called random data.
 
 * Bobby Richter proposed [the addition of reproducible builds](https://github.com/TheDigitalStandard/TheDigitalStandard/pull/115) as indicator of good digital products.
 
@@ -78,11 +78,11 @@ The Reproducible Builds project detects, dissects and attempts to fix as many cu
     * [`python-ldap`](https://github.com/python-ldap/python-ldap/pull/277) (Fix FTBFS-2027)
     * [`python-pysaml2`](https://github.com/IdentityPython/pysaml2/pull/606) (Fix FTBFS-2024)
     * [`gnutls`](https://gitlab.com/gnutls/gnutls/merge_requests/979) (Fix FTBFS-2024)
-    * [`python-autobahn`](https://build.opensuse.org/request/show/692210) (CPU-detection - consiuer upstreaming some variant)
+    * [`python-autobahn`](https://build.opensuse.org/request/show/692210) (CPU-detection - consider upstreaming some variant)
     * [`python-pocketsphinx-python`](https://build.opensuse.org/request/show/692544) ([upstream](https://github.com/bambocher/pocketsphinx-python/pull/45)) (sort Python `glob` in `setup.py`)
     * [`python-py-ubjson`](https://build.opensuse.org/request/show/692636) ([upstream](https://github.com/Iotic-Labs/py-ubjson/pull/7)) (sort Python `glob` in `setup.py`)
     * [`python-debtcollector/python-openstackdocstheme`](https://review.openstack.org/652669) (Python date)
-    * [`branding-openSUSE`](https://github.com/openSUSE/branding/pull/111) (Dediscovered already-fixed parallelism race)
+    * [`branding-openSUSE`](https://github.com/openSUSE/branding/pull/111) (Rediscovered already-fixed parallelism race)
     * [`python-irc`](https://build.opensuse.org/request/show/699679) (Drop file with varying `.pyc` timestamp)
 
 * Chris Lamb:
@@ -111,7 +111,7 @@ This month, Chris Lamb did a lot of development of diffoscope, including:
 
 * Added support for semantic comparison of [GnuPG](https://www.gnupg.org/) "keybox" (`.kbx`) files. ([#871244](https://bugs.debian.org/871244))
 
-* Add the ability to treat missing tools as failures if a "magic" environment variable is detected in order to faciliate interpreting required tools on the [Debian autopkgtests](https://ci.debian.net/) as actual test failures, rather than skipping them. The behaviour of the existing testsuite remains unchanged. ([#905885](https://bugs.debian.org/905885))
+* Add the ability to treat missing tools as failures if a "magic" environment variable is detected in order to facilitate interpreting required tools on the [Debian autopkgtests](https://ci.debian.net/) as actual test failures, rather than skipping them. The behaviour of the existing testsuite remains unchanged. ([#905885](https://bugs.debian.org/905885))
 
 * Filed a "request for packaging" for the [annocheck](https://sourceware.org/git/?p=annobin.git) tool which can be used to "analyse an application's compilation". This is as part of [an outstanding wishlist issue](https://salsa.debian.org/reproducible-builds/diffoscope/issues/51). ([#926470](https://bugs.debian.org/926470))
 
@@ -141,7 +141,7 @@ Chris Lamb made a number of improvements to [our project website](https://reprod
 
 * Moving more pages away from the old design with HTML to [Markdown](https://en.wikipedia.org/wiki/Markdown) formatting and the new design template. [[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/19c7951)]
 
-* Addding a simple [Makefile](https://en.wikipedia.org/wiki/Makefile) to implicitly document how to build the site [[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/172bcfd)] and add a simple `.gitlab-ci.yml` to test branches/builds [[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/595d29b)].
+* Adding a simple [Makefile](https://en.wikipedia.org/wiki/Makefile) to implicitly document how to build the site [[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/172bcfd)] and add a simple `.gitlab-ci.yml` to test branches/builds [[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/595d29b)].
 
 * Adding as simple "lint" command so we can see how many pages are using the old style. [[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/2b12ff7)]
 
@@ -163,7 +163,7 @@ We operate a comprehensive [Jenkins](https://jenkins.io/)-based testing framewor
     * Include the meta "pool" job in the overall job health view. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/3aabae72)]
     * Add support for host-specific SSH `authorized_keys` files used on a particular build node. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/c5b38ef7)]
     * Show link to maintenance jobs for offline nodes. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/416c60f4)][[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/2639e5ef)]
-    * Increase the job timeout for for some runners from 3 to 5 days. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/293b6563)]
+    * Increase the job timeout for some runners from 3 to 5 days. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/293b6563)]
     * Don't try to turn Jenkins or nodes offline too quickly. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/413d585a)][[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/0e33802d)]
     * Fix pbuilder lock files if necessary. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/dd632698)]
 
@@ -183,7 +183,7 @@ Holger Levsen ([[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/4a79
 
 * David A. Wheeler started a thread on our mailing list regarding [changing the front page definition](https://lists.reproducible-builds.org/pipermail/rb-general/2019-April/001523.html) and, Daniel Shahaf [posted an April Fool's joke](https://lists.reproducible-builds.org/pipermail/rb-general/2019-April/001517.html).
 
-* Whilst the Reproducible Builds project intended to participate in [Google Summer of Code](https://summerofcode.withgoogle.com/) in 2019 we sadly we didnt find any suitable students. We do plan to be involved in future rounds where possible.
+* Whilst the Reproducible Builds project intended to participate in [Google Summer of Code](https://summerofcode.withgoogle.com/) in 2019 we sadly did not find any suitable students. We do plan to be involved in future rounds where possible.
 
  * Chris Lamb noticed that SUSv3/POSIX that UNIX specification mentions that for portability-reasons [the character string that identifies the timezone description should begin with a colon character](https://unix.stackexchange.com/a/48104/222284) which may have future implications regarding ensuring a particular timezone to ensure a reproducible build.
 
@@ -202,4 +202,4 @@ If you are interested in contributing the Reproducible Builds project, please vi
 
 ---
 
-This months's report was written by Arnout Engelen, Bernhard M. Wiedemann, [Chris Lamb](https://chris-lamb.co.uk/), Holger Levsen and Vagrant Cascadian & reviewed by a bunch of Reproducible Builds folks on IRC & the mailing lists.
+This month's report was written by Arnout Engelen, Bernhard M. Wiedemann, [Chris Lamb](https://chris-lamb.co.uk/), Holger Levsen and Vagrant Cascadian & reviewed by a bunch of Reproducible Builds folks on IRC & the mailing lists.



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

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/3b4528f74ad933f73e41f91d0764d86306350fd1
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/20190502/2cf723ea/attachment.html>


More information about the rb-commits mailing list