File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Expand file tree Collapse file tree 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
43description : |
54 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
811
912apps :
1013 slcli :
@@ -17,11 +20,14 @@ apps:
1720 - network-bind
1821
1922parts :
20- my-part :
23+ slcli :
2124 source : https://github.com/softlayer/softlayer-python
2225 source-type : git
2326 plugin : python
2427 python-version : python3
28+ override-pull : |
29+ snapcraftctl pull
30+ snapcraftctl set-version "$(git describe --tags | sed 's/^v//')"
2531
2632 build-packages :
2733 - python3
You can’t perform that action at this time.
0 commit comments