mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Try to fix adopt-info.
https://forum.snapcraft.io/t/dirty-snap-release/12975/8 Thanks to ogra at Snapcraft forum.
This commit is contained in:
parent
8a74210c60
commit
be5f435bc5
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
name: wekan
|
name: wekan
|
||||||
version: 0
|
version: 0
|
||||||
adopt-info: snapcraftctl set-version $(git describe --dirty --tags | cut -c 2-)
|
adopt-info: mypart
|
||||||
summary: The Open-Source kanban
|
summary: The Open-Source kanban
|
||||||
description: |
|
description: |
|
||||||
Wekan is an open-source and collaborative kanban board application.
|
Wekan is an open-source and collaborative kanban board application.
|
||||||
|
|
@ -226,6 +226,11 @@ parts:
|
||||||
prime:
|
prime:
|
||||||
- -lib/node_modules/node-pre-gyp/node_modules/tar/lib/.unpack.js.swp
|
- -lib/node_modules/node-pre-gyp/node_modules/tar/lib/.unpack.js.swp
|
||||||
|
|
||||||
|
mypart:
|
||||||
|
override-build: |
|
||||||
|
snapcraftctl set-version "$(git describe --dirty --tags | cut -c 2-)"
|
||||||
|
snapcraftctl build
|
||||||
|
|
||||||
helpers:
|
helpers:
|
||||||
source: snap-src
|
source: snap-src
|
||||||
plugin: dump
|
plugin: dump
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue