Disable certbot-auto upgrade on RHEL-like systems (#8653)

Fixes #8637

* Disable upgrade for RHEL-like systems

* Remove letstest on Amazon Linux

* Update changelog
This commit is contained in:
Adrien Ferrand
2021-02-10 15:17:51 -08:00
committed by GitHub
parent cf062f4c6d
commit c59775c3c0
5 changed files with 4 additions and 8 deletions
+1
View File
@@ -806,6 +806,7 @@ elif [ -f /etc/mageia-release ]; then
NO_SELF_UPGRADE=1
elif [ -f /etc/redhat-release ]; then
DEPRECATED_OS=1
NO_SELF_UPGRADE=1
# Run DeterminePythonVersion to decide on the basis of available Python versions
# whether to use 2.x or 3.x on RedHat-like systems.
# Then, revert LE_PYTHON to its previous state.
@@ -328,6 +328,7 @@ elif [ -f /etc/mageia-release ]; then
NO_SELF_UPGRADE=1
elif [ -f /etc/redhat-release ]; then
DEPRECATED_OS=1
NO_SELF_UPGRADE=1
# Run DeterminePythonVersion to decide on the basis of available Python versions
# whether to use 2.x or 3.x on RedHat-like systems.
# Then, revert LE_PYTHON to its previous state.