mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
remove all cloudxns-related code (#9361)
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ export GPG_TTY=$(tty)
|
||||
PORT=${PORT:-1234}
|
||||
|
||||
# subpackages to be released (the way the script thinks about them)
|
||||
SUBPKGS_NO_CERTBOT="acme certbot-apache certbot-nginx certbot-dns-cloudflare certbot-dns-cloudxns \
|
||||
SUBPKGS_NO_CERTBOT="acme certbot-apache certbot-nginx certbot-dns-cloudflare \
|
||||
certbot-dns-digitalocean certbot-dns-dnsimple certbot-dns-dnsmadeeasy \
|
||||
certbot-dns-gehirn certbot-dns-google certbot-dns-linode certbot-dns-luadns \
|
||||
certbot-dns-nsone certbot-dns-ovh certbot-dns-rfc2136 certbot-dns-route53 \
|
||||
|
||||
@@ -20,7 +20,6 @@ export CERTBOT_PLUGINS=(
|
||||
"dns-dnsimple"
|
||||
"dns-ovh"
|
||||
"dns-cloudflare"
|
||||
"dns-cloudxns"
|
||||
"dns-digitalocean"
|
||||
"dns-google"
|
||||
"dns-luadns"
|
||||
|
||||
@@ -15,7 +15,6 @@ python = "^3.7"
|
||||
certbot-ci = {path = "../../../certbot-ci"}
|
||||
certbot-compatibility-test = {path = "../../../certbot-compatibility-test"}
|
||||
certbot-dns-cloudflare = {path = "../../../certbot-dns-cloudflare", extras = ["docs"]}
|
||||
certbot-dns-cloudxns = {path = "../../../certbot-dns-cloudxns", extras = ["docs"]}
|
||||
certbot-dns-digitalocean = {path = "../../../certbot-dns-digitalocean", extras = ["docs"]}
|
||||
certbot-dns-dnsimple = {path = "../../../certbot-dns-dnsimple", extras = ["docs"]}
|
||||
certbot-dns-dnsmadeeasy = {path = "../../../certbot-dns-dnsmadeeasy", extras = ["docs"]}
|
||||
|
||||
@@ -18,7 +18,6 @@ python = "3.7"
|
||||
# on acme so certbot must be listed before acme.
|
||||
certbot-ci = {path = "../../../certbot-ci"}
|
||||
certbot-dns-cloudflare = {path = "../../../certbot-dns-cloudflare"}
|
||||
certbot-dns-cloudxns = {path = "../../../certbot-dns-cloudxns"}
|
||||
certbot-dns-digitalocean = {path = "../../../certbot-dns-digitalocean"}
|
||||
certbot-dns-dnsimple = {path = "../../../certbot-dns-dnsimple"}
|
||||
certbot-dns-dnsmadeeasy = {path = "../../../certbot-dns-dnsmadeeasy"}
|
||||
|
||||
@@ -27,7 +27,6 @@ REQUIREMENTS = [
|
||||
'-e certbot[all]',
|
||||
'-e certbot-apache',
|
||||
'-e certbot-dns-cloudflare',
|
||||
'-e certbot-dns-cloudxns',
|
||||
'-e certbot-dns-digitalocean',
|
||||
'-e certbot-dns-dnsimple',
|
||||
'-e certbot-dns-dnsmadeeasy',
|
||||
|
||||
Reference in New Issue
Block a user