[Fai-commit] r5982 - in branches/stable/3.4: debian lib

Michael Prokop mika at alioth.debian.org
Tue Aug 17 12:53:56 UTC 2010


Author: mika
Date: 2010-08-17 12:53:55 +0000 (Tue, 17 Aug 2010)
New Revision: 5982

Modified:
   branches/stable/3.4/debian/changelog
   branches/stable/3.4/lib/subroutines
Log:
subroutines: add support for task_error to task configure


Signed-off-by: Michael Prokop <mika at grml.org>

Modified: branches/stable/3.4/debian/changelog
===================================================================
--- branches/stable/3.4/debian/changelog	2010-08-17 12:53:52 UTC (rev 5981)
+++ branches/stable/3.4/debian/changelog	2010-08-17 12:53:55 UTC (rev 5982)
@@ -26,6 +26,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: branches/stable/3.4/lib/subroutines
===================================================================
--- branches/stable/3.4/lib/subroutines	2010-08-17 12:53:52 UTC (rev 5981)
+++ branches/stable/3.4/lib/subroutines	2010-08-17 12:53:55 UTC (rev 5982)
@@ -408,6 +408,7 @@
 task_configure() {
 
     fai-do-scripts $FAI/scripts
+    task_error 855 $?
 }
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 task_tests() {




More information about the Fai-commit mailing list