mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
autobuild: Move defaulttasks to one-per-line
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
7964b3640a
commit
d950556755
@ -44,7 +44,21 @@ builddirs = {
|
|||||||
"retry" : "."
|
"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":
|
if os.environ.get("AUTOBUILD_SKIP_SAMBA_O3", "0") == "1":
|
||||||
defaulttasks.remove("samba-o3")
|
defaulttasks.remove("samba-o3")
|
||||||
|
Loading…
Reference in New Issue
Block a user