summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-12-19 21:38:20 +0200
committerLauri Ojansivu <x@xet7.org>2017-12-19 21:38:20 +0200
commit74877fd10d083a5ebd19d17128d26306426f1204 (patch)
treea412ec7486b43733d04b8c34089140b3c40bfe54
parent4fad48e7ac6c13e109b0d0bcab8e42721db2ab46 (diff)
downloadwekan-74877fd10d083a5ebd19d17128d26306426f1204.tar.gz
wekan-74877fd10d083a5ebd19d17128d26306426f1204.tar.bz2
wekan-74877fd10d083a5ebd19d17128d26306426f1204.zip
Try to fix snap build.
-rw-r--r--snapcraft.yaml13
1 files changed, 8 insertions, 5 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 59e786d8..18e06e72 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -54,7 +54,7 @@ apps:
parts:
mongodb:
- source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.16.tgz
+ source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.18.tgz
plugin: dump
stage-packages: [libssl1.0.0]
filesets:
@@ -70,23 +70,26 @@ parts:
wekan:
source: .
plugin: nodejs
- node-engine: 4.8.4
+ node-engine: 4.8.6
node-packages:
+ - n
- npm@4.6.1
- node-gyp
- node-pre-gyp
- fibers@1.0.15
build-packages:
+ - ca-certificates
- python
- g++
- capnproto
- - nodejs
- - nodejs-legacy
+ - npm
- curl
prepare: |
echo "Cleaning environment first"
rm -rf ~/.meteor ~/.npm /usr/local/lib/node_modules
- echo "installing meteor first"
+ echo "Installing node"
+ n 4.8.6
+ echo "Installing meteor"
curl https://install.meteor.com/ -o install_meteor.sh
sed -i "s|RELEASE=.*|RELEASE=\"1.4.4.1\"|g" install_meteor.sh
chmod +x install_meteor.sh