[Piuparts-commits] [piuparts] 02/06: piuparts_issue: remove empty logfiles

Holger Levsen holger at moszumanska.debian.org
Fri Jan 23 16:06:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 1432437f82f05cd5d77abffd0d26f8dbdb7803d2
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Jan 18 06:01:46 2015 +0100

    piuparts_issue: remove empty logfiles
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 master-bin/detect_piuparts_issues.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/master-bin/detect_piuparts_issues.in b/master-bin/detect_piuparts_issues.in
index d700920..a5db4cb 100755
--- a/master-bin/detect_piuparts_issues.in
+++ b/master-bin/detect_piuparts_issues.in
@@ -56,6 +56,7 @@ for SECTION in $SECTIONS ; do
 		rgrep -l -e 'No database found online on port 5432' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e 'unable to connect to postgresql server' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e 'Firebird .* server already running.' $MASTER/$SECTION/$subdir >> $FILE
+		find $MASTER/$SECTION/$subdir -name '*.log' -size 0 >> $FILE
 	done
 done
 if [ -s $FILE ] ; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list