From: Ralph Boehme Date: Tue, 22 Oct 2019 09:49:22 +0000 (+0200) Subject: autobuild: rename samba-ad-member-* to samba-admem-* X-Git-Tag: talloc-2.3.1~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a9041ba437464bbe32738ae807e4053c4a5f1ef;p=thirdparty%2Fsamba.git 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 Reviewed-by: Martin Schwenke Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Tue Oct 22 14:53:17 UTC 2019 on sn-devel-184 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66f92f4436a..c3b99db9952 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,7 +122,7 @@ samba-nopython-py2: samba-xc: extends: .shared_template -samba-ad-member: +samba-admem: extends: .shared_template samba-ad-dc-2: @@ -155,7 +155,7 @@ samba-ctdb: samba-ad-dc-ntvfs: extends: .shared_template -samba-ad-member-mitkrb5: +samba-admem-mit: extends: .shared_template samba-ad-dc-4-mitkrb5: @@ -214,8 +214,8 @@ pages: - samba-ad-dc-6 - samba-ad-dc-backup - samba-ad-dc-ntvfs - - samba-ad-member - - samba-ad-member-mitkrb5 + - samba-admem + - samba-admem-mit - samba-ctdb - samba-fileserver - samba-libs 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"),