[Reproducible-commits] [blog] 02/03: 62: add notes + issues found
Holger Levsen
holger at layer-acht.org
Wed Jul 20 13:00:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository blog.
commit 719c8369ab501a855b3b4370c2be00c99a59c826
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Jul 20 14:58:32 2016 +0200
62: add notes + issues found
---
TODO | 11 +++++++++++
drafts/62.mdwn | 14 ++++++++++++++
drafts/template.mdwn | 5 +++++
3 files changed, 30 insertions(+)
diff --git a/TODO b/TODO
index 12f90e6..3d8c7c9 100644
--- a/TODO
+++ b/TODO
@@ -15,6 +15,17 @@ automate stats:
- more: | awk '{print $3,$4,$0}' | sed -s "s#(attachment inbox signed)##" | sed -s "s#(attachment inbox)##" can help manual editing a bit
- filter diffoscope/strip-nondeterminism/disorderfs bugs and output them on their own
+ notes+issues:
+ $ git diff 3e81ab6d0..c519a96dc issues.yml|grep ^+|grep :$|sed -s 's#+# * [[!issue #g'|sed -s 's#:#]]#g'
+ -> too lazy to look up the git date syntax…
+ -> perfect .mdwn format :)
+ -> count 3 issues manually…
+ $ $ git diff 3e81ab6d0..c519a96dc packages.yml|grep ^+|grep -v "+ "|wc -l
+ 125 notes added
+ $ git diff 3e81ab6d0..c519a96dc packages.yml|grep ^-|grep -v "^- "|grep -v "^---"|wc -l
+ 52 notes removed
+ unclear how to count modified issues…
+
bin/publish.sh:
should detect if committers are not listed in "This weeks edition was written by"… (by looking at git log drafts/$week.mdwn)
should guess the week to act on if none give (current week -1)
diff --git a/drafts/62.mdwn b/drafts/62.mdwn
index 4c065a2..87e8a30 100644
--- a/drafts/62.mdwn
+++ b/drafts/62.mdwn
@@ -115,6 +115,20 @@ It seems [DebCamp in Cape Town](https://debconf16.debconf.org/) was hugely succe
* [[!bug 828222]] against [[!pkg pygoocanvas]] by Chris Lamb: please make the build reproducible.
* [[!bug 828216]] against [[!pkg pyinfra]] by Daniel Stender: assertion error with timestamps.
+Package reviews
+---------------
+
+125 reviews have been added, an unknown number has been been updated and 52 have been removed in this week.
+
+3 new issues have been found:
+
+ * [[!issue unsorted_pdl_output]]
+ * [[!issue timestamps_in_output_generated_by_txt2tags]]
+ * [[!issue random_order_in_documentation_generated_by_naturaldocs]]
+
+Weekly QA work
+--------------
+
98 FTBFS bugs have been reported by Chris Lamb and Santiago Vila.
diff --git a/drafts/template.mdwn b/drafts/template.mdwn
index 15374e5..f0e9ba4 100644
--- a/drafts/template.mdwn
+++ b/drafts/template.mdwn
@@ -45,6 +45,11 @@ Package reviews
XXX reviews have been added, XXX have been updated and XXX have been removed in this week.
+XXX new issues have been found:
+
+Weekly QA work
+--------------
+
XXX FTBFS bugs have been reported by…
diffoscope development
--
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