File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed
Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 1- name : slcli # check to see if it's available
2- version : ' git ' # will be replaced by a `git describe` based version string
1+ name : slcli
2+ adopt-info : slcli
33summary : A CLI tool to interact with the SoftLayer API.
44description : |
55 A command-line interface is also included and can be used to manage various SoftLayer products and services.
6- grade : stable
7- confinement : strict
8- base : core18
6+
97license : MIT
108
9+ base : core18
10+ grade : stable
11+ confinement : strict
12+
1113apps :
1214 slcli :
1315 command : slcli
@@ -24,7 +26,12 @@ parts:
2426 source-type : git
2527 plugin : python
2628 python-version : python3
29+ override-pull : |
30+ snapcraftctl pull
31+ snapcraftctl set-version "$(git describe --tags | sed 's/^v//')"
32+
2733 build-packages :
28- - python3
34+ - python3
35+
2936 stage-packages :
3037 - python3
You can’t perform that action at this time.
0 commit comments