[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.49-147-g5e9a5c3
Andreas Beckmann
anbe at debian.org
Mon Mar 4 09:54:46 UTC 2013
The following commit has been merged in the piatti branch:
commit 5e7d6c98bc3132c80e9956f694836592c8de4039
Author: Andreas Beckmann <anbe at debian.org>
Date: Mon Mar 4 01:43:10 2013 +0100
report_newly_bugged_packages: get_config_value accepts empty defaults
Signed-off-by: Andreas Beckmann <anbe at debian.org>
diff --git a/master-bin/report_newly_bugged_packages.in b/master-bin/report_newly_bugged_packages.in
index d4547b1..8d59035 100755
--- a/master-bin/report_newly_bugged_packages.in
+++ b/master-bin/report_newly_bugged_packages.in
@@ -32,7 +32,7 @@ OUTPUT=$(mktemp)
for SECTION in $SECTIONS ; do
test -d $MASTER/$SECTION || continue
cd $MASTER/$SECTION
- get_config_value DISTROS $SECTION upgrade-test-distros " "
+ get_config_value DISTROS $SECTION upgrade-test-distros ''
@sharedir@/piuparts/piuparts-analyze ${DISTROS##* } 2>&1 > $OUTPUT
if [ -s $OUTPUT ]; then
echo $SECTION
--
piuparts git repository
More information about the Piuparts-commits
mailing list