File tree 1 file changed +12
-6
lines changed
1 file changed +12
-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
3
- summary : Python based SoftLayer API Tool. # 79 char long summary
1
+ name : slcli
2
+ adopt-info : slcli
4
3
description : |
5
4
A command-line interface is also included and can be used to manage various SoftLayer products and services.
6
- grade : stable # must be 'stable' to release into candidate/stable channels
7
- confinement : strict # use 'strict' once you have the right plugs
5
+
6
+ license : MIT
7
+
8
+ base : core18
9
+ grade : stable
10
+ confinement : strict
8
11
9
12
apps :
10
13
slcli :
@@ -17,11 +20,14 @@ apps:
17
20
- network-bind
18
21
19
22
parts :
20
- my-part :
23
+ slcli :
21
24
source : https://github.com/softlayer/softlayer-python
22
25
source-type : git
23
26
plugin : python
24
27
python-version : python3
28
+ override-pull : |
29
+ snapcraftctl pull
30
+ snapcraftctl set-version "$(git describe --tags | sed 's/^v//')"
25
31
26
32
build-packages :
27
33
- python3
You can’t perform that action at this time.
0 commit comments