diff options
author | Michael Adam <obnox@samba.org> | 2012-06-20 14:16:13 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-06-22 01:46:13 +0200 |
commit | 732f28b85e34cdba5cc6dd8df8e35b7132b3ac5c (patch) | |
tree | 26a078981e53330f80f0feb7cf0f1968d2ae803e /script | |
parent | 80921deae0e0ef282ed53ad8dcb04c72792ae132 (diff) | |
download | samba-732f28b85e34cdba5cc6dd8df8e35b7132b3ac5c.tar.gz samba-732f28b85e34cdba5cc6dd8df8e35b7132b3ac5c.tar.bz2 samba-732f28b85e34cdba5cc6dd8df8e35b7132b3ac5c.zip |
autobuild: run "samba3-ctdb" by default
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Fri Jun 22 01:46:13 CEST 2012 on sn-devel-104
Diffstat (limited to 'script')
-rwxr-xr-x | script/autobuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |