[Git][reproducible-builds/reproducible-website][master] 2019-10: fix 6 typos

Bernhard M. Wiedemann gitlab at salsa.debian.org
Tue Nov 5 13:45:10 UTC 2019



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


Commits:
1ef939cc by Bernhard M. Wiedemann at 2019-11-05T13:44:40Z
2019-10: fix 6 typos

- - - - -


1 changed file:

- _reports/2019-10.md


Changes:

=====================================
_reports/2019-10.md
=====================================
@@ -17,7 +17,7 @@ In this month's report, we cover:
 
 * **Media coverage & conferences** — *Reproducible builds in Belfast and in science*
 * **2019 Reproducible Builds Summit** — *Registration and attendees, etc.*
-* **Distribution work** — *The latest work in Debian, OpenWrt, OpenSuse, etc.*
+* **Distribution work** — *The latest work in Debian, OpenWrt, openSUSE, etc.*
 * **Software development** — *More diffoscope development, etc.*
 * **Getting in touch** — *How to contribute and get in touch*
 
@@ -47,7 +47,7 @@ Similar to previous incarnations of the event, the heart of the workshop will be
 
 We are still seeking additional sponsorship for the event. Sponsoring
 FIXME attendees would cost FIXME $CURRENCY, and enables us to support
-attendence of people who wouldn't otherwise be able to attend. If you
+attendance of people who wouldn't otherwise be able to attend. If you
 or your company would be able to sponsor the event, please contact:
 FIXME.
 
@@ -81,7 +81,7 @@ Holger [restarted a discussion](https://bugs.debian.org/774415#270) on Debian bu
 
 Johannes *josch* Schauer explained that their [`mmdebstrap`](https://tracker.debian.org/mmdebstrap) tool [can create bit-for-bit identical](https://lists.debian.org/debian-devel/2019/10/msg00101.html) Debian [chroots](https://en.wikipedia.org/wiki/Chroot) of the *unstable* and *buster* distributions for both the `essential` and `minbase` [bootstrap "variants"](https://sources.debian.org/src/debootstrap/1.0.116/debootstrap.8/#L78-L85) and Bernhard M. Wiedemann [contributed to a discussion](https://bugs.debian.org/940571#26) regarding adding a "global" build switch to enable/disable [Profile-Guided Optimisation](https://en.wikipedia.org/wiki/Profile-guided_optimization) (PGO) and [Link-time optimisation](https://en.wikipedia.org/wiki/Interprocedural_optimization) in the `dpkg-buildflags` tool, nothing that "overall it is still very hard to get reproducible builds with PGO enabled."
 
-64 reviews of Debian packages were added, 10 were updated and 35 were removed this month adding to [our knowledge about identified issues](https://tests.reproducible-builds.org/debian/index_issues.html). Three new types were added by Chris Lamb: [`nondeterminstic_output_in_code_generated_by_ros_genpy`](https://salsa.debian.org/reproducible-builds/reproducible-notes/commit/d219f18a), [`nondeterministic_ordering_in_include_graphs_generated_by_doxygen`](https://salsa.debian.org/reproducible-builds/reproducible-notes/commit/25771b7c) & [`nondetermistic_defaults_in_documentation_generated_by_python_traitlets`](https://salsa.debian.org/reproducible-builds/reproducible-notes/commit/3ecdc853).
+64 reviews of Debian packages were added, 10 were updated and 35 were removed this month adding to [our knowledge about identified issues](https://tests.reproducible-builds.org/debian/index_issues.html). Three new types were added by Chris Lamb: [`nondeterministic_output_in_code_generated_by_ros_genpy`](https://salsa.debian.org/reproducible-builds/reproducible-notes/commit/d219f18a), [`nondeterministic_ordering_in_include_graphs_generated_by_doxygen`](https://salsa.debian.org/reproducible-builds/reproducible-notes/commit/25771b7c) & [`nondeterministic_defaults_in_documentation_generated_by_python_traitlets`](https://salsa.debian.org/reproducible-builds/reproducible-notes/commit/3ecdc853).
 
 There was a far-reaching discussion regarding the correctness and suitability of setting the `TZ` [environment variable](https://en.wikipedia.org/wiki/Environment_variable#Unix_2) to `UTC` when [it was noted that the value `UTC0`](https://lists.reproducible-builds.org/pipermail/rb-general/2019-October/001697.html) was "technically" more correct.
 
@@ -158,7 +158,7 @@ This month, Chris Lamb made the following changes, including uploading versions
     * Mask/hide standard error when processing `.rdb` files [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/0092be0)] and don't include useless/misleading `NULL` when dumping data from them. [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/cb83076)]
     * Format package contents as `foo = bar` rather than using ugly and misleading brackets, etc. [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/343d01d)] and include the object's type [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/895f398)].
     * Don't pass our long script to parse `.rdb` files via the command line; use [standard input](https://en.wikipedia.org/wiki/Standard_streams#Standard_input_(stdin)) instead. [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/07a013f)]
-    * Call the`deparse` function to ensure that we do not error out and revert to a binary diff when processing `.rdb` files with internal "vector" types; they do not automatically coerce to strings. [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/91d7029)]
+    * Call the `deparse` function to ensure that we do not error out and revert to a binary diff when processing `.rdb` files with internal "vector" types; they do not automatically coerce to strings. [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/91d7029)]
     * Other misc/cosmetic changes. [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/c23651e)][[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/face6fb)][[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/f23f2b4)]
 
 * Output/logging:
@@ -193,7 +193,7 @@ In addition, Mattia Rizzolo updated our tests to run against all supported Pytho
 
 There was yet more effort put into our [our website](https://reproducible-builds.org/) this month, including Chris Lamb improving the formatting of reports  [[...](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/db5e808)][[...](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/4594e05)][[...](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/f338c38)][[...](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/46b66fc)][[...](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/ad390e8)] and tidying the new ["Testing framework"](https://tests.reproducible-builds.org/debian/reproducible.html) links [[...](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/137e4bd)], etc.
 
-In addition, Holger Levsen add the Tor Project's [Reproducible Builds Manager](https://rbm.torproject.org/) to our "[Who is Involved?](https://reproducible-builds.org/who/)" page and Mattia Rizzolo droped a literal `<br>` HTML element [[...](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/8b69f7d)].
+In addition, Holger Levsen add the Tor Project's [Reproducible Builds Manager](https://rbm.torproject.org/) to our "[Who is Involved?](https://reproducible-builds.org/who/)" page and Mattia Rizzolo dropped a literal `<br>` HTML element [[...](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/8b69f7d)].
 
 #### Test framework
 



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

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/1ef939cc9ee36f53b4547bc523b4b97830906888
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/20191105/b7a7853a/attachment.htm>


More information about the rb-commits mailing list