Skip to content

Commit 81f7029

Browse files
authored
Merge pull request #171 from nicolasbock/snap
Update snap version from git
2 parents a8f0915 + 8557daf commit 81f7029

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

snap/snapcraft.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ebuildtester
22
base: core20
3-
version: '0.1.31'
3+
adopt-info: ebuildtester
44
summary: Tool to test a Gentoo ebuild and its dependencies
55
description: |
66
This script is a tool to test a Gentoo ebuild and its dependencies. The
@@ -31,7 +31,10 @@ parts:
3131
plugin: python
3232
source: https://github.com/nicolasbock/ebuildtester.git
3333
source-type: git
34-
source-tag: v0.1.31
34+
source-branch: main
35+
override-pull: |
36+
snapcraftctl pull
37+
snapcraftctl set-version "$(git describe)"
3538
requirements:
3639
- requirements.txt
3740
docker-wrapper:

0 commit comments

Comments
 (0)