diff --git a/script/autobuild.py b/script/autobuild.py index ebe49bb75cb..fe1a96104fe 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -44,7 +44,21 @@ builddirs = { "retry" : "." } -defaulttasks = [ "ctdb", "samba", "samba-xc", "samba-o3", "samba-ctdb", "samba-libs", "samba-static", "samba-systemkrb5", "samba-nopython", "ldb", "tdb", "talloc", "replace", "tevent", "pidl" ] +defaulttasks = [ "ctdb", + "samba", + "samba-xc", + "samba-o3", + "samba-ctdb", + "samba-libs", + "samba-static", + "samba-systemkrb5", + "samba-nopython", + "ldb", + "tdb", + "talloc", + "replace", + "tevent", + "pidl" ] if os.environ.get("AUTOBUILD_SKIP_SAMBA_O3", "0") == "1": defaulttasks.remove("samba-o3")