summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-10-22 11:49:22 +0200
committerRalph Boehme <slow@samba.org>2019-10-22 14:53:17 +0000
commit6a9041ba437464bbe32738ae807e4053c4a5f1ef (patch)
treebd9e148a1318afeab60da6dcda0e6cc414705d85 /script
parent1722e5fb1c3df34fd8eb3f7d215b6d9a913ee45f (diff)
downloadsamba-6a9041ba437464bbe32738ae807e4053c4a5f1ef.tar.gz
autobuild: rename samba-ad-member-* to samba-admem-*
Needed to come around MAX pathlen limit for UNIX domain socket triggered by the new samba-ad-member-mitkrb5 target added in samba-ad-member-mitkrb5. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Tue Oct 22 14:53:17 UTC 2019 on sn-devel-184
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index cc2b86181db..14a8b218dae 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -124,8 +124,8 @@ builddirs = {
"samba": ".",
"samba-nt4": ".",
"samba-fileserver": ".",
- "samba-ad-member": ".",
- "samba-ad-member-mitkrb5": ".",
+ "samba-admem": ".",
+ "samba-admem-mit": ".",
"samba-xc": ".",
"samba-o3": ".",
"samba-ctdb": ".",
@@ -305,7 +305,7 @@ tasks = {
("check-clean-tree", "script/clean-source-tree.sh"),
],
- "samba-ad-member": [
+ "samba-admem": [
("random-sleep", random_sleep(300, 900)),
("configure", "./configure.developer --with-selftest-prefix=./bin/ab" + samba_configure_params),
("make", "make -j"),
@@ -429,7 +429,7 @@ tasks = {
("check-clean-tree", "script/clean-source-tree.sh"),
],
- "samba-ad-member-mitkrb5": [
+ "samba-admem-mit": [
("random-sleep", random_sleep(300, 900)),
("configure", "./configure.developer --with-selftest-prefix=./bin/ab --with-system-mitkrb5 --with-experimental-mit-ad-dc" + samba_configure_params),
("make", "make -j"),