Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErica Portnoy <ebportnoy@gmail.com>2020-07-02 01:39:06 +0300
committerErica Portnoy <ebportnoy@gmail.com>2020-07-02 01:39:06 +0300
commit7a087479c2009c93516a4d3d63253f50b9a18bca (patch)
tree0d76cb44c1072f915a464139dd48bc117a94d7f3
parentcfe8913dad8b51f9821cbd56b3b8c7bfcc67d7a3 (diff)
Start upgrade test from a version that works on centos 8test-centos8-ami-tests
-rwxr-xr-xtests/letstest/scripts/test_leauto_upgrades.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/letstest/scripts/test_leauto_upgrades.sh b/tests/letstest/scripts/test_leauto_upgrades.sh
index fc7632793..40b70c342 100755
--- a/tests/letstest/scripts/test_leauto_upgrades.sh
+++ b/tests/letstest/scripts/test_leauto_upgrades.sh
@@ -23,8 +23,8 @@ if command -v python && [ $(python -V 2>&1 | cut -d" " -f 2 | cut -d. -f1,2 | se
INITIAL_VERSION="0.20.0"
RUN_RHEL6_TESTS=1
else
- # 0.37.x is the oldest version of letsencrypt-auto that works on RHEL 8.
- INITIAL_VERSION="0.37.1"
+ # 0.39.0 is the oldest version of letsencrypt-auto that works on CentOS 8.
+ INITIAL_VERSION="0.39.0"
fi
git checkout -f "v$INITIAL_VERSION" letsencrypt-auto