[Git][reproducible-builds/reproducible-website][patch-1] 3 commits: 2019-06: Fix some typos and a dead link

Mattia Rizzolo gitlab at salsa.debian.org
Wed Jul 3 09:28:49 UTC 2019



Mattia Rizzolo pushed to branch patch-1 at Reproducible Builds / reproducible-website


Commits:
7e4496d8 by heinrich5991 at 2019-07-02T19:35:59Z
2019-06: Fix some typos and a dead link

- - - - -
133dccc9 by Chris Lamb at 2019-07-03T02:35:18Z
2019-06: Link to DebConf talk.

- - - - -
48aaa4d1 by Alexander Borkowski at 2019-07-03T09:28:45Z
Add missing verb to sentence.
- - - - -


1 changed file:

- _reports/2019-06.md


Changes:

=====================================
_reports/2019-06.md
=====================================
@@ -42,7 +42,7 @@ In this month's report, we will cover:
 
 [![]({{ "/images/reports/2019-06/debconf19.png#right" | prepend: site.baseurl }})](https://debconf19.debconf.org)
 
-There were a number of events that included or incorporated members of the Reproducible Builds community this month. If you know of any others, please do [get in touch]({{ "/who/" | prepend: site.baseurl }}). In addition, a number of members of the Reproducible Builds project will be at [DebConf 2019](https://debconf19.debconf.org/) in Curitiba, Brazil and will present on the status of their work.
+There were a number of events that included or incorporated members of the Reproducible Builds community this month. If you know of any others, please do [get in touch]({{ "/who/" | prepend: site.baseurl }}). In addition, a number of members of the Reproducible Builds project will be at [DebConf 2019](https://debconf19.debconf.org/) in Curitiba, Brazil and will [present on the status of their work](https://debconf19.debconf.org/talks/30-reproducible-builds-aiming-for-bullseye/).
 
 ### MiniDebConf Hamburg 2019
 
@@ -187,7 +187,7 @@ There was a significant amount of effort on [our website](https://reproducible-b
 
     * Added reports to the homepage. ([#16](https://salsa.debian.org/reproducible-builds/reproducible-website/issues/16))
 
-    * Re-ordered and merged various top-level sections of the site to make the page easier to parse/navigate [[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/0487cbb)][[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/22b6be0) and updated the documentation for [`SOURCE_DATE_EPOCH`](https://reproducible-builds.org/docs/source-date-epoch/) to clarify that the alternative `-r` call to `date(1)` is for compatibility with [BSD](https://en.wikipedia.org/wiki/Berkeley_Software_Distribution) variants of UNIX [[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/e54666a)].
+    * Re-ordered and merged various top-level sections of the site to make the page easier to parse/navigate [[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/0487cbb)][[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/22b6be0)] and updated the documentation for [`SOURCE_DATE_EPOCH`](https://reproducible-builds.org/docs/source-date-epoch/) to clarify that the alternative `-r` call to `date(1)` is for compatibility with [BSD](https://en.wikipedia.org/wiki/Berkeley_Software_Distribution) variants of UNIX [[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/e54666a)].
 
     * Made a large number of visual fixups, particularly to accommodate the principles of [responsive web design](https://en.wikipedia.org/wiki/Responsive_web_design). [[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/80c0157)][[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/7fed3e5)][[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/b1a90ca)][[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/db5d1b5)][[...](https://salsa.debian.org/reproducible-builds/reproducible-website.git/commit/4bbc4c2)]
 
@@ -204,7 +204,7 @@ In addition, Atharva Lele added the [Buildroot](https://buildroot.org/) embedded
 
 [![]({{ "/images/reports/2019-06/buildinfo-debian-net.png#right" | prepend: site.baseurl }})](https://buildinfo.debian.net/)
 
-Chris Lamb significant time working on [`buildinfo.debian.net`](https://buildinfo.debian.net), his experiment into how to process, store and distribute `.buildinfo` files after the Debian archive software has processed them. This included:
+Chris Lamb spent significant time working on [`buildinfo.debian.net`](https://buildinfo.debian.net), his experiment into how to process, store and distribute `.buildinfo` files after the Debian archive software has processed them. This included:
 
 * Started making the move to Python 3.x (and [Django](https://www.djangoproject.com/) 2.x) [[...](https://salsa.debian.org/reproducible-builds/buildinfo.debian.net/commit/ef866349fab43000abd6e6115b1120e035f33bf9)][[...](https://salsa.debian.org/reproducible-builds/buildinfo.debian.net/commit/c44c2eaf52defa599a67d1bc02e2e4a58a386e6e)][[...](https://salsa.debian.org/reproducible-builds/buildinfo.debian.net/commit/d27540daeedab116f09e52e4bb186b97861e5d0e)][[...](https://salsa.debian.org/reproducible-builds/buildinfo.debian.net/commit/9a68e9ab1aa13dd8550833dcab924c8818d3277f)][[...](https://salsa.debian.org/reproducible-builds/buildinfo.debian.net/commit/ec475c64274e88244661f3f76374f453b562276c)][[...](https://salsa.debian.org/reproducible-builds/buildinfo.debian.net/commit/c46e48bd52a89b0839a4a17728d6dd96be8a1bc5)][[...](https://salsa.debian.org/reproducible-builds/buildinfo.debian.net/commit/0dcac1d682b151092bd2988b0bc442508c8bda17)], additionally performing a large number of adjacent cleanups including dropping the authentication framework [[...](https://salsa.debian.org/reproducible-builds/buildinfo.debian.net/commit/961be8b0b935f84f3c67804453c1508ff1751a5f)], fixing a number of [flake8](http://flake8.pycqa.org/) warnings [[...](https://salsa.debian.org/reproducible-builds/buildinfo.debian.net/commit/6f1257b82c89c639ec694c37d7aa6d76fcae38be)], adding a `setup.cfg` to silence some warnings [[...](https://salsa.debian.org/reproducible-builds/buildinfo.debian.net/commit/fc7bbc25b163c05a8ef1e74b3a77bf94a40ab30c)], moving to `__str__` and `str.format(...)` over `%`-style interpolation and `u"unicode"` strings [[...](https://salsa.debian.org/reproducible-builds/buildinfo.debian.net/commit/afc77977fa2ad376f828009f532be2581e3bd9b7)], etc.
 
@@ -256,7 +256,7 @@ We operate a comprehensive [Jenkins](https://jenkins.io/)-based testing framewor
 
 In [diffoscope](https://diffoscope.org) (our in-depth and content-aware diff utility that can locate and diagnose reproducibility issues) Chris Lamb documented that `run_diffoscope` should not be considered a stable API [[...](https://salsa.debian.org/reproducible-builds/diffoscope.git/commit/76319f9)] and adjusted the configuration to build [our the Docker image](https://salsa.debian.org/reproducible-builds/diffoscope/container_registry) from the current Git checkout, not the Debian archive [[...](https://salsa.debian.org/reproducible-builds/diffoscope/issues/56)]
 
-Lastly, Chris Lamb added support for the clamp#ing of `tIME` chunks in `.png` files [[...](https://salsa.debian.org/reproducible-builds/strip-nondeterminism/7)] to [strip-nondeterminism](https://tracker.debian.org/pkg/strip-nondeterminism), our tool to remove specific non-deterministic results from a completed build.
+Lastly, Chris Lamb added support for the clamping of `tIME` chunks in `.png` files [[...](https://salsa.debian.org/reproducible-builds/strip-nondeterminism/issues/7)] to [strip-nondeterminism](https://tracker.debian.org/pkg/strip-nondeterminism), our tool to remove specific non-deterministic results from a completed build.
 
 ---
 



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/2e9d70d1d2c5b4d77956bb053e7e6b031a8bb42a...48aaa4d13026fafafd2c8c5e8edc7d17aa892ebc

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/2e9d70d1d2c5b4d77956bb053e7e6b031a8bb42a...48aaa4d13026fafafd2c8c5e8edc7d17aa892ebc
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/20190703/e5be5ec9/attachment.html>


More information about the rb-commits mailing list