[Fai-commit] r5831 - in trunk: debian lib

Michael Prokop mika at alioth.debian.org
Sat Jul 3 23:04:07 UTC 2010


Author: mika
Date: 2010-07-03 23:03:57 +0000 (Sat, 03 Jul 2010)
New Revision: 5831

Modified:
   trunk/debian/changelog
   trunk/lib/subroutines
Log:
subroutines: add support for task_error to task configure

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-07-03 23:00:48 UTC (rev 5830)
+++ trunk/debian/changelog	2010-07-03 23:03:57 UTC (rev 5831)
@@ -27,6 +27,7 @@
   [ Michael Prokop ]
   * subroutines, fai: make sure fai exits with the according return
     code of task action (and all the hooks behind it)
+  * subroutines: add support for task_error to task configure
 
  -- Thomas Lange <lange at debian.org>  Fri, 25 Jun 2010 14:29:10 +0200
 

Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines	2010-07-03 23:00:48 UTC (rev 5830)
+++ trunk/lib/subroutines	2010-07-03 23:03:57 UTC (rev 5831)
@@ -408,6 +408,7 @@
 task_configure() {
 
     fai-do-scripts $FAI/scripts
+    task_error 855 $?
 }
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 task_tests() {




More information about the Fai-commit mailing list