[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 052b3d7fa373b08dedcbe77407cd6f608e30cfdd

Holger Levsen holger at layer-acht.org
Sat Dec 3 11:17:49 UTC 2011


The following commit has been merged in the develop branch:
commit d24d7a26e1bd5c25b8b6b1e1252b989681ef93d7
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Dec 3 11:52:10 2011 +0100

    update

diff --git a/TODO b/TODO
index f37b2fd..2c6bbc3 100644
--- a/TODO
+++ b/TODO
@@ -6,21 +6,18 @@ higher than wishlist!
 
 for 0.42:
 
-- use python-debianbts to track bugginess status of packages via
-  the bts and remove the "bugged" directory-status tracking
-  altogether.  also remove "fixed".
 
 - piuparts-report.py: fix those 2 FIXMEs in main()
 
-- merge script from my svn working copy: home/piupartsm/bin/biggest_blocker.sh 
-  with a similar one Dave send to the list
+- Adjust report scripts to detect this condition;
+          text in log="*** Process KILLED - exceed maximum run time ***"
 
 
 for 0.43:
 
-- warn/remove about files in */reserved older than 24h
-
-- store and load the diversion information with --save-end-meta and --end-meta
+- use python-debianbts to track bugginess status of packages via
+  the bts and remove the "bugged" directory-status tracking
+  altogether.  also remove "fixed".
 
 - provide mail templates for bugreports (which ideally only
   should need manual logfile trimming) at
@@ -36,11 +33,19 @@ for 0.43:
   this blog post for a nice howto:
   http://andialbrecht.wordpress.com/2009/03/17/creating-a-man-page-with-distutils-and-optparse/
 
+- warn/remove about files in */reserved older than 24h
+
+- store and load the diversion information with --save-end-meta and --end-meta
+
 - sometimes a chroot doesn't get removed on piatti - find out
   why and fix it.
 
-- Adjust report scripts to detect this condition;
-          text in log="*** Process KILLED - exceed maximum run time ***"
+- display biggest blockers, either using something like
+  lynx --dump http://piuparts.debian.org/$1/state-dependency-failed-testing.html | \
+	grep -E "dependency .* is failed-testing" | \
+	sed  's#\(.*\)\(\[.*\]\)\(.*\)#\1\3#' | \
+	sort|uniq -c| grep -v " 1 "|sort -n | tac 
+  or https://github.com/davesteele/piublocker
 
 
 for 0.44:

-- 
piuparts git repository



More information about the Piuparts-commits mailing list