[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.51
Andreas Beckmann
anbe at debian.org
Wed May 15 10:09:46 UTC 2013
The following commit has been merged in the master branch:
commit 87edbaccda3866d9587c684e64a8615e78278b18
Author: Andreas Beckmann <anbe at debian.org>
Date: Sun Apr 7 16:06:15 2013 +0200
whitespace cleanup
Signed-off-by: Andreas Beckmann <anbe at debian.org>
diff --git a/htdocs/index.tpl b/htdocs/index.tpl
index 571ff45..5056ca3 100644
--- a/htdocs/index.tpl
+++ b/htdocs/index.tpl
@@ -47,7 +47,7 @@
</tr>
<tr class="normalrow">
<td class="contentcell2">
- <b>2013-03-15</b> Among many other new features the 0.50 release offers much greater flexibility for configuring and selecting (partial) suites and different mirrors.
+ <b>2013-03-15</b> Among many other new features the 0.50 release offers much greater flexibility for configuring and selecting (partial) suites and different mirrors.
Therefore it is possible to test nearly arbitrary upgrade pathes. On piuparts.debian.org this is now used for testing <a href="http://piuparts.debian.org/squeeze2bpo2wheezy">squeeze2bpo2wheezy</a> and <a href="http://piuparts.debian.org/sid2/experimental">sid2experimental</a>. Thanks to Andreas Beckmann for this great new feature!
</td>
</tr>
diff --git a/lib/read_config.sh b/lib/read_config.sh
index 37a288a..2ed4615 100644
--- a/lib/read_config.sh
+++ b/lib/read_config.sh
@@ -1,4 +1,4 @@
-# Copyright © 2011, 2013 Andreas Beckmann <anbe at debian.org>
+# Copyright © 2011, 2013 Andreas Beckmann (anbe at debian.org)
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
diff --git a/master-bin/detect_well_known_errors b/master-bin/detect_well_known_errors
index 2c014d6..ab07816 100755
--- a/master-bin/detect_well_known_errors
+++ b/master-bin/detect_well_known_errors
@@ -527,3 +527,5 @@ incorporated by piuparts-report into the final web reports.
detect_well_known_errors( conf, problem_list, args.recheck,
args.recheck_failed )
+
+# vi:set et ts=4 sw=4 :
diff --git a/master-bin/generate_daily_report.in b/master-bin/generate_daily_report.in
index d0e6d21..477008b 100755
--- a/master-bin/generate_daily_report.in
+++ b/master-bin/generate_daily_report.in
@@ -62,7 +62,7 @@ touch $FAILURESTAMP.new # for the next report
echo "New failures:" >> $DAILYREPORT
for SECTION in $SECTIONS ; do
test -d $MASTER/$SECTION || continue
- for DIRECTORY in fail bugged affected untestable; do
+ 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 \
--
piuparts git repository
More information about the Piuparts-commits
mailing list