[Reproducible-commits] [blog] 01/01: 62: fix notes stats
Holger Levsen
holger at layer-acht.org
Wed Jul 20 13:51:12 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 b30ed25ce5a29331caabbaa9a55ccd3e0cdef308
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Jul 20 15:51:05 2016 +0200
62: fix notes stats
---
TODO | 15 +++++++++------
drafts/62.mdwn | 5 +++--
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/TODO b/TODO
index 3d8c7c9..48a5354 100644
--- a/TODO
+++ b/TODO
@@ -16,14 +16,17 @@ automate stats:
- 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'
+ $ git diff 41b847af6..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
+ -> count 4 issues manually…
+ $ git diff 41b847af6..c519a96dc packages.yml|grep ^+|grep -v "+ "|wc -l
+ 437 notes added
+ -> though:
+ git diff 41b847af6..c519a96dc packages.yml|grep ^+|grep issues|wc -l
+ 56 issues added to packages…
+ $ git diff 41b847af6..c519a96dc packages.yml|grep ^-|grep -v "^- "|grep -v "^---"|wc -l
+ 60 notes removed
unclear how to count modified issues…
bin/publish.sh:
diff --git a/drafts/62.mdwn b/drafts/62.mdwn
index fb751fd..e5e7475 100644
--- a/drafts/62.mdwn
+++ b/drafts/62.mdwn
@@ -128,10 +128,11 @@ It seems [DebCamp in Cape Town](https://debconf16.debconf.org/) was hugely succe
Package reviews
---------------
-125 reviews have been added, an unknown number has been been updated and 52 have been removed in this week, adding to our knowledge about [identified issues](https://tests.reproducible-builds.org/debian/index_issues.html).
+437 new reviews have been added (though most of them were just linking the bug, "only" 56 new issues were found), an unknown number has been been updated and 60 have been removed in this week, adding to our knowledge about [identified issues](https://tests.reproducible-builds.org/debian/index_issues.html).
-3 new issues have been found:
+4 new issues have been found:
+ * [[!issue random_order_of_pdf_ids_generated_by_latex]]
* [[!issue unsorted_pdl_output]]
* [[!issue timestamps_in_output_generated_by_txt2tags]]
* [[!issue random_order_in_documentation_generated_by_naturaldocs]]
--
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