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:
authorBrad Warren <bmw@users.noreply.github.com>2020-10-31 00:12:57 +0300
committerGitHub <noreply@github.com>2020-10-31 00:12:57 +0300
commite570e8ad3230ed5ce24191cde9bbbc6d2a54b630 (patch)
treeccae32f97c157e61d9f9841ef75282e38817187f /.gitignore
parentdf138d0027f7ab4a7d510d3c6af1f93d605eef6b (diff)
Generate plugin snap configs as needed (#8411)
While reviewing https://github.com/certbot/certbot/pull/8404, it occurred to me that we're keeping both the generated files and the script used to generate them in `git`. Keeping both around seems unnecessary and is almost asking for the files to get out of sync at some point in the future. I fixed that by removing the files, adding them to `.gitignore`, and updating `build_remote.py` to generate them as needed. * Remove generated files. * Add generated files to gitignore. * Reuse generate_dnsplugins_all.sh in build_remote
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 85c17de92..5169defd6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,3 +64,4 @@ certbot-dns*/certbot-dns*_amd64*.txt
certbot-dns*/certbot-dns*_arm*.txt
/certbot_amd64*.txt
/certbot_arm*.txt
+certbot-dns*/snap