autobuild: run the samba-o3 target by default
authorMichael Adam <obnox@samba.org>
Mon, 11 Apr 2016 08:23:00 +0000 (10:23 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 13 May 2016 08:16:17 +0000 (10:16 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
script/autobuild.py

index 7c572cd12a40f0097808778c5fd32d1a18b212d4..0af816637754ecc1b73e41d0dc49ba88aa32bb19 100755 (executable)
@@ -39,7 +39,7 @@ builddirs = {
     "retry"   : "."
     }
 
-defaulttasks = [ "ctdb", "samba", "samba-xc", "samba-ctdb", "samba-libs", "samba-static", "ldb", "tdb", "talloc", "replace", "tevent", "pidl" ]
+defaulttasks = [ "ctdb", "samba", "samba-xc", "samba-o3", "samba-ctdb", "samba-libs", "samba-static", "ldb", "tdb", "talloc", "replace", "tevent", "pidl" ]
 
 samba_configure_params = " --picky-developer ${PREFIX} ${EXTRA_PYTHON} --with-profiling-data"