[Git][reproducible-builds/reproducible-website][master] 2019-12: multiple potential grammar fixes

Bernhard M. Wiedemann gitlab at salsa.debian.org
Fri Jan 3 20:42:01 UTC 2020



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


Commits:
a199c7d0 by Bernhard M. Wiedemann at 2020-01-03T21:41:27+01:00
2019-12: multiple potential grammar fixes

- - - - -


1 changed file:

- _reports/2019-12.md


Changes:

=====================================
_reports/2019-12.md
=====================================
@@ -12,7 +12,7 @@ draft: true
 
 [![]({{ "/images/reports/2019-12/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.
 
@@ -53,7 +53,7 @@ At the [36th Chaos Communication Congress](https://events.ccc.de/congress/2019/w
 
 ***We held our [fifth annual Reproducible Builds summit]({{ "/events/Marrakesh2019/" | prepend: site.baseurl }}) between the 1st and 8th December at [Priscilla, Queen of the Medina](https://www.queenscollective.org/artistryasactivism) in Marrakesh, Morocco.***
 
-The aim of the meeting was to spend some days dicussing and working on Reproducible Builds across every possible and was a great success. During our time together, we updated & exchanged the status of reproducible builds in our respective projects, improved collaboration between and within these efforts, expanded the scope and reach of reproducible builds to yet more interested parties, established and continued strategic long-term thinking than is typical possible via remote channels and brainstormed designs for tools to enabling end-users to get the most benefits from reproducible builds.
+The aim of the meeting was to spend some days dicussing and working on Reproducible Builds across every possible FIXME and was a great success. During our time together, we updated & exchanged the status of reproducible builds in our respective projects, improved collaboration between and within these efforts, expanded the scope and reach of reproducible builds to yet more interested parties, established and continued strategic long-term thinking (more than is typically possible via remote channels) and brainstormed designs for tools to enable end-users to get the most benefits from reproducible builds.
 
 Outside of these achievements, in the hacking sessions *kpcyrd* made a breakthrough in [Alpine Linux](https://alpinelinux.org/) by producing the first reproducible package (specifically, [`py3-uritemplate`](https://tests.reproducible-builds.org/alpine/main/py3-uritemplate/py3-uritemplate-3.0.0-r4.apk.html)) in this operating system. After this, progress was accelerated and at the end of the meeting the [reproducibility status in Alpine](https://tests.reproducible-builds.org/alpine/alpine.html) reached 94%. In addition, Jelle van der Waa, Mattia Rizzolo and Paul Spooren discussed and implemented substantial changes to the database that underpins the testing framework that powers [tests.reproducible-builds.org](https://tests.reproducible-builds.org) in order to further abstract the schema in a distribution agnostic way (for example, to allow submitting the results of attempts to verify officially distributed [Arch Linux](https://www.archlinux.org/) packages).
 
@@ -69,7 +69,7 @@ A number of reports and blog posts have already been written, including for:
 
 [![]({{ "/images/reports/2019-12/summit.jpg#right" | prepend: site.baseurl }})]({{ "/events/Marrakesh2019/" | prepend: site.baseurl }})
 
-The event was held at [Priscilla, Queen of the Medina](https://www.queenscollective.org/artistryasactivism) in Marrakesh, a location *sui generis* that stands for gender equality, female empowerment and the engagement of vulnerable communities locally through cultural activism. The event was open to anybody interested on working on Reproducible Builds issues, with or without prior experience.
+The event was held at [Priscilla, Queen of the Medina](https://www.queenscollective.org/artistryasactivism) in Marrakesh, a location *sui generis* that stands for gender equality, female empowerment and the engagement of vulnerable communities locally through cultural activism. The event was open to anybody interested in working on Reproducible Builds issues, with or without prior experience.
 
 ---
 
@@ -250,8 +250,8 @@ We operate a comprehensive [Jenkins](https://jenkins.io/)-based testing framewor
     * Misc:
 
         * Permit other distributions to use our web-based package scheduling script. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/cb775560)]
-        * Reformat our power-cycling script using using [Black](https://black.readthedocs.io/) and use the Python [`logging`](https://docs.python.org/3/library/logging.html) module. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/325b9f57)]
-        * Introduce a `dsources` database view to simplify some queries [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/95eb84e6)] and add a `build_type` field to support both "doublelrebuilds" and verification rebuilds [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/86160814)].
+        * Reformat our power-cycling script using [Black](https://black.readthedocs.io/) and use the Python [`logging`](https://docs.python.org/3/library/logging.html) module. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/325b9f57)]
+        * Introduce a `dsources` database view to simplify some queries [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/95eb84e6)] and add a `build_type` field to support both "doublerebuilds" and verification rebuilds [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/86160814)].
         * Move (almost) all the timestamps in the database schema from raw strings to "real" timestamp data types. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/6e7a475c)]
         * Only block bots on [jenkins.debian.net](https://jenkins.debian.net/) and [tests.reproducible-builds.org](http://tests.reproducible-builds.org/), not any other sites. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/e09cda74)]
 
@@ -265,7 +265,7 @@ We operate a comprehensive [Jenkins](https://jenkins.io/)-based testing framewor
     * Ensure that [tmux](https://tmux.github.io/) and [ripgrep](https://github.com/BurntSushi/ripgrep) is installed. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/332f2549)][[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/3b43b4f9)]
     * Support building packages in the future. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/912f3126)][[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/71380c9a)][[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/5ee25a02)]
 
-Lastly, Paul Spooren removed the project overiew from the bottom-left of the generated pages [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/23eb5845)] and the usual node maintenance was performed by Holger Levsen [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/dea04259)] and Mattia Rizzolo [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/7587e568)][[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/6d8111ce)].
+Lastly, Paul Spooren removed the project overview from the bottom-left of the generated pages [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/23eb5845)] and the usual node maintenance was performed by Holger Levsen [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/dea04259)] and Mattia Rizzolo [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/7587e568)][[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/6d8111ce)].
 
 ---
 
@@ -281,7 +281,7 @@ Lastly, Lars Wirzenius enquired about the status of [*Reproducible system images
 
 ## Contact
 
-If you are interested in contributing the Reproducible Builds project, please visit our [*Contribute*](https://reproducible-builds.org/contribute/) page on our website. However, you can get in touch with us via:
+If you are interested in contributing to the Reproducible Builds project, please visit our [*Contribute*](https://reproducible-builds.org/contribute/) page on our website. However, you can get in touch with us via:
 
  * IRC: `#reproducible-builds` on `irc.oftc.net`.
 



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

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/a199c7d05a9a8a6d2ac456898162a4c22bca5451
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/20200103/c5a82206/attachment.htm>


More information about the rb-commits mailing list