[Git][reproducible-builds/reproducible-website][master] 2024-08: minor fixes

FC (Fay) Stegerman (@obfusk) gitlab at salsa.debian.org
Mon Sep 2 16:22:34 UTC 2024



FC (Fay) Stegerman pushed to branch master at Reproducible Builds / reproducible-website


Commits:
33531bc8 by FC (Fay) Stegerman at 2024-09-02T18:20:55+02:00
2024-08: minor fixes

- - - - -


1 changed file:

- _reports/2024-08.md


Changes:

=====================================
_reports/2024-08.md
=====================================
@@ -52,7 +52,7 @@ And cites the [XZ Utils backdoor](https://en.wikipedia.org/wiki/XZ_Utils_backdoo
 
 [![]({{ "/images/reports/2024-08/debian.png#right" | relative_url }})](https://debian.org/)
 
-In Debian this month, 30 reviews of Debian packages were added, 17 were updated and 10 were removed this month adding to [our knowledge about identified issues](https://tests.reproducible-builds.org/debian/index_issues.html). One issue types was added by Chris Lamb, too. [[…](https://salsa.debian.org/reproducible-builds/reproducible-notes/commit/40348f23)]
+In Debian this month, 30 reviews of Debian packages were added, 17 were updated and 10 were removed this month adding to [our knowledge about identified issues](https://tests.reproducible-builds.org/debian/index_issues.html). One issue type was added by Chris Lamb, too. [[…](https://salsa.debian.org/reproducible-builds/reproducible-notes/commit/40348f23)]
 
 In addition, an [issue was filed](https://salsa.debian.org/salsa-ci-team/pipeline/-/issues/368) to update the [Salsa CI pipeline](https://salsa.debian.org/salsa-ci-team/pipeline) (used by 1,000s of Debian packages) to no longer test for reproducibility with *reprotest*'s `build_path` variation. Holger Levsen [provided a rationale](https://salsa.debian.org/salsa-ci-team/pipeline/-/issues/368#note_520933) for this change in the issue, which has already been made to the tests being performed by [*tests.reproducible-builds.org*](https://tests.reproducible-builds.org).
 
@@ -101,8 +101,8 @@ From [our mailing list](https://lists.reproducible-builds.org/listinfo/rb-genera
 
 * Bug fixes:
 
-    * Also catch `RuntimeError` exceptions when importing the [PyPDF](https://pypdf.readthedocs.io/en/stable/) library so that it, or, crucially, its transitive dependencies, cannot not cause *diffoscope* to traceback at runtime *and8 build time. [[…](https://salsa.debian.org/reproducible-builds/diffoscope/commit/c1aa6259)]
-    * Do not call `marshal.loads(…)` of precompiled Python bytecode as it, alas, inherently unsafe. Replace for now with a brief summary of the code section of `.pyc`. [[…](https://salsa.debian.org/reproducible-builds/diffoscope/commit/c9c69fcd)][[…](https://salsa.debian.org/reproducible-builds/diffoscope/commit/e75871b0)]
+    * Also catch `RuntimeError` exceptions when importing the [PyPDF](https://pypdf.readthedocs.io/en/stable/) library so that it, or, crucially, its transitive dependencies, cannot not cause *diffoscope* to traceback at runtime *and* build time. [[…](https://salsa.debian.org/reproducible-builds/diffoscope/commit/c1aa6259)]
+    * Do not call `marshal.load(…)` of precompiled Python bytecode as it, alas, inherently unsafe. Replace for now with a brief summary of the code section of `.pyc`. [[…](https://salsa.debian.org/reproducible-builds/diffoscope/commit/c9c69fcd)][[…](https://salsa.debian.org/reproducible-builds/diffoscope/commit/e75871b0)]
     * Don't include excessive debug output when calling `dumppdf(1)`. [[…](https://salsa.debian.org/reproducible-builds/diffoscope/commit/9382ba74)]
 
 * Testsuite-related changes:
@@ -128,7 +128,7 @@ There were a rather substantial number of improvements made to our website this
 
     * Set the `future: true` configuration value so we render *all* files and documents in the website, regardless of whether they have a date property in the future. After all, we don't re-generate the website on a timer, and have other ways of making unpublished, draft posts. [[…](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/c852eafe)][[…](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/a6a695c9)]
 
-* FC (Fay) Stegerman:
+* Fay Stegerman:
 
     * Add [IzzyOnDroid](https://apt.izzysoft.de/fdroid/) (IoD) to the [*Projects*]({{ "/who/projects/" | relative_url }}) page. [[…](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/a939f2ec)]
 
@@ -140,7 +140,7 @@ There were a rather substantial number of improvements made to our website this
     * Fix a number of issues on the [*Virtual machine drivers*]({{ "/docs/virtual-machine-drivers/" | relative_url }}) page, such as keeping the [Gitian](https://gitian.org/) info, linking (and then removing) an [issue on the Bitcoin issue tracker](https://github.com/bitcoin/bitcoin/issues/21145) [[…](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/159a16ed)] and fixing a link to the [*Bazel*](https://bazel.build) website [[…](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/4575a1fa)].
     * Address a broken footnote link on the [*Timestamps*]({{ "/docs/timestamps/" | relative_url }}) page. [[…](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/eb9e7c0e)]
     * Unify the style on the [*Commandments of Reproducible Builds*]({{ "/docs/commandments/" | relative_url }}) page in order to match other documentation entries. [[…](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/6f78b6d0)]
-    * Add a table of contents to the main [*Documentation*]({{ "/docs/commandments/" | relative_url }} page. [[…](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/2550843a)]
+    * Add a table of contents to the main [*Documentation*]({{ "/docs/commandments/" | relative_url }}) page. [[…](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/2550843a)]
     * Avoid a number of so-called "here" links on the [*Variations in the build environment*]({{ "/docs/env-variations/" | relative_url }}) page. [[…](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/3cbd4902)]
     * Fix a link to the `man2html` patch on the [`SOURCE_DATE_EPOCH` documentation]({{ "/docs/source-date-epoch/" | relative_url }}) page. [[…](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/0beb3595)]
     * Fix a link to [*sources.debian.org*](https://sources.debian.org/) on the [*Randomness*]({{ "/docs/randomness/" | relative_url }}) page. [[…](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/9880b6a8)]
@@ -174,7 +174,7 @@ The Reproducible Builds project detects, dissects and attempts to fix as many cu
     * [`post`](https://github.com/openSUSE/post-build-checks/pull/65) (toolchain-issue, avoiding [Rust](https://www.rust-lang.org/) parallelism)
     * [`rpm-config-SUSE`](https://build.opensuse.org/request/show/1192491) (date-related issue)
     * [`rust`](https://github.com/rust-lang/rust/issues/128675) ([Rust](https://www.rust-lang.org/) toolchain issue)
-    * [`weblate`](https://build.opensuse.org/request/show/1194546) (build getst stuck)
+    * [`weblate`](https://build.opensuse.org/request/show/1194546) (build gets stuck)
 
 * Chris Lamb:
 



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

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/33531bc8fec55ff7f95d75e8f23f484ed9befbc1
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/20240902/d5b5c748/attachment.htm>


More information about the rb-commits mailing list