[Fai-commit] r4735 - trunk/lib

lange at alioth.debian.org lange at alioth.debian.org
Tue Nov 13 22:00:14 UTC 2007


Author: lange
Date: 2007-11-13 22:00:14 +0000 (Tue, 13 Nov 2007)
New Revision: 4735

Modified:
   trunk/lib/subroutines-linux
Log:
add another check if install_packages failed


Modified: trunk/lib/subroutines-linux
===================================================================
--- trunk/lib/subroutines-linux	2007-11-13 17:51:12 UTC (rev 4734)
+++ trunk/lib/subroutines-linux	2007-11-13 22:00:14 UTC (rev 4735)
@@ -251,6 +251,8 @@
     fi
     # This almost indicates an error
     egrep "^E:" $LOGDIR/software.log && task_error 472
+    grep "Couldn't find any package whose name or description matched" $LOGDIR/software.log && task_error 321
+    grep -q 'E: Sub-process /usr/bin/dpkg returned an error code" $LOGDIR/software.log && task_error 620
 }
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 task_finish() {




More information about the Fai-commit mailing list