From: Andrew Bartlett Date: Mon, 9 Dec 2019 21:58:47 +0000 (+1300) Subject: autobuild.py: Add missing samba-simpleserver job X-Git-Tag: ldb-2.1.0~291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df38d511045311b9b7c68c94aad800c69088e331;p=thirdparty%2Fsamba.git autobuild.py: Add missing samba-simpleserver job This was missed when the job was split out in f0e8dd1a08698884209873bb84002d7b34db016c. Signed-off-by: Andrew Bartlett Reviewed-by: Andreas Schneider Reviewed-by: Gary Lockyer --- diff --git a/script/autobuild.py b/script/autobuild.py index 85167cfa993..b6bddcb3ac8 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -125,6 +125,7 @@ builddirs = { "samba-mitkrb5": ".", "samba-nt4": ".", "samba-fileserver": ".", + "samba-simpleserver": ".", "samba-ktest-heimdal": ".", "samba-admem": ".", "samba-admem-mit": ".",