From: Jessica Wagantall Date: Mon, 23 Oct 2023 19:39:32 +0000 (-0700) Subject: Fix: Pin setuptools in jjb-deploy-job.sh X-Git-Tag: v0.89.1^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng%2Fglobal-jjb.git;a=commitdiff_plain;h=76aaece53118efec0bdcd003efb31f03d6286c92 Fix: Pin setuptools in jjb-deploy-job.sh This is in order to fix the OpenSSL issue: urllib3 v2.0 only supports OpenSSL 1.1.1+ Issue: RELENG-4952 Signed-off-by: Jessica Wagantall Change-Id: I389c29fab9f892950f424d92eff65b8900d3e6e8 --- diff --git a/shell/jjb-deploy-job.sh b/shell/jjb-deploy-job.sh index 08e64aa5..f62b7df0 100644 --- a/shell/jjb-deploy-job.sh +++ b/shell/jjb-deploy-job.sh @@ -20,7 +20,7 @@ set -uef -o pipefail source ~/lf-env.sh # Version controlled by JJB_VERSION -lf-activate-venv --python python3 --venv-file /tmp/.jjb_venv jenkins-job-builder +lf-activate-venv --python python3 --venv-file /tmp/.jjb_venv jenkins-job-builder setuptools==65.7.0 # Fetch patch if gerrit project matches the jjb-deploy project if [ "${GERRIT_PROJECT}" == "${PROJECT}" ]; then