From 732f28b85e34cdba5cc6dd8df8e35b7132b3ac5c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 20 Jun 2012 14:16:13 +0200 Subject: autobuild: run "samba3-ctdb" by default Autobuild-User(master): Michael Adam Autobuild-Date(master): Fri Jun 22 01:46:13 CEST 2012 on sn-devel-104 --- script/autobuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') diff --git a/script/autobuild.py b/script/autobuild.py index c60d019a5c..da3f646181 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -33,7 +33,7 @@ builddirs = { "retry" : "." } -defaulttasks = [ "samba3", "samba", "samba-ctdb", "samba-libs", "ldb", "tdb", "ntdb", "talloc", "replace", "tevent", "pidl" ] +defaulttasks = [ "samba3", "samba3-ctdb", "samba", "samba-ctdb", "samba-libs", "ldb", "tdb", "ntdb", "talloc", "replace", "tevent", "pidl" ] tasks = { "samba3" : [ ("autogen", "./autogen.sh", "text/plain"), -- cgit