[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, piatti, updated. 0.42-7-gae866ba
Andreas Beckmann
debian at abeckmann.de
Thu Jan 5 10:31:56 UTC 2012
The following commit has been merged in the piatti branch:
commit e5b1c1e94bde616c33fb3a697c7d2070dfd5e1d1
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Wed Jan 4 07:18:02 2012 +0100
convert command to new style
diff --git a/home/piupartsm/bin/known_problems/dependency_error.conf b/home/piupartsm/bin/known_problems/dependency_error.conf
index fb5b415..64eacc9 100755
--- a/home/piupartsm/bin/known_problems/dependency_error.conf
+++ b/home/piupartsm/bin/known_problems/dependency_error.conf
@@ -1,7 +1,8 @@
#
# 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`
+COMMAND='grep -E "E: Broken packages"'
+WHERE='fail bugged'
ISSUE=0
HEADER='Packages with failed logs because installation failed'
HELPTEXT='
--
piatti.debian.org configuration files
More information about the Piuparts-commits
mailing list