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:
authorBrad Warren <bmw@eff.org>2020-05-19 22:06:47 +0300
committerBrad Warren <bmw@eff.org>2020-06-18 02:52:17 +0300
commit2a18ae6d578cf756613bf5fd4aa0f0f530dfe470 (patch)
tree5064ce1c8f67d373d11703c1f2935f4f0b1287cd /snap
parent3c4b922197b02e6e8c3739c8c9b9040dcd13a3bd (diff)
Trivially upgrade to core20?
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 88833bce2..fec0a044d 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -15,7 +15,7 @@ description: |
- Help you revoke the certificate if that ever becomes necessary.
confinement: classic
grade: devel
-base: core18
+base: core20
adopt-info: certbot
apps:
@@ -62,7 +62,7 @@ parts:
snapcraftctl set-version `cd $SNAPCRAFT_PART_SRC && git describe|sed s/^v//`
# Workaround for lack of site-packages leading to empty sitecustomize.py
stage:
- - -usr/lib/python3.6/sitecustomize.py
+ - -usr/lib/python3.8/sitecustomize.py
certbot-apache:
plugin: python
source: .
@@ -73,7 +73,7 @@ parts:
stage-packages: [libaugeas0]
stage:
# Prefer cffi
- - -lib/python3.6/site-packages/augeas.py
+ - -lib/python3.8/site-packages/augeas.py
certbot-nginx:
plugin: python
source: .