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:
Diffstat (limited to 'certbot-dns-dnsmadeeasy/snap/snapcraft.yaml')
-rw-r--r--certbot-dns-dnsmadeeasy/snap/snapcraft.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/certbot-dns-dnsmadeeasy/snap/snapcraft.yaml b/certbot-dns-dnsmadeeasy/snap/snapcraft.yaml
index da6ba93be..565cabe0d 100644
--- a/certbot-dns-dnsmadeeasy/snap/snapcraft.yaml
+++ b/certbot-dns-dnsmadeeasy/snap/snapcraft.yaml
@@ -1,3 +1,4 @@
+# This file is generated by tools/generate_dnsplugins_snapcraft.sh and should not be edited manually.
name: certbot-dns-dnsmadeeasy
summary: DNS Made Easy DNS Authenticator plugin for Certbot
description: DNS Made Easy DNS Authenticator plugin for Certbot
@@ -16,6 +17,13 @@ parts:
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
build-environment:
- EXCLUDE_CERTBOT_DEPS: "True"
+ certbot-metadata:
+ plugin: dump
+ source: .
+ stage: [setup.py, certbot-shared]
+ override-pull: |
+ snapcraftctl pull
+ mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
slots:
certbot:
@@ -23,3 +31,9 @@ slots:
content: certbot-1
read:
- $SNAP/lib/python3.8/site-packages
+
+plugs:
+ certbot-metadata:
+ interface: content
+ content: metadata-1
+ target: $SNAP/certbot-shared