[Git][reproducible-builds/reproducible-website][master] 4 commits: 163: gnerally mention my not-yet merged work on j.d.n

Mattia Rizzolo gitlab at salsa.debian.org
Sun Jun 10 13:16:58 CEST 2018


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


Commits:
c641b5f8 by Mattia Rizzolo at 2018-06-10T13:13:44+02:00
163: gnerally mention my not-yet merged work on j.d.n

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
073e2491 by Mattia Rizzolo at 2018-06-10T13:14:15+02:00
163: fix link to gcc-7 tracker, and reword sentence so it flows better for me

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
ee7fa5f9 by Mattia Rizzolo at 2018-06-10T13:15:25+02:00
163: misc editorial edits

the disabling of https for a portion of the website is not a change
compared ot the previous weeks, so remove it

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
b8f3f5e8 by Mattia Rizzolo at 2018-06-10T13:16:08+02:00
163: fix entry about disorderfs to not wrongly mention diffoscope and move it to its own section

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- _blog/posts/163.md


Changes:

=====================================
_blog/posts/163.md
=====================================
--- a/_blog/posts/163.md
+++ b/_blog/posts/163.md
@@ -9,9 +9,9 @@ Here's what happened in the [Reproducible Builds](https://reproducible-builds.or
 
 * A new version of the [u-boot Universal Boot Loader](https://www.denx.de/wiki/U-Boot) was released, merging a changeset from Vagrant Cascadian [fixing time and umask embedded into generated images](http://git.denx.de/?p=u-boot.git;a=commit;h=8664ab7debabfb6e1049c81030c2a18fd3eecb58).
 
-* Within Debian, Holger enquired about the status of Debian bug [#802241](https://bugs.debian.org/802241) ("`dpkg`: please store the hash of the installed `.deb` and allow one to query it") which resulted in bug [#774415](https://bugs.debian.org/774415) ("Please add the `srebuild` wrapper for reproducible builds") being assigned to the [devscripts](https://salsa.debian.org/debian/devscripts) package.
+* Within Debian, Holger enquired about the status of Debian bug [#802241](https://bugs.debian.org/802241) ("`dpkg`: please store the hash of the installed `.deb` and allow one to query it") which resulted in bug [#774415](https://bugs.debian.org/774415) ("Please add the `srebuild` wrapper for reproducible builds") being reassigned to the [devscripts](https://salsa.debian.org/debian/devscripts) package.
 
-* Mattia Rizollo updated the [experimental Debian toolchain](https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain) to update the [Debian gcc-7 package]((https://tracker.debian.org/pkg/debian-installer)).
+* Mattia Rizollo updated our patched [gcc-7 package]((https://tracker.debian.org/pkg/gcc-7)) and uploaded it to our [experimental Debian toolchain repository](https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain)
 
 Patches filed
 -------------
@@ -39,9 +39,7 @@ Upcoming events
 Documentation updates
 ---------------------
 
-* Chris Lamb updated the [diffoscope.org](https://diffoscope.org/) to [rewrite call to the readdir\_r(3) to use readdir(3) instead](https://salsa.debian.org/reproducible-builds/disorderfs/commit/fbfd4d0) as the former has been deprecated in glibc 2.24. This silences a `-Wdeprecated-declarations` GCC warning.
-
-* Mattia Rizzolo updated the various `README` files   on how to release the tarballs after moving to new infrastructure. ([1](https://salsa.debian.org/reproducible-builds/strip-nondeterminism/commit/9f1c756), [2](https://salsa.debian.org/reproducible-builds/disorderfs/commit/4810a11), [3](https://salsa.debian.org/reproducible-builds/reprotest/commit/1140670)), [4](https://salsa.debian.org/reproducible-builds/trydiffoscope/commit/63ae0f7))
+* Mattia Rizzolo updated the various `README` files  on how to release the tarballs after moving to new infrastructure. ([1](https://salsa.debian.org/reproducible-builds/strip-nondeterminism/commit/9f1c756), [2](https://salsa.debian.org/reproducible-builds/disorderfs/commit/4810a11), [3](https://salsa.debian.org/reproducible-builds/reprotest/commit/1140670)), [4](https://salsa.debian.org/reproducible-builds/trydiffoscope/commit/63ae0f7))
 
 * Chris Lamb also updated our [reproducible-builds.org](https://reproducible-builds.org/) website to [add Steven Chamberlain's "Fun with .buildinfo"](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/e8ed178) and [update the entry our DebConf17 status update](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/c59f287) to the [Talks & Resources](https://reproducible-builds.org/resources/) page.
 
@@ -49,6 +47,11 @@ Documentation updates
 
 * This week, 40 package reviews were been added, 16 have been updated and 37 have been removed in this week, adding to our [knowledge about identified issues](https://tests.reproducible-builds.org/debian/index_issues.html).
 
+disorderfs development
+----------------------
+
+* Chris Lamb:
+  - [rewrite call to the `readdir\_r(3)` to use `readdir(3)` instead](https://salsa.debian.org/reproducible-builds/disorderfs/commit/fbfd4d0) as the former has been deprecated in glibc 2.24. This silences a `-Wdeprecated-declarations` GCC warning.
 
 jenkins.debian.net development
 ------------------------------
@@ -56,14 +59,15 @@ jenkins.debian.net development
 There were a number of changes to our [Jenkins](https://jenkins.io/)-based testing framework that powers [tests.reproducible-builds.org](https://tests.reproducible-builds.org/), including:
 
 * Holger Levsen:
-    * [Disable HTTPS redirects for tests.reproducible-builds.org](https://salsa.debian.org/qa/jenkins.debian.net/commit/20101007).
     * [Use our own SSL cert for tests.reproducible-builds.org](https://salsa.debian.org/qa/jenkins.debian.net/commit/98759b20).
-    * Update a number URLs to match the [migration to salsa.debian.org](https://wiki.debian.org/Salsa/AliothMigration). ([1](https://salsa.debian.org/qa/jenkins.debian.net/commit/f9777bdd), [2](https://salsa.debian.org/qa/jenkins.debian.net/commit/93970226), [3](https://salsa.debian.org/qa/jenkins.debian.net/commit/b6b60b84). [4](https://salsa.debian.org/qa/jenkins.debian.net/commit/f613997e). [5](https://salsa.debian.org/qa/jenkins.debian.net/commit/533f17f2))
+    * Update a number of URLs to match the [migration to salsa.debian.org](https://wiki.debian.org/Salsa/AliothMigration). ([1](https://salsa.debian.org/qa/jenkins.debian.net/commit/f9777bdd), [2](https://salsa.debian.org/qa/jenkins.debian.net/commit/93970226), [3](https://salsa.debian.org/qa/jenkins.debian.net/commit/b6b60b84). [4](https://salsa.debian.org/qa/jenkins.debian.net/commit/f613997e). [5](https://salsa.debian.org/qa/jenkins.debian.net/commit/533f17f2))
     * [Handle a false-positive diskspace issue when building clisp](https://salsa.debian.org/qa/jenkins.debian.net/commit/e23f278d).
 * Jelle van der Waa:
     * [Remove installationa of `pacman-git`](https://salsa.debian.org/qa/jenkins.debian.net/commit/c414ae7f) in [Arch Linux](https://www.archlinux.org/) reproducibility testing.
 
+Furthermore, Mattia Rizzolo has been working in a large refactor of the Python part of the setup.
+
 Misc.
 -----
 
-This week's edition was written by Bernhard M. Wiedemann, Chris Lamb, Holger Levsen, Vagrant Cascadian & reviewed by a bunch of Reproducible Builds folks on IRC & the mailing lists.
+This week's edition was written by Bernhard M. Wiedemann, Chris Lamb, Holger Levsen, Mattia Rizzolo, 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/compare/b647cb5a26215748aaefcf917479dbeb8102b419...b8f3f5e820187ec53acf9a72920809e6dd925032

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/b647cb5a26215748aaefcf917479dbeb8102b419...b8f3f5e820187ec53acf9a72920809e6dd925032
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/20180610/16c8c2fb/attachment.html>


More information about the rb-commits mailing list