[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, develop, updated. 2a9a92632efd72018421452b81ff95637b044948

Andreas Beckmann debian at abeckmann.de
Fri Dec 9 10:33:41 UTC 2011


The following commit has been merged in the develop branch:
commit 293e487305f7decb0752cbdd6f9ff38df40badc5
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Mon Nov 28 00:21:59 2011 +0100

    new failure analysis: dependency_error
    
    triggered by 'E: Broken packages' and usually caused by some
    (temporarily) unsatisfyable dependency
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/home/piupartsm/bin/known_problems/dependency_error.conf b/home/piupartsm/bin/known_problems/dependency_error.conf
new file mode 100755
index 0000000..6fa308e
--- /dev/null
+++ b/home/piupartsm/bin/known_problems/dependency_error.conf
@@ -0,0 +1,12 @@
+#
+# detect packages which could not be installed
+#
+COMMAND=`rgrep -E "E: Broken packages" fail bugged | cut -d " " -f1 | sed -e "s#\.log:.*#.log#" | sort -u 2>/dev/null`
+ISSUE=0
+HEADER='Packages with failed logs because installation failed'
+HELPTEXT='
+<p>
+Usually caused by some unsatisfied (versioned) Depends/Conflicts/Replaces, testing again later may resolve the problem.
+</p>
+
+'

-- 
piatti.debian.org configuration files



More information about the Piuparts-commits mailing list