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:
authorohemorange <ebportnoy@gmail.com>2020-04-23 22:49:35 +0300
committerGitHub <noreply@github.com>2020-04-23 22:49:35 +0300
commita06d5ac7a11cb17610389344b6ae8cc10a75a0ef (patch)
tree511a3fdace2a45851c385035b820afe522c160e3 /letsencrypt-auto-source
parent9d94c6c5ef8150fcd3c74319599f5106b9726c4c (diff)
Deprecate certbot-auto on Gentoo, macOS, and FreeBSD (#7926)
* Deprecate certbot-auto on Gentoo * Deprecate certbot-auto on macOS * Deprecate certbot-auto on FreeBSD * build le-auto * Update Changelog * Deprecate certbot-auto on Gentoo, FreeBSD, and macOS
Diffstat (limited to 'letsencrypt-auto-source')
-rwxr-xr-xletsencrypt-auto-source/letsencrypt-auto15
-rwxr-xr-xletsencrypt-auto-source/letsencrypt-auto.template15
2 files changed, 6 insertions, 24 deletions
diff --git a/letsencrypt-auto-source/letsencrypt-auto b/letsencrypt-auto-source/letsencrypt-auto
index ca0bda2d5..c43e6d6d8 100755
--- a/letsencrypt-auto-source/letsencrypt-auto
+++ b/letsencrypt-auto-source/letsencrypt-auto
@@ -910,20 +910,11 @@ elif [ -f /etc/manjaro-release ]; then
}
BOOTSTRAP_VERSION="BootstrapArchCommon $BOOTSTRAP_ARCH_COMMON_VERSION"
elif [ -f /etc/gentoo-release ]; then
- Bootstrap() {
- DeprecationBootstrap "Gentoo" BootstrapGentooCommon
- }
- BOOTSTRAP_VERSION="BootstrapGentooCommon $BOOTSTRAP_GENTOO_COMMON_VERSION"
+ DEPRECATED_OS=1
elif uname | grep -iq FreeBSD ; then
- Bootstrap() {
- DeprecationBootstrap "FreeBSD" BootstrapFreeBsd
- }
- BOOTSTRAP_VERSION="BootstrapFreeBsd $BOOTSTRAP_FREEBSD_VERSION"
+ DEPRECATED_OS=1
elif uname | grep -iq Darwin ; then
- Bootstrap() {
- DeprecationBootstrap "macOS" BootstrapMac
- }
- BOOTSTRAP_VERSION="BootstrapMac $BOOTSTRAP_MAC_VERSION"
+ DEPRECATED_OS=1
elif [ -f /etc/issue ] && grep -iq "Amazon Linux" /etc/issue ; then
Bootstrap() {
ExperimentalBootstrap "Amazon Linux" BootstrapRpmCommon
diff --git a/letsencrypt-auto-source/letsencrypt-auto.template b/letsencrypt-auto-source/letsencrypt-auto.template
index 53e57a498..da8fabfea 100755
--- a/letsencrypt-auto-source/letsencrypt-auto.template
+++ b/letsencrypt-auto-source/letsencrypt-auto.template
@@ -432,20 +432,11 @@ elif [ -f /etc/manjaro-release ]; then
}
BOOTSTRAP_VERSION="BootstrapArchCommon $BOOTSTRAP_ARCH_COMMON_VERSION"
elif [ -f /etc/gentoo-release ]; then
- Bootstrap() {
- DeprecationBootstrap "Gentoo" BootstrapGentooCommon
- }
- BOOTSTRAP_VERSION="BootstrapGentooCommon $BOOTSTRAP_GENTOO_COMMON_VERSION"
+ DEPRECATED_OS=1
elif uname | grep -iq FreeBSD ; then
- Bootstrap() {
- DeprecationBootstrap "FreeBSD" BootstrapFreeBsd
- }
- BOOTSTRAP_VERSION="BootstrapFreeBsd $BOOTSTRAP_FREEBSD_VERSION"
+ DEPRECATED_OS=1
elif uname | grep -iq Darwin ; then
- Bootstrap() {
- DeprecationBootstrap "macOS" BootstrapMac
- }
- BOOTSTRAP_VERSION="BootstrapMac $BOOTSTRAP_MAC_VERSION"
+ DEPRECATED_OS=1
elif [ -f /etc/issue ] && grep -iq "Amazon Linux" /etc/issue ; then
Bootstrap() {
ExperimentalBootstrap "Amazon Linux" BootstrapRpmCommon