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
path: root/tools
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2016-04-14 03:42:19 +0300
committerBrad Warren <bmw@eff.org>2016-04-14 03:42:19 +0300
commit214343ed6aa9db12524a45df34f5a26b73abed67 (patch)
tree8f3948fc4396ba9a95bdd78c5f119706bc54b17f /tools
parent0ce45a77f940013b1fc3f4e83b0e29102a98e69f (diff)
rename letshelp-letsencrypt
Diffstat (limited to 'tools')
-rwxr-xr-xtools/_venv_common.sh4
-rwxr-xr-xtools/deps.sh4
-rwxr-xr-xtools/venv.sh8
3 files changed, 8 insertions, 8 deletions
diff --git a/tools/_venv_common.sh b/tools/_venv_common.sh
index d07f38ed8..a121af82d 100755
--- a/tools/_venv_common.sh
+++ b/tools/_venv_common.sh
@@ -3,8 +3,8 @@
VENV_NAME=${VENV_NAME:-venv}
# .egg-info directories tend to cause bizzaire problems (e.g. `pip -e
-# .` might unexpectedly install letshelp-letsencrypt only, in case
-# `python letshelp-letsencrypt/setup.py build` has been called
+# .` might unexpectedly install letshelp-certbot only, in case
+# `python letshelp-certbot/setup.py build` has been called
# earlier)
rm -rf *.egg-info
diff --git a/tools/deps.sh b/tools/deps.sh
index 6fb2bf63b..e12f201a5 100755
--- a/tools/deps.sh
+++ b/tools/deps.sh
@@ -2,9 +2,9 @@
#
# Find all Python imports.
#
-# ./tools/deps.sh letsencrypt
+# ./tools/deps.sh certbot
# ./tools/deps.sh acme
-# ./tools/deps.sh letsencrypt-apache
+# ./tools/deps.sh certbot-apache
# ...
#
# Manually compare the output with deps in setup.py.
diff --git a/tools/venv.sh b/tools/venv.sh
index 73c3bb110..82712d33e 100755
--- a/tools/venv.sh
+++ b/tools/venv.sh
@@ -6,7 +6,7 @@ export VENV_ARGS="--python python2"
./tools/_venv_common.sh \
-e acme[dev] \
-e .[dev,docs] \
- -e letsencrypt-apache \
- -e letsencrypt-nginx \
- -e letshelp-letsencrypt \
- -e letsencrypt-compatibility-test
+ -e certbot-apache \
+ -e certbot-nginx \
+ -e letshelp-certbot \
+ -e certbot-compatibility-test