summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-06-11 20:20:29 +0300
committerLauri Ojansivu <x@xet7.org>2019-06-11 20:20:29 +0300
commit017d2deeee986b52fb2d64ca2736bd2910bbba13 (patch)
tree761be27e7574a3a1775b4ae0816f50bfd23cae59
parente1e20275a673d3065c6cf239db8d2f1a505baa69 (diff)
downloadwekan-017d2deeee986b52fb2d64ca2736bd2910bbba13.tar.gz
wekan-017d2deeee986b52fb2d64ca2736bd2910bbba13.tar.bz2
wekan-017d2deeee986b52fb2d64ca2736bd2910bbba13.zip
Fix Snap build.
Thanks to xet7 !
-rw-r--r--CHANGELOG.md9
-rw-r--r--snapcraft.yaml2
2 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f30a14a..a4b43566 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# Upcoming Wekan release
+
+This release fixes the following bugs:
+
+- [Fix Snap build](https://github.com/wekan/wekan/commit/e1e20275a673d3065c6cf239db8d2f1a505baa69).
+ Thanks to xet7.
+
+Thanks to above GitHub users for their contributions and translators for their translations.
+
# v2.76 2019-06-11 Wekan release
This release adds the following new features:
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 5a1c6b9f..3cd3f3cf 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -213,6 +213,8 @@ parts:
cp .build/bundle/.node_version.txt $SNAPCRAFT_PART_INSTALL/
rm $SNAPCRAFT_PART_INSTALL/lib/node_modules/wekan
rm $SNAPCRAFT_PART_INSTALL/programs/server/npm/node_modules/meteor/rajit_bootstrap3-datepicker/lib/bootstrap-datepicker/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
+ rm $SNAPCRAFT_PART_INSTALL/lib/node_modules/node-pre-gyp/node_modules/tar/lib/.mkdir.js.swp
+ rm $SNAPCRAFT_PART_INSTALL/lib/node_modules/node-gyp/node_modules/tar/lib/.mkdir.js.swp
organize:
README: README.wekan
prime: