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:
authorZach Shepherd <shepherdz@vmware.com>2017-05-12 03:42:09 +0300
committerZach Shepherd <shepherdz@vmware.com>2017-05-12 03:46:56 +0300
commitae34e156392a2f07a793ace10f579c0337cf0e82 (patch)
treec3c7f6adbd14ef67ada6f7a619fe0e17242caccd
parent421aaf655de2d03f27aa949bcb7f27e4b492a2a0 (diff)
Package certbot-dns-digitaloceanzjs-digitalocean-packaging
* Add DigitalOcean dependency hash * Add certbot-dns-digitalocean to the release script * Rebuild letsencrypt-auto
-rwxr-xr-xletsencrypt-auto-source/letsencrypt-auto2
-rw-r--r--letsencrypt-auto-source/pieces/dependency-requirements.txt2
-rwxr-xr-xtools/release.sh2
3 files changed, 5 insertions, 1 deletions
diff --git a/letsencrypt-auto-source/letsencrypt-auto b/letsencrypt-auto-source/letsencrypt-auto
index 40e693f89..bf69ff2ee 100755
--- a/letsencrypt-auto-source/letsencrypt-auto
+++ b/letsencrypt-auto-source/letsencrypt-auto
@@ -877,6 +877,8 @@ PyYAML==3.12 \
--hash=sha256:0c507b7f74b3d2dd4d1322ec8a94794927305ab4cebbe89cc47fe5e81541e6e8 \
--hash=sha256:b4c423ab23291d3945ac61346feeb9a0dc4184999ede5e7c43e1ffb975130ae6 \
--hash=sha256:5ac82e411044fb129bae5cfbeb3ba626acb2af31a8d17d175004b70862a741a7
+python-digitalocean==1.11 \
+ --hash=sha256:458e305bed02f887507d4801eb870bdb2d95b32a4fd0402209adcf2fc9072895
# Contains the requirements for the letsencrypt package.
#
diff --git a/letsencrypt-auto-source/pieces/dependency-requirements.txt b/letsencrypt-auto-source/pieces/dependency-requirements.txt
index 080a7611b..68668821c 100644
--- a/letsencrypt-auto-source/pieces/dependency-requirements.txt
+++ b/letsencrypt-auto-source/pieces/dependency-requirements.txt
@@ -188,3 +188,5 @@ PyYAML==3.12 \
--hash=sha256:0c507b7f74b3d2dd4d1322ec8a94794927305ab4cebbe89cc47fe5e81541e6e8 \
--hash=sha256:b4c423ab23291d3945ac61346feeb9a0dc4184999ede5e7c43e1ffb975130ae6 \
--hash=sha256:5ac82e411044fb129bae5cfbeb3ba626acb2af31a8d17d175004b70862a741a7
+python-digitalocean==1.11 \
+ --hash=sha256:458e305bed02f887507d4801eb870bdb2d95b32a4fd0402209adcf2fc9072895
diff --git a/tools/release.sh b/tools/release.sh
index 3c74cbc6c..26e3ec519 100755
--- a/tools/release.sh
+++ b/tools/release.sh
@@ -45,7 +45,7 @@ export GPG_TTY=$(tty)
PORT=${PORT:-1234}
# subpackages to be released
-SUBPKGS_NO_CERTBOT="acme certbot-apache certbot-dns-cloudflare certbot-nginx"
+SUBPKGS_NO_CERTBOT="acme certbot-apache certbot-dns-cloudflare certbot-dns-digitalocean certbot-nginx"
SUBPKGS="certbot $SUBPKGS_NO_CERTBOT"
subpkgs_modules="$(echo $SUBPKGS | sed s/-/_/g)"
# certbot_compatibility_test is not packaged because: