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:
authorohemorange <ebportnoy@gmail.com>2020-06-19 01:15:41 +0300
committerGitHub <noreply@github.com>2020-06-19 01:15:41 +0300
commitc5e5594ac3c36df33508923336fb3364643c2821 (patch)
tree6fe1ae2bad0209c955a3271f4ca2308a78925f63 /snap
parentad8ffc1bf001227b609bf246c48f9b9fabeca6f1 (diff)
Switch to using snap-constraints in dns plugin so the .gitignore catches it. (#8092)
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 d3ce1dcd4..ea509b229 100644
--- a/snap/local/README.md
+++ b/snap/local/README.md
@@ -76,7 +76,7 @@ These are the steps to build and install the snaps. If you have run these steps
1. Run `tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt | grep -v python-augeas > snap-constraints.txt` (this is a workaround for https://github.com/certbot/certbot/issues/7957).
2. Run `snapcraft --use-lxd`.
3. 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.
- 4. Run `tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt > certbot-dns-dnsimple/constraints.txt`.
+ 4. Run `tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt > certbot-dns-dnsimple/snap-constraints.txt`.
5. `cd certbot-dns-dnsimple`
6. `snapcraft --use-lxd`
7. Run `sudo snap set certbot trust-plugin-with-root=ok`.