[blog] 04/05: Factor out some common prefixes and use some sublists in "flat" commit lists

Chris Lamb chris at chris-lamb.co.uk
Sun Aug 28 10:48:51 UTC 2016


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

lamby pushed a commit to branch master
in repository blog.

commit e1df7a5fc6f7b0103db9377faf026c419e1d5c8f
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Aug 28 11:48:25 2016 +0100

    Factor out some common prefixes and use some sublists in "flat" commit lists
---
 drafts/70.mdwn | 35 +++++++++++++++++------------------
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/drafts/70.mdwn b/drafts/70.mdwn
index d0394be..55c0cd2 100644
--- a/drafts/70.mdwn
+++ b/drafts/70.mdwn
@@ -83,8 +83,9 @@ diffoscope development
 - Chris Lamb:
   - [Add tests for skip\_unless\_tool\_exists helper.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=7d8d8ea)
   - [comparators/elf.py: Specify string format arguments as logging function parameters, not using interpolation.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=0a46612)
-  - [presenters/html.py: Use html.escape over xml.sax.saxutils.escape.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=f51a5f1)
-  - [presenters/html.py: Don't use unsafe cgi.escape method as its ``quote`` kwarg -- which enables escaping of quotation marks -- is False by default.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=779b646)
+  - presenters/html:
+      - [Use html.escape over xml.sax.saxutils.escape.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=f51a5f1)
+      - [Don't use unsafe cgi.escape method as its ``quote`` kwarg -- which enables escaping of quotation marks -- is False by default.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=779b646)
   - [Tidy imports in Debian comparator and tests.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=f19a9d5)
   - [Skip Haskell tests if GHC version does not match. (Closes: #835055)](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=c506dd2)
   - [Use `pytest.xfail` over `assert False`.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=eb60f70)
@@ -98,9 +99,10 @@ diffoscope development
   - [d/control: alternate build-dependency on default-jdk-headless|default-jdk, to ease backporting to older debian releases](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=3acdddb)
   - [add default-jdk to the alternate packages for javap for Debian; default-jdk-headless is not available in older Debian releases](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=2a09be4)
   - [in the tests only, normalize xxd's output so that we can compare jessie's xxd with stretch's](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=7e565fe)
-  - [tests: skip test\_squashfs.py.test\_superblock if squashfs is too old](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=156e891)
-  - [tests: rewrite tool\_older\_than() into skip\_unless\_tool\_is\_older\_than()](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=cf4a4c3)
-  - [test: factor out a tools\_missing() function](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=3b98ffe)
+  - tests:
+      - [skip test\_squashfs.py.test\_superblock if squashfs is too old](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=156e891)
+      - [rewrite tool\_older\_than() into skip\_unless\_tool\_is\_older\_than()](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=cf4a4c3)
+      - [factor out a tools\_missing() function](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=3b98ffe)
 - Jérémy Bobbio:
   - [Properly skip test requiring python-debian when unavailable](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=b695849)
 - Ximin Luo:
@@ -135,26 +137,23 @@ disorderfs development
 ----------------------
 
 - Chris Lamb:
-  - [tests/shuffle: Test that --shuffle-dirents works as directed.](https://anonscm.debian.org/git/reproducible/disorderfs.git/commit/?id=f124965)
-  - [tests/common: Factor out utility to get variations from mount target.](https://anonscm.debian.org/git/reproducible/disorderfs.git/commit/?id=5bb2bbe)
-  - [tests/common: Factor out "Fail" utility.](https://anonscm.debian.org/git/reproducible/disorderfs.git/commit/?id=7a649d9)
-  - [Add tests for sorting and reversing directory entries.](https://anonscm.debian.org/git/reproducible/disorderfs.git/commit/?id=647b7d6)
   - [Add --sort-dirents=yes|no option for forcing deterministic.](https://anonscm.debian.org/git/reproducible/disorderfs.git/commit/?id=2aae325)
+  - Testsuite:
+     - [Add tests for sorting and reversing directory entries.](https://anonscm.debian.org/git/reproducible/disorderfs.git/commit/?id=647b7d6)
+     - [shuffle: Test that --shuffle-dirents works as directed.](https://anonscm.debian.org/git/reproducible/disorderfs.git/commit/?id=f124965)
+     - [common: Factor out utility to get variations from mount target.](https://anonscm.debian.org/git/reproducible/disorderfs.git/commit/?id=5bb2bbe)
+     - [common: Factor out "Fail" utility.](https://anonscm.debian.org/git/reproducible/disorderfs.git/commit/?id=7a649d9)
 
 
-reprotest development
----------------------
-
-FIXME
-
 tests.reproducible-builds.org
 -----------------------
 
 Debian: 
- * Link to jenkins documentation in every page (h01ger)
- * In the "pre build" check, whether a node is up, now also detects if a node has a read-only filesystem, which sometimes happens on some broken armhf nodes. (h01ger)
- * Collapse whitespace to avoid ugly "trailing underlines" in hyperlinks for diffoscope results and pkg sets (Chris Lamb)
- * Give details HTML elements "cursor: pointer" CSS property to highlight they are clickable.
+
+ - Link to jenkins documentation in every page (h01ger)
+ - In the "pre build" check, whether a node is up, now also detects if a node has a read-only filesystem, which sometimes happens on some broken armhf nodes. (h01ger)
+ - Collapse whitespace to avoid ugly "trailing underlines" in hyperlinks for diffoscope results and pkg sets (Chris Lamb)
+ - Give details HTML elements "cursor: pointer" CSS property to highlight they are clickable. (Chris Lamb)
 
 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