From 03c450477b079ca833985a87d33fcd4e9450d0b9 Mon Sep 17 00:00:00 2001 From: Christopher Gallo Date: Tue, 13 Oct 2020 11:45:31 -0500 Subject: [PATCH] #1326 fixing up snapcraft file so it builds this time --- snap/snapcraft.yaml | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index d3bafdd57..593b92020 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,13 +1,12 @@ -name: slcli -adopt-info: slcli +name: slcli # check to see if it's available +version: 'git' # will be replaced by a `git describe` based version string +summary: Python based SoftLayer API Tool. description: | A command-line interface is also included and can be used to manage various SoftLayer products and services. - -license: MIT - -base: core18 -grade: stable +grade: stable confinement: strict +base: core18 +license: MIT apps: slcli: @@ -23,15 +22,11 @@ parts: slcli: source: https://github.com/softlayer/softlayer-python source-type: git - summary: A CLI tool to interact with the SoftLayer API. plugin: python python-version: python3 - override-pull: | - snapcraftctl pull - snapcraftctl set-version "$(git describe --tags | sed 's/^v//')" build-packages: - python3 stage-packages: - - python3 + - python3 \ No newline at end of file