summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2021-08-03 13:20:40 +0200
committerAndrew Bartlett <abartlet@samba.org>2021-08-03 20:35:49 +0000
commit000f389d09ec9e9906d5e2a0aa317c471c5f5b96 (patch)
tree4c79cdefe29903e4007a41c10269bd4cb30d2567 /script
parentaab5cc95e224fef0efafeb1c37a4eb414aee65a0 (diff)
downloadsamba-000f389d09ec9e9906d5e2a0aa317c471c5f5b96.tar.gz
gitlab: Use shorter names for Samba AD DC env with MIT KRB5
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14779 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Aug 3 20:35:49 UTC 2021 on sn-devel-184
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 7ec3073f67e..efecaf41d74 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -659,7 +659,7 @@ tasks = {
],
},
- "samba-ad-dc-1-mitkrb5": {
+ "samba-addc-mit-1": {
"dependency": "samba-mit-build",
"sequence": [
("random-sleep", random_sleep(1, 1)),
@@ -675,7 +675,7 @@ tasks = {
],
},
- "samba-ad-dc-4a-mitkrb5": {
+ "samba-addc-mit-4a": {
"dependency": "samba-mit-build",
"sequence": [
("random-sleep", random_sleep(1, 1)),
@@ -688,7 +688,7 @@ tasks = {
("check-clean-tree", CLEAN_SOURCE_TREE_CMD),
],
},
- "samba-ad-dc-4b-mitkrb5": {
+ "samba-addc-mit-4b": {
"dependency": "samba-mit-build",
"sequence": [
("random-sleep", random_sleep(1, 1)),