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-04-23 21:10:05 +0300
committerErica Portnoy <ebportnoy@gmail.com>2020-04-23 21:10:05 +0300
commit8298490b74727e5994fe533ef407154d824ed82b (patch)
tree974f9814fa888ff4403a5fe7be99ea69f27b5655
parent191d783e1296c57cef50c2e987e94e984a8e22b6 (diff)
Deprecate certbot-auto on Gentoo, FreeBSD, and macOStest-dep-some-oses
-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