autobuild: Reduce duplication of task list in autobuild
authorAndrew Bartlett <abartlet@samba.org>
Thu, 16 Aug 2018 01:54:14 +0000 (13:54 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 29 Aug 2018 03:28:16 +0000 (05:28 +0200)
commit38784f2b371af2471ec08cf38bbcaea004efcce3
tree37d7382899efabc687bdf695f4cf007ee28cc562
parentce53dd9cf41f195ba784f40f74910891895bf695
autobuild: Reduce duplication of task list in autobuild

The defaulttasks or builddirs are often updated out of sync, which causes confusion until
it is resolved.

We simply choose "." as the builddir for the tasks that
are not in the default set.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
script/autobuild.py