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:
authorohemorange <ebportnoy@gmail.com>2020-06-23 19:31:08 +0300
committerGitHub <noreply@github.com>2020-06-23 19:31:08 +0300
commitbce14ae65f35ac54650e9f069863b6b8cc41e1f5 (patch)
treeee01912dc272097c19f5849131e8c9f33a6ecf47 /certbot-dns-cloudxns
parent25d1977d4f4ab430480576bca547db4cf802cfbf (diff)
Make DNS plugin snaps use core20 (#8106)
Fixes #8103. * Update the DNS plugin generator script to core20 syntax * Generate new snapcraft.yamls for the DNS plugins * Update certbot.wrapper to search for python3.8 paths
Diffstat (limited to 'certbot-dns-cloudxns')
-rw-r--r--certbot-dns-cloudxns/snap/snapcraft.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/certbot-dns-cloudxns/snap/snapcraft.yaml b/certbot-dns-cloudxns/snap/snapcraft.yaml
index 2deb1b001..fb60590eb 100644
--- a/certbot-dns-cloudxns/snap/snapcraft.yaml
+++ b/certbot-dns-cloudxns/snap/snapcraft.yaml
@@ -3,7 +3,7 @@ summary: CloudXNS DNS Authenticator plugin for Certbot
description: CloudXNS DNS Authenticator plugin for Certbot
confinement: strict
grade: devel
-base: core18
+base: core20
adopt-info: certbot-dns-cloudxns
parts:
@@ -11,7 +11,6 @@ parts:
plugin: python
source: .
constraints: [$SNAPCRAFT_PART_SRC/snap-constraints.txt]
- python-version: python3
override-pull: |
snapcraftctl pull
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
@@ -23,4 +22,4 @@ slots:
interface: content
content: certbot-1
read:
- - $SNAP/lib/python3.6/site-packages
+ - $SNAP/lib/python3.8/site-packages