Merge branch 'kubiko-devel-fix' into devel

Fix snap store rejection. Thanks to kubiko !
Closes wekan/wekan-snap#20,
closes wekan/wekan-snap#28,
closes wekan/wekan-snap#27,
closes wekan/wekan-snap#24
This commit is contained in:
Lauri Ojansivu 2018-02-08 13:43:01 +02:00
commit 36a2aa355e
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
# Upcoming Wekan release
This release fixes the following bugs:
- [Fix Ubuntu snap build](https://github.com/wekan/wekan/pull/1469).
Thanks to GitHub user kubiko for contributions.
# v0.72 2018-02-07 Wekan release
This release fixes the following bugs:

View file

@ -76,9 +76,8 @@ parts:
- node-gyp
- node-pre-gyp
- fibers@2.0.0
stage-packages:
- ca-certificates
build-packages:
- ca-certificates
- apt-utils
- python
- g++
@ -118,6 +117,7 @@ parts:
install: |
cp -r .build/bundle/* $SNAPCRAFT_PART_INSTALL/
cp .build/bundle/.node_version.txt $SNAPCRAFT_PART_INSTALL/
rm $SNAPCRAFT_PART_INSTALL/lib/node_modules/wekan
organize:
README: README.wekan