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/snap
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2020-06-24 00:16:41 +0300
committerGitHub <noreply@github.com>2020-06-24 00:16:41 +0300
commit802743062549a4174aee6b2e8dc4101a1675cccf (patch)
tree58c2e5fc7de180b8d9c51c1b4fd1c1f6cc837b6f /snap
parentbce14ae65f35ac54650e9f069863b6b8cc41e1f5 (diff)
Correct plugin constraints. (#8104)
Diffstat (limited to 'snap')
-rw-r--r--snap/local/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/local/README.md b/snap/local/README.md
index 43da27241..a631decb8 100644
--- a/snap/local/README.md
+++ b/snap/local/README.md
@@ -75,7 +75,7 @@ These are the steps to build and install the snaps. If you have run these steps
1. Run `snapcraft --use-lxd`.
2. Install the generated snap with `sudo snap install --dangerous --classic certbot_*_amd64.snap`. You can transfer the snap to a different machine to run it there instead if you prefer.
- 3. Run `tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt > certbot-dns-dnsimple/snap-constraints.txt` (this is a workaround for https://github.com/certbot/certbot/issues/8100).
+ 3. Run `tools/merge_requirements.py tools/dev_constraints.txt <(tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt) > certbot-dns-dnsimple/snap-constraints.txt` (this is a workaround for https://github.com/certbot/certbot/issues/8100).
4. `cd certbot-dns-dnsimple`
5. `snapcraft --use-lxd`
6. Run `sudo snap set certbot trust-plugin-with-root=ok`.