[Git][reproducible-builds/reproducible-website][master] 3 commits: Finalise 178.

Chris Lamb gitlab at salsa.debian.org
Tue Sep 25 19:00:21 CEST 2018


Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website


Commits:
3dcd2c36 by Chris Lamb at 2018-09-25T16:52:55Z
Finalise 178.

- - - - -
cf3aa90b by Chris Lamb at 2018-09-25T16:53:07Z
published as https://reproducible-builds.org/blog/posts/178/

- - - - -
f0422dc9 by Chris Lamb at 2018-09-25T16:54:09Z
Don't push unrelated branches.

- - - - -


2 changed files:

- _blog/posts/178.md
- bin/publish


Changes:

=====================================
_blog/posts/178.md
=====================================
@@ -1,17 +1,18 @@
 ---
 layout: blog
 week: 178
+published: 2018-09-25 16:53:07
 ---
 
 Here's what happened in the [Reproducible Builds](https://reproducible-builds.org) effort between Sunday September 16 and Saturday September 22 2018:
 
-* FIXME: vagrant: *Call for capable armhf dev board donations, link to image, talk(s), etc.*
-
 * A reminder that the **fourth Reproducible Builds summit will take place from December 11th—13th 2018** at [Mozilla](https://wiki.mozilla.org/Paris) in Paris, France. If you are interested in attending please register by sending an email to `holger at layer-acht.org`. More details may be found on the [associated event page](https://reproducible-builds.org/events/paris2018/).
 
 * Bernhard M. Wiedemannup updated  `disorderfs` (our [FUSE](https://github.com/libfuse/libfuse)-based filesystem that deliberately introduces non-determinism into filesystem metadata) [to use sys/xattr.h from glibc](https://salsa.debian.org/reproducible-builds/disorderfs/commit/387844f) as newer `libattr` versions have dropped their own `xattr.h` header.
 
-* Daniel Shahaf started an interesting discussion on [our mailing list](https://lists.reproducible-builds.org/listinfo/rb-general) regarding [reproducing tarballs under various toolchains](https://lists.reproducible-builds.org/pipermail/rb-general/2018-September/001148.html). As a result, Daniel actually uncovered an [argument parsing bug in `libarchive`](https://github.com/libarchive/libarchive/issues/1068).  Volunteers are welcome to [assist with documenting the GNU `tar` / BSD `tar` interoperability concerns](https://salsa.debian.org/reproducible-builds/reproducible-website/issues/3) that came up!
+* Jelle van der Waa [removed the SVN `propset` identifiers](https://lists.archlinux.org/pipermail/arch-dev-public/2018-September/029371.html) from the [Arch Linux](https://www.archlinux.org/) repository. This will make reproducing packages possible when the `PKGBUILD` is obtained from Git; previously [the `BUILDINFO` would differ](https://lists.archlinux.org/pipermail/arch-dev-public/2018-August/029355.html) due to Git lacking the aforementioned identifier.
+
+* Daniel Shahaf started an interesting discussion on [our mailing list](https://lists.reproducible-builds.org/listinfo/rb-general) regarding [reproducing tarballs under various toolchains](https://lists.reproducible-builds.org/pipermail/rb-general/2018-September/001148.html). As a result, Daniel actually uncovered an [argument parsing bug in `libarchive`](https://github.com/libarchive/libarchive/issues/1068). Volunteers are welcome to [assist with documenting the GNU `tar` / BSD `tar` interoperability concerns](https://salsa.debian.org/reproducible-builds/reproducible-website/issues/3) that arose from this.
 
 * An [issue was opened in the CPython bug tracker](https://bugs.python.org/issue34022) regarding test failures regarding the [`SOURCE_DATE_EPOCH`](https://reproducible-builds.org/specs/source-date-epoch/) environment variable which actually proposes to revert the previous changes.
 
@@ -21,11 +22,10 @@ Here's what happened in the [Reproducible Builds](https://reproducible-builds.or
 
 * [openSUSE](https://en.opensuse.org)'s wiki page [on their approach and resources regarding reproducible builds](https://en.opensuse.org/openSUSE:Reproducible_Builds) was linked on our IRC channel.
 
-* Chris Lamb also updated the SSL certificate for [buildinfo.debian.net](https://buildinfo.debian.net/).
+* Holger Levsen switched back to recent `i386` kernels on all `i386` build nodes and rescheduled all currently-failing [KDE](https://www.kde.org/) packages which can be seen on the [KDE package set](https://tests.reproducible-builds.org/debian/buster/i386/pkg_set_kde.html) page.
 
-* Recently Holger switched back to recent i386 kernels on all i386 reproducible builds build nodes and last week he rescheduled all ftbfs kde packages on i386 for r-b and the effects of this can nicely bee seen on https://tests.reproducible-builds.org/debian/buster/i386/pkg_set_kde.html . maybe even include the graph in the blog post? FIXME: provide links to bugs and maybe add this bit: the bug is not fixed yet, we work around by not using i386 kernels and thus losing 32/64bit kernel variation testing...
+* Chris Lamb also updated the SSL certificate for [buildinfo.debian.net](https://buildinfo.debian.net/).
 
-* Jelle van der Waa [removed](https://lists.archlinux.org/pipermail/arch-dev-public/2018-September/029371.html) svn propset id's from the Arch Linux svn repository. This will make reproducing packages possible when the PKGBUILD is obtained from git, previously the BUILDINFO [would differ](https://lists.archlinux.org/pipermail/arch-dev-public/2018-August/029355.html) due to Git lacking the svn propset id.
 
 Patches filed
 -------------
@@ -79,9 +79,7 @@ There were a number of updates to our [Jenkins](https://jenkins.io/)-based testi
 
 * Lastly, Mattia Rizzolo temporarily [marked the `jtk1b-armhf-rb.debian.net` node as offline](https://salsa.debian.org/qa/jenkins.debian.net/commit/2e935533).
 
-* FIXME: Holger added code to automatically mark nodes as offline, so maybe this was even the last time this was done manually ;)
-
 Misc.
 -----
 
-This week's edition was written by Bernhard M. Wiedemann, Chris Lamb, Daniel Shahaf, 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, Daniel Shahaf, Holger Levsen, Jelle van der Waa, Vagrant Cascadian & reviewed by a bunch of Reproducible Builds folks on IRC & the mailing lists.


=====================================
bin/publish
=====================================
@@ -36,7 +36,7 @@ then
 	echo
 	echo "Now verify the results and run:"
 	echo
-	echo "  $ git push && git push --tags"
+	echo "  $ git push origin master && git push origin ${WEEK}"
 fi
 
 echo



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/9f6421376c334483629fbdab0a9df0538ebe862f...f0422dc98df2795513be429a053a05c509587686

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/9f6421376c334483629fbdab0a9df0538ebe862f...f0422dc98df2795513be429a053a05c509587686
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/20180925/caeb036e/attachment.html>


More information about the rb-commits mailing list