File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 11name : certbot-nginx-unit
22summary : 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.
47confinement : strict
58grade : stable
69base : core20
710adopt-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
915architectures :
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
3339slots :
3440 certbot :
You can’t perform that action at this time.
0 commit comments