Skip to content

Commit 03c4504

Browse files
#1326 fixing up snapcraft file so it builds this time
1 parent 8cd344d commit 03c4504

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

snap/snapcraft.yaml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
name: slcli
2-
adopt-info: slcli
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.
34
description: |
45
A command-line interface is also included and can be used to manage various SoftLayer products and services.
5-
6-
license: MIT
7-
8-
base: core18
9-
grade: stable
6+
grade: stable
107
confinement: strict
8+
base: core18
9+
license: MIT
1110

1211
apps:
1312
slcli:
@@ -23,15 +22,11 @@ parts:
2322
slcli:
2423
source: https://github.com/softlayer/softlayer-python
2524
source-type: git
26-
summary: A CLI tool to interact with the SoftLayer API.
2725
plugin: python
2826
python-version: python3
29-
override-pull: |
30-
snapcraftctl pull
31-
snapcraftctl set-version "$(git describe --tags | sed 's/^v//')"
3227

3328
build-packages:
3429
- python3
3530

3631
stage-packages:
37-
- python3
32+
- python3

0 commit comments

Comments
 (0)