[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.51
Holger Levsen
holger at layer-acht.org
Wed May 15 10:09:41 UTC 2013
The following commit has been merged in the master branch:
commit 6b7cf4cff5110a26d0506555fd8693df1de84d74
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Mar 28 14:17:28 2013 +0100
use capitalized variable names for consistency
diff --git a/master-bin/generate_daily_report.in b/master-bin/generate_daily_report.in
index 3c403f6..4e42918 100755
--- a/master-bin/generate_daily_report.in
+++ b/master-bin/generate_daily_report.in
@@ -62,8 +62,8 @@ touch $FAILURESTAMP.new # for the next report
echo "New failures:" >> $DAILYREPORT
for SECTION in $SECTIONS ; do
test -d $MASTER/$SECTION || continue
- for dr in fail bugged affected untestable; do
- mkdir -p $MASTER/$SECTION/$dr
+ for DIRECTORY in fail bugged affected untestable; do
+ mkdir -p $MASTER/$SECTION/$DIRECTORY
done
find $MASTER/$SECTION/fail $MASTER/$SECTION/bugged $MASTER/$SECTION/affected $MASTER/$SECTION/untestable \
-type f -name '*.log' -newer $FAILURESTAMP -exec ls -1 {} + 2>/dev/null
--
piuparts git repository
More information about the Piuparts-commits
mailing list