Skip to content

Commit 706bc87

Browse files
committed
Update snapcraft config
1 parent 6ee11d7 commit 706bc87

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

snapcraft.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
name: certbot-nginx-unit
22
summary: Certbot plugin for Nginx Unit
3-
description: Certbot plugin for Nginx Unit
3+
description: |
4+
Certbot plugin provides HTTP challenge and installation of certificates.
5+
Support multi-domain and renew.
6+
See https://github.com/kea/certbot-nginx-unit for installation and usage instructions.
47
confinement: strict
58
grade: stable
69
base: core20
710
adopt-info: certbot-nginx-unit
11+
license: MIT
12+
website: https://github.com/kea/certbot-nginx-unit
13+
issues: https://github.com/kea/certbot-nginx-unit/issues
814

915
architectures:
1016
- build-on: amd64
@@ -16,19 +22,19 @@ parts:
1622
plugin: python
1723
source: .
1824
override-build: |
19-
snapcraftctl build
20-
snapcraftctl set-version `grep " version =" $SNAPCRAFT_PART_BUILD/version.py | cut -f3 -d= | tr -d "'[:space:]"`
25+
snapcraftctl build
26+
snapcraftctl set-version `grep " version =" $SNAPCRAFT_PART_BUILD/version.py | cut -f3 -d= | tr -d "'[:space:]"`
2127
build-packages:
2228
- git
2329
build-environment:
2430
- SNAP_BUILD: "True"
2531
certbot-metadata:
2632
plugin: dump
2733
source: .
28-
stage: [setup.py, certbot-shared]
34+
stage: [ setup.py, certbot-shared ]
2935
override-pull: |
30-
snapcraftctl pull
31-
mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
36+
snapcraftctl pull
37+
mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
3238
3339
slots:
3440
certbot:

0 commit comments

Comments
 (0)