[Piuparts-commits] rev 380 - piatti/home/piupartsm/bin
Holger Levsen
holger at alioth.debian.org
Wed Apr 29 08:36:53 UTC 2009
Author: holger
Date: 2009-04-29 08:36:53 +0000 (Wed, 29 Apr 2009)
New Revision: 380
Modified:
piatti/home/piupartsm/bin/detect_archive_issues
piatti/home/piupartsm/bin/detect_network_issues
piatti/home/piupartsm/bin/report_persistent_untestable_packages
piatti/home/piupartsm/bin/report_untestable_packages
Log:
display contents of tmpfiles instead of their names and be more verbose about detection methods used
Modified: piatti/home/piupartsm/bin/detect_archive_issues
===================================================================
--- piatti/home/piupartsm/bin/detect_archive_issues 2009-04-28 22:37:47 UTC (rev 379)
+++ piatti/home/piupartsm/bin/detect_archive_issues 2009-04-29 08:36:53 UTC (rev 380)
@@ -34,6 +34,7 @@
done
if [ -s $LOGS ] ; then
echo "Broken packages detected!"
+ echo "(By grep'ing for 'E: Broken packages' in failed logs.)"
echo
echo 'The following packages have been moved to $distro/untestable and will be'
echo "tested again in 5 days."
Modified: piatti/home/piupartsm/bin/detect_network_issues
===================================================================
--- piatti/home/piupartsm/bin/detect_network_issues 2009-04-28 22:37:47 UTC (rev 379)
+++ piatti/home/piupartsm/bin/detect_network_issues 2009-04-29 08:36:53 UTC (rev 380)
@@ -28,6 +28,7 @@
if [ -s $FILE ] ; then
echo "Network problems on piatti.debian.org detected!"
+ echo "(By grep'ing for 'Cannot initiate the connection to' in failed logs.)"
echo
echo "Please review the following logfiles and most likely remove them."
echo
Modified: piatti/home/piupartsm/bin/report_persistent_untestable_packages
===================================================================
--- piatti/home/piupartsm/bin/report_persistent_untestable_packages 2009-04-28 22:37:47 UTC (rev 379)
+++ piatti/home/piupartsm/bin/report_persistent_untestable_packages 2009-04-29 08:36:53 UTC (rev 380)
@@ -50,6 +50,6 @@
echo
echo "This is quite unusual, please investigate, probably using http://edos.debian.net/edos-debcheck/"
echo
- echo "$LOGS"
+ cat "$LOGS"
fi
rm $LOGS
Modified: piatti/home/piupartsm/bin/report_untestable_packages
===================================================================
--- piatti/home/piupartsm/bin/report_untestable_packages 2009-04-28 22:37:47 UTC (rev 379)
+++ piatti/home/piupartsm/bin/report_untestable_packages 2009-04-29 08:36:53 UTC (rev 380)
@@ -45,6 +45,6 @@
echo "a higher version became available and the reserved version vanished. So it's good"
echo "to test them again."
echo
- echo "$LOGS"
+ cat "$LOGS"
fi
rm $LOGS
More information about the Piuparts-commits
mailing list