Fix snap version-control script for local lxd builds.
This commit is contained in:
parent
f23a2ecec3
commit
4e83ea7f9a
|
@ -1,7 +1,7 @@
|
||||||
name: barrier-kvm # the Barrier Snappy for Linux / not tested on MAC yet
|
name: barrier-kvm # the Barrier Snappy for Linux / not tested on MAC yet
|
||||||
base: core18
|
base: core18
|
||||||
version: master
|
version: master
|
||||||
version-script: git -C parts/barrier/src/ describe --tags --long | sed "s/^v//"
|
version-script: git describe --tags --long | sed "s/^v//"
|
||||||
adopt-info: appstream-flathub
|
adopt-info: appstream-flathub
|
||||||
grade: stable # must be 'stable' to release into candidate/stable channels
|
grade: stable # must be 'stable' to release into candidate/stable channels
|
||||||
confinement: strict # use 'strict' once you have the right plugs and slots
|
confinement: strict # use 'strict' once you have the right plugs and slots
|
||||||
|
|
Loading…
Reference in New Issue