mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
filtering out swap file created at build time, adding stage package
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
This commit is contained in:
parent
4b20102139
commit
1117d1c2ae
1 changed files with 4 additions and 0 deletions
|
|
@ -96,6 +96,8 @@ parts:
|
||||||
- npm
|
- npm
|
||||||
- curl
|
- curl
|
||||||
- execstack
|
- execstack
|
||||||
|
stage-packages:
|
||||||
|
- libfontconfig1
|
||||||
override-build: |
|
override-build: |
|
||||||
echo "Cleaning environment first"
|
echo "Cleaning environment first"
|
||||||
rm -rf ~/.meteor ~/.npm /usr/local/lib/node_modules
|
rm -rf ~/.meteor ~/.npm /usr/local/lib/node_modules
|
||||||
|
|
@ -153,6 +155,8 @@ parts:
|
||||||
execstack --clear-execstack $SNAPCRAFT_PART_INSTALL/programs/server/npm/node_modules/meteor/rajit_bootstrap3-datepicker/lib/bootstrap-datepicker/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
|
execstack --clear-execstack $SNAPCRAFT_PART_INSTALL/programs/server/npm/node_modules/meteor/rajit_bootstrap3-datepicker/lib/bootstrap-datepicker/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
|
||||||
organize:
|
organize:
|
||||||
README: README.wekan
|
README: README.wekan
|
||||||
|
prime:
|
||||||
|
- -lib/node_modules/node-pre-gyp/node_modules/tar/lib/.unpack.js.swp
|
||||||
|
|
||||||
helpers:
|
helpers:
|
||||||
source: snap-src
|
source: snap-src
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue