[blog] 01/01: 133: format all the t.r-b.o work

Holger Levsen holger at layer-acht.org
Mon Nov 20 14:50:40 UTC 2017


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

holger pushed a commit to branch master
in repository blog.

commit 8a8c2e8d9f0d654f79bce53034a81c66883e3441
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Nov 20 14:50:34 2017 +0000

    133: format all the t.r-b.o work
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 drafts/133.mdwn | 104 +++++++++++++++++---------------------------------------
 1 file changed, 31 insertions(+), 73 deletions(-)

diff --git a/drafts/133.mdwn b/drafts/133.mdwn
index a0c47d4..878540b 100644
--- a/drafts/133.mdwn
+++ b/drafts/133.mdwn
@@ -169,81 +169,39 @@ theunreproduciblepackage development
 tests.r-b.o.
 ------------
 
-Author: Mattia Rizzolo <mattia at debian.org>
-    reproducible archlinux: enable debugging mode
-Author: Alexander Couzens <lynxis at fe80.eu>
-    reproducible_lede: use correct place/variable to save results
-    
-    Results on remote nodes are expected to be under $TMPDIR, which defined
-    by openwrt_build. RESULTSDIR is undefined on the remote node
-Author: Alexander Couzens <lynxis at fe80.eu>
-    reproducible_lede: enable building all packages again
-      It was disabled to improve the debug speed while doing
-    changes on the reproducible_lede_common script.
-Author: kpcyrd <git at rxv.cc>
-    reproducible-archlinux: try porting abs to asp
-Author: Mattia Rizzolo <mattia at debian.org>
-    reproducible archlinux: don't use hidden files for the package lists
-Author: kpcyrd <git at rxv.cc>
-    reproducible-archlinux: explicitly sync packages
-Author: Mattia Rizzolo <mattia at debian.org>
-    reproducible fedora: don't use hidden files for the package lists
-Author: kpcyrd <git at rxv.cc>
-    reproducible-archlinux: use sudo for pacman
-Author: Alexander Couzens <lynxis at fe80.eu>
-    reproducible_lede: correct given path for node_cleanup_tmpdirs & node_save_logs
-      When moving LEDE build directory to /srv/workspace/chroots those
-    has been mistyped to RESULTSDIR instead of TMPBUILDDIR.
-Author: Mattia Rizzolo <mattia at debian.org>
-    udd-query: orphaned_without_o_bug: consider only the higher version instead of the latest upload date
-      this fixes a fpos of a package adopted in experimental, but with a later
-    qa upload in unstable.
-Author: Mattia Rizzolo <mattia at debian.org>
-    udd-query: move from public-udd-mirror.xvm.mit.edu to udd-mirror.debian.net
-Author: Mattia Rizzolo <mattia at debian.org>
-    udd-query: remove the temporary file with a trap
-      in case this script is called with the wrong argument, and in case of
-    failures, etc, the temporary file would be left around otherwise
-Author: Mattia Rizzolo <mattia at debian.org>
-    udd-query: multiarch_versionskew: check the count of elements in the file instead of file size
-      psql now always print at least a newline, even if no records are
-    returned, that broke our `[ -s $UDD ]` check.
-    Read the whole file once and put it in a bash array for futher usage,
-    including counting the elements.
-    Closes: #864238
-Author: Hans-Christoph Steiner <hans at eds.org>
-    reproducible fdroid: point jenkins to canonical URL
-Author: Alexander Couzens <lynxis at fe80.eu>
-    reproducible_lede: enable CONFIG_BUILDBOT to reduce inode load while building
-Author: Hans-Christoph Steiner <hans at eds.org>
-    reproducible_fdroid: separate testsuite into its own job
-      Right now, minor failures in the test suite mark the long lived jobs as
-    failed.  The test suite always takes shorter than an hour to run, so it can
-    be more easily repeated.  The tests are moved from the other two jobs into
-    this one.
-Author: Hans-Christoph Steiner <hans at eds.org>
-    reproducible fdroid: sync upstream script names with jenkins.debian.net
-      Make things self-documenting by reusing the same names everywhere.
-Author: Hans-Christoph Steiner <hans at eds.org>
-    reproducible_fdroid_test: make script executable
-Author: Chris Lamb <lamby at debian.org>
-    Move some IRC announcements to #debian-reproducible-changes.
-      This changes the behaviour such that we always announce on our "noisy"
-    #debian-reproducible-changes but keeps the main #debian-reproducible
-    channel free for a) when we really want to notify the channel such as when
-    we want to preserve artifacts or explicitly ask to be notified and b)
-    regular chat.
-Author: Holger Levsen <holger at layer-acht.org>
-    reproducible LEDE: try to deal gracefully with problems and report
-Author: Mattia Rizzolo <mattia at debian.org>
-    reprodocible debian: schroot-create: drop the reproducible gpg keyring into /etc/apt/trusted.gpg.d/ instead of using `apt-key add`
-      apt-key add is now deprecated and it seems to be giving us troubles now
-Author: Mattia Rizzolo <mattia at debian.org>
-    reprodocible debian: setup_pbuilder: drop the reproducible gpg keyring into /etc/apt/trusted.gpg.d/ instead of using `apt-key add`
-      apt-key add is now deprecated and it seems to be giving us troubles now
-Author: Mattia Rizzolo <mattia at debian.org>
+- Mattia Rizzolo:
+    - reproducible archlinux: enable debugging mode
+    - reproducible archlinux: don't use hidden files for the package lists
+    - reproducible fedora: don't use hidden files for the package lists
+    - udd-query: move from public-udd-mirror.xvm.mit.edu to udd-mirror.debian.net
+    - udd-query: remove the temporary file with a trap in case this script is called with the wrong argument, and in case of failures, etc, the temporary file would be left around otherwise
+    - reproducible debian: schroot-create: drop the reproducible gpg keyring into /etc/apt/trusted.gpg.d/ instead of using `apt-key add`
+    - reproducible debian: setup_pbuilder: drop the reproducible gpg keyring into /etc/apt/trusted.gpg.d/ instead of using `apt-key add`
     reprodocible debian: setup_pbuilder: stop installing gnupg2 in our chroot, not needed anymore now
 
+- Alexander 'lynxis' Couzens
+    - reproducible_lede: use correct place/variable to save results: Results on remote nodes are expected to be under $TMPDIR, which defined by openwrt_build. RESULTSDIR is undefined on the remote node
+    - reproducible_lede: enable building all packages again, after it was disabled to improve the debug speed.
+    - reproducible_lede: correct given path for node_cleanup_tmpdirs & node_save_logs-
+    reproducible_lede: enable CONFIG_BUILDBOT to reduce inodes while building.
+
+- kpcyrd:
+    - reproducible-archlinux: try porting abs to asp
+    - reproducible-archlinux: explicitly sync packages
+    - reproducible-archlinux: use sudo for pacman
+
+- Hans-Christoph Steiner:
+    - reproducible fdroid: point jenkins to canonical URL
+    - reproducible_fdroid: separate testsuite into its own job
+    - reproducible fdroid: sync upstream script names with jenkins.debian.net, make things self-documenting by reusing the same names everywhere.
+    - reproducible_fdroid_test: make script executable
+
+- Chris Lamb:
+    - Move some IRC announcements to #debian-reproducible-changes.
+
+- Holger Levsen:
+    - reproducible LEDE: try to deal gracefully with problems and report
+
 
 Misc.
 -----

-- 
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