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:
authorErica Portnoy <ebportnoy@gmail.com>2020-07-14 03:58:00 +0300
committerErica Portnoy <ebportnoy@gmail.com>2020-07-14 03:58:00 +0300
commit1ffb867e30db33b60ed601640ab94ec6c1ffcc71 (patch)
treecb000afdbd06fc45c35f3a84367602242b2d8b90 /certbot-dns-dnsimple/snap/snapcraft.yaml
parent84b74d00ba368ff244958f8169b72a152e01fde4 (diff)
create empty directory to bind to
Diffstat (limited to 'certbot-dns-dnsimple/snap/snapcraft.yaml')
-rw-r--r--certbot-dns-dnsimple/snap/snapcraft.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/certbot-dns-dnsimple/snap/snapcraft.yaml b/certbot-dns-dnsimple/snap/snapcraft.yaml
index 5edcd6925..d95f749d7 100644
--- a/certbot-dns-dnsimple/snap/snapcraft.yaml
+++ b/certbot-dns-dnsimple/snap/snapcraft.yaml
@@ -13,6 +13,7 @@ parts:
constraints: [$SNAPCRAFT_PART_SRC/snap-constraints.txt]
override-pull: |
snapcraftctl pull
+ mkdir $SNAPCRAFT_PART_SRC/certbot-exec
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
build-environment:
- EXCLUDE_CERTBOT_DEPS: "True"
@@ -20,6 +21,10 @@ parts:
plugin: dump
source: .
stage: [setup.py]
+ shared:
+ plugin: dump
+ source: .
+ stage: [certbot-exec]
slots:
certbot: