summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorOndrej Kubik <ondrej.kubik@canonical.com>2018-02-08 11:03:58 +0000
committerOndrej Kubik <ondrej.kubik@canonical.com>2018-02-08 11:03:58 +0000
commit3cb356eb1d0ccddf941b7daa6cbd319c273ed5b7 (patch)
tree606cf770c1a6e9ec6bc3624b97ba667a65f4c48b /snapcraft.yaml
parentb3d31588634b3ff01b113579a7a715f1f9f2f234 (diff)
downloadwekan-3cb356eb1d0ccddf941b7daa6cbd319c273ed5b7.tar.gz
wekan-3cb356eb1d0ccddf941b7daa6cbd319c273ed5b7.tar.bz2
wekan-3cb356eb1d0ccddf941b7daa6cbd319c273ed5b7.zip
Fixing snap store rejection
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index ece489de..1a85f682 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -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