diff options
author | Andrew Bartlett <abartlet@samba.org> | 2019-12-10 10:58:47 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-12-11 02:55:32 +0000 |
commit | df38d511045311b9b7c68c94aad800c69088e331 (patch) | |
tree | 68e855c8b9748037c02ce9efc8cb6c0943f1c591 /script | |
parent | de02a553999903058dd69ea8aaff2e248a6ad55c (diff) | |
download | samba-df38d511045311b9b7c68c94aad800c69088e331.tar.gz |
autobuild.py: Add missing samba-simpleserver job
This was missed when the job was split out in f0e8dd1a08698884209873bb84002d7b34db016c.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Gary Lockyer <gary@samba.org>
Diffstat (limited to 'script')
-rwxr-xr-x | script/autobuild.py | 1 |
1 files changed, 1 insertions, 0 deletions
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": ".", |