mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 12:02:03 +02:00
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
26 lines
679 B
YAML
26 lines
679 B
YAML
name: certbot-dns-rfc2136
|
|
summary: RFC 2136 DNS Authenticator plugin for Certbot
|
|
description: RFC 2136 DNS Authenticator plugin for Certbot
|
|
confinement: strict
|
|
grade: devel
|
|
base: core20
|
|
adopt-info: certbot-dns-rfc2136
|
|
|
|
parts:
|
|
certbot-dns-rfc2136:
|
|
plugin: python
|
|
source: .
|
|
constraints: [$SNAPCRAFT_PART_SRC/snap-constraints.txt]
|
|
override-pull: |
|
|
snapcraftctl pull
|
|
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
|
|
build-environment:
|
|
- EXCLUDE_CERTBOT_DEPS: "True"
|
|
|
|
slots:
|
|
certbot:
|
|
interface: content
|
|
content: certbot-1
|
|
read:
|
|
- $SNAP/lib/python3.8/site-packages
|