We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ce8b9 commit 2420815Copy full SHA for 2420815
snapcraft.yaml
@@ -15,14 +15,11 @@ parts:
15
certbot-nginx-unit:
16
plugin: python
17
source: .
18
- python-packages:
19
- - pip
20
- - setuptools
21
- - setuptools-scm
22
- - wheel
23
- override-pull: |
24
- snapcraftctl pull
25
- snapcraftctl set-version `python3 -m setuptools_scm`
+ override-build: |
+ snapcraftctl build
+ snapcraftctl set-version `grep " version =" $SNAPCRAFT_PART_BUILD/version.py | cut -f3 -d= | tr -d "'[:space:]"`
+ build-packages:
+ - git
26
build-environment:
27
- SNAP_BUILD: "True"
28
certbot-metadata:
0 commit comments