Update from master 40/10840/2 sol006v331
authorbeierlm <mark.beierl@canonical.com>
Tue, 18 May 2021 17:36:04 +0000 (13:36 -0400)
committerbeierlm <mark.beierl@canonical.com>
Tue, 18 May 2021 18:21:26 +0000 (20:21 +0200)
Fixes creation of version number when in a branch

Change-Id: I0b6945dd526b820c99a4c0baa65e62ff3a214d60
Signed-off-by: beierlm <mark.beierl@canonical.com>
snap/snapcraft.yaml

index e131f3b..d950852 100644 (file)
@@ -16,7 +16,7 @@
 ##
 name: osmclient
 base: core18
-version: git
+adopt-info: client
 summary: A python client for orchestrating OSM
 description: |
   A python client for orchestrating Open Source Mano (OSM).
@@ -75,4 +75,5 @@ parts:
       $SNAPCRAFT_PART_INSTALL/usr/bin/pip3 install -r requirements.txt
       $SNAPCRAFT_PART_INSTALL/usr/bin/pip3 install .
       rm -rf .tox
+      snapcraftctl set-version $(git describe --match v* --tags --long --dirty)
       snapcraftctl build