[blog] 01/01: 81: update with content from generate-draft and do the formatting

Ximin Luo infinity0 at debian.org
Mon Nov 14 16:46:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository blog.

commit 45e7897349877c62e5acf5210150aade5e0f7f23
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Nov 14 17:46:11 2016 +0100

    81: update with content from generate-draft and do the formatting
---
 drafts/81.mdwn | 158 +++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 130 insertions(+), 28 deletions(-)

diff --git a/drafts/81.mdwn b/drafts/81.mdwn
index 539675f..a9bfa33 100644
--- a/drafts/81.mdwn
+++ b/drafts/81.mdwn
@@ -1,37 +1,139 @@
-misc:
-	siamezzze: I've been accepted to #outreachy winter internship - going to work with Debian reproducible builds team. So excited about that! <3 Debian — https://twitter.com/siamezzze/status/796063767180275712
+[[!meta title="Reproducible Builds: week 81 in Stretch cycle"]]
 
-dpkg upload \o/ $explain bugs fixed. explain we dont modify packages anymore (for now in sid, but soon in stretch too)
+What happened in the [Reproducible
+Builds](https://wiki.debian.org/ReproducibleBuilds) effort between Sunday
+November 6 and Saturday November 12 2016:
 
-#843925 in dpkg-dev 1.18.13 by Ximin Luo (infinity0) «dpkg-buildpackage should sign buildinfo files
 
-sbuild work was resumed by josch, see discussions in #774415
+Media coverage
+--------------
 
-diffoscope
-	* 62~bpo8+1 uploaded to jessie-backports by Mattia
-	* Ximin improved speed by cutting out O(n^2) lookup in libarchive.py
+Matthew Garrett blogged about [Tor, TPMs and service integrity
+attestation](http://mjg59.dreamwidth.org/45602.html) and how reproducible
+builds are the base for systems integrity.
 
-t.r-b.o:
-debian:
-	hw42: always build under /build so that the build path gets included in the .buildinfo file.
-	hw42: reproducible Debian: vary the source dir name. (his hapens for example when some builders use 'dpkg-source -x' and others build out of a SCM.)
-	hw42+deki+h01ger: reproducible Debian: adapt for non identical .buildinfos.
-	use dose-extra from jessie-backports so that https://jenkins.debian.net/view/reproducible/job/reproducible_create_meta_pkg_sets/ can deal with versioned provides… (h01ger, thanks josch)
-	use new url for tails manifest (h01ger)
-	lots of package sets related changes: (all by h01ger)
-		add 2 new pkg sets: debian-edu and _build-depends
-		h01ger refactored reproducible_create_meta_pkg_sets.sh so that it's even easier to add new package sets.
-		add package set: pkg-grass-devel (Debian GIS)
-		add package set: debian-accessibility
-		rename maint_lua pkg set to maint_debian-lua
-		add package set: pkg-openstack
-	Valerie Young contributed four patches for our long planned transition from SQLite to Postgres.
-	repository comparison: finally shows that our repo is now obsolete, all our changes are in sid.
-	in anticipation of the stretch freeze, already tested packages from unstable and testing on amd64 are scheduled equallynow. https://tests.reproducible-builds.org/debian/index_performance.html
+The Linux Foundation
+[announced](https://www.coreinfrastructure.org/news/announcements/2016/11/linux-foundations-core-infrastructure-initiative-renews-funding)
+renewed funding for us as part of the Core Infrastructure Initiative. Thank
+you!
 
 
-https://reproducible-builds.org/who/ new entry: F-Droid
+GSoC and Outreachy updates
+--------------------------
 
-http://mjg59.dreamwidth.org/45602.html - mjg59 blogged about "Tor, TPMs and service integrity attestation" and how reproducible builds are the base for integre systems.
+Maria Glukhova has been
+[accepted](https://wiki.gnome.org/Outreachy/2016/DecemberMarch#Debian) into the
+Outreachy winter internship and will work with us the Debian reproducible
+builds team.
 
-https://www.coreinfrastructure.org/news/announcements/2016/11/linux-foundations-core-infrastructure-initiative-renews-funding
+
+Toolchain development and fixes
+-------------------------------
+
+TODO holger: dpkg upload \o/ $explain bugs fixed. explain we dont modify
+packages anymore (for now in sid, but soon in stretch too)
+
+Ximin Luo opened [[!bug 843925]] to remind the fact that dpkg-buildpackage
+should sign buildinfo files.
+
+srebuild / debrebuild work was resumed by josch and others in [[!bug 774415]].
+
+
+Bugs filed
+----------
+
+Chris Lamb:
+
+* [[!bug 844102]] filed against [[!pkg lava-dispatcher]]
+* [[!bug 844103]] filed against [[!pkg lava-server]]
+* [[!bug 844111]] filed against [[!pkg python-defaults]]
+* [[!bug 843698]] filed against [[!pkg tunnelx]]
+* [[!bug 843967]] filed against [[!pkg asyncpg]]
+* [[!bug 843865]] filed against [[!pkg keystone]]
+* [[!bug 844101]] filed against [[!pkg suil]]
+
+Daniel Shahaf:
+
+* [[!bug 844232]] filed against [[!pkg daisy-player]]
+* [[!bug 844236]] filed against [[!pkg libhtml-lint-perl]]
+* [[!bug 844228]] filed against [[!pkg ebook-speaker]]
+
+Niko Tyni:
+
+* [[!bug 843432]] filed against [[!pkg libwww-curl-perl]]
+
+Reiner Herrman:
+
+* [[!bug 844095]] filed against [[!pkg fdm]]
+* [[!bug 844096]] filed against [[!pkg gringo]]
+* [[!bug 843469]] filed against [[!pkg dpkg]]
+* [[!bug 844095]] filed against [[!pkg fdm]]
+
+
+Reviews of unreproducible packages
+----------------------------------
+
+136 package reviews have been added, 5 have been updated and 7 have been
+removed in this week, adding to our knowledge about [identified
+issues](https://tests.reproducible-builds.org/debian/index_issues.html).
+
+3 issue types have been updated:
+
+ * Added: [[!issue random_order_in_dh_pythonX_substvars]], [[!issue valac_permutes_get_type_calls]]
+ * Updated: [[!issue timestamps_in_static_libraries]]
+
+
+Weekly QA work
+--------------
+
+During of reproducibility testing, some FTBFS bugs have been detected and
+reported by:
+
+ - Chris Lamb (29)
+ - Niko Tyni (1)
+
+
+diffoscope development
+----------------------
+
+A new version of diffoscope `62~bpo8+1` was
+[uploaded](http://metadata.ftp-master.debian.org/changelogs/main/d/diffoscope/diffoscope_62~bpo8+1_changelog)
+to unstable by Mattia Rizzolo.
+
+Meanwhile in git, Ximin Luo greatly improved speed by [fixing a O(n^2)
+lookup](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=deb8aea)
+which was causing diffs of large packages such as GCC and glibc to take many
+more hours than was necessary. When this commit is released, we should
+hopefully see full diffs for such packages again.
+
+
+tests.reproducible-builds.org
+-----------------------
+
+Debian (TODO holger):
+
+ * hw42: always build under /build so that the build path gets included in the .buildinfo file.
+ * hw42: reproducible Debian: vary the source dir name. (his hapens for example when some builders use 'dpkg-source -x' and others build out of a SCM.)
+ * hw42+deki+h01ger: reproducible Debian: adapt for non identical .buildinfos.
+ * use dose-extra from jessie-backports so that https://jenkins.debian.net/view/reproducible/job/reproducible_create_meta_pkg_sets/ can deal with versioned provides… (h01ger, thanks josch)
+ * use new url for tails manifest (h01ger)
+ * lots of package sets related changes: (all by h01ger)
+   * add 2 new pkg sets: debian-edu and _build-depends
+   * h01ger refactored reproducible_create_meta_pkg_sets.sh so that it's even easier to add new package sets.
+   * add package set: pkg-grass-devel (Debian GIS)
+   * add package set: debian-accessibility
+   * rename maint_lua pkg set to maint_debian-lua
+   * add package set: pkg-openstack
+ * Valerie Young contributed four patches for our long planned transition from SQLite to Postgres.
+ * repository comparison: finally shows that our repo is now obsolete, all our changes are in sid.
+ * in anticipation of the stretch freeze, already tested packages from unstable and testing on amd64 are scheduled equallynow. https://tests.reproducible-builds.org/debian/index_performance.html
+
+F-Droid was finally added to our official list of [partner
+projects](https://reproducible-builds.org/who/). (This was an oversight and
+they had already been working with us for a long time.)
+
+
+Misc.
+-----
+
+This week's edition was written by Ximin Luo and reviewed by a bunch of Reproducible Builds folks on IRC.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/blog.git



More information about the Reproducible-commits mailing list