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.
2 parents a8f0915 + 8557daf commit 81f7029Copy full SHA for 81f7029
snap/snapcraft.yaml
@@ -1,6 +1,6 @@
1
name: ebuildtester
2
base: core20
3
-version: '0.1.31'
+adopt-info: ebuildtester
4
summary: Tool to test a Gentoo ebuild and its dependencies
5
description: |
6
This script is a tool to test a Gentoo ebuild and its dependencies. The
@@ -31,7 +31,10 @@ parts:
31
plugin: python
32
source: https://github.com/nicolasbock/ebuildtester.git
33
source-type: git
34
- source-tag: v0.1.31
+ source-branch: main
35
+ override-pull: |
36
+ snapcraftctl pull
37
+ snapcraftctl set-version "$(git describe)"
38
requirements:
39
- requirements.txt
40
docker-wrapper:
0 commit comments