From d9505567554b13c7e5a61284b14ec90b8cb05075 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 21 Jul 2017 19:54:36 +1200 Subject: [PATCH] autobuild: Move defaulttasks to one-per-line Signed-off-by: Andrew Bartlett Reviewed-by: Andreas Schneider --- script/autobuild.py | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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") -- 2.11.4.GIT