You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/07/11 18:59:46 UTC

[beam] branch master updated: Remove deprecated unused option in seed job script (#22223)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new ca7b3b5e91c Remove deprecated unused option in seed job script (#22223)
ca7b3b5e91c is described below

commit ca7b3b5e91c881c9b435b6391da16177427865bb
Author: Yi Hu <hu...@gmail.com>
AuthorDate: Mon Jul 11 14:59:40 2022 -0400

    Remove deprecated unused option in seed job script (#22223)
---
 .test-infra/jenkins/committers_list_generator/main.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.test-infra/jenkins/committers_list_generator/main.py b/.test-infra/jenkins/committers_list_generator/main.py
index 3f8c645fcb9..a98d0885bdf 100644
--- a/.test-infra/jenkins/committers_list_generator/main.py
+++ b/.test-infra/jenkins/committers_list_generator/main.py
@@ -63,7 +63,6 @@ def get_committers_github_usernames(ldap_uris, cert_path):
     connection = None
     try:
         ldap.set_option(ldap.OPT_X_TLS_CACERTFILE, cert_path)
-        ldap.set_option(ldap.OPT_X_TLS, ldap.OPT_X_TLS_DEMAND)
         ldap.set_option(ldap.OPT_X_TLS_DEMAND, True)
         ldap.set_option(ldap.OPT_REFERRALS, 0)
         connection = ldap.initialize(ldap_uris)