mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Trivially upgrade to core20?
This commit is contained in:
parent
3c4b922197
commit
2a18ae6d57
1 changed files with 3 additions and 3 deletions
|
|
@ -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: .
|
||||
|
|
|
|||
Loading…
Reference in a new issue