[SCM] build.samba.org - branch master updated

Andrew Bartlett abartlet at samba.org
Sat Sep 1 18:17:40 MDT 2012


The branch, master has been updated
       via  178df90 Add action_none to assist hosts with no extra_actions
      from  52601dd double the number of possible open files

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 178df903c098abc262c2a412d8e5c22957c14b42
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Sun Sep 2 10:21:59 2012 +1000

    Add action_none to assist hosts with no extra_actions
    
    The previous commit added a handler for extra_actions that are not tied to the success
    of the previous actions (allowing lcov and callcatcher to run even on failed tests).
    
    This was missing an action_none for all the other hosts.
    
    Andrew Bartlett

-----------------------------------------------------------------------

Summary of changes:
 build_test.fns |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/build_test.fns b/build_test.fns
index 400b802..3b0a4b8 100644
--- a/build_test.fns
+++ b/build_test.fns
@@ -579,6 +579,14 @@ action_test() {
 	esac
 }
 
+#############################
+# Do nothing (needed if we have nothing to do for extra_actions)
+#############################
+
+action_none() {
+    return 0;
+}
+
 ###########################
 # do a test build of a particular tree
 # This is the master function called by generic.fns or


-- 
build.samba.org


More information about the samba-cvs mailing list