Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Add needed dependency for snaps #8389

Merged
merged 3 commits into from Oct 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
102 changes: 0 additions & 102 deletions .snapcraft/candidate/snapcraft.yaml

This file was deleted.

102 changes: 0 additions & 102 deletions .snapcraft/edge/snapcraft.yaml

This file was deleted.

13 changes: 3 additions & 10 deletions .snapcraft/stable/snapcraft.yaml → .snapcraft/snapcraft.yaml
Expand Up @@ -39,24 +39,17 @@ apps:
parts:
node:
plugin: nodejs
node-engine: 4.8.3
node-packages:
- promise
- fibers
- underscore
- source-map-support
- semver
node-engine: 4.8.4
build-packages:
# For fibers
- python
- build-essential
- nodejs
organize:
lib/node_modules: node_modules
rocketchat-server:
plugin: dump
prepare: cd programs/server; npm install
after: [node]
source: https://rocket.chat/releases/latest/download
source: https://rocket.chat/releases/#{RC_VERSION}/download
source-type: tar
stage-packages:
- graphicsmagick
Expand Down
2 changes: 1 addition & 1 deletion .travis/snap.sh
Expand Up @@ -38,7 +38,7 @@ GIT_SSH_COMMAND="ssh -i launchpadkey" git clone -b $CHANNEL git+ssh://rocket.cha

# Rarely will change, but just incase we copy it all
cp -r resources buildinfo launchpad/
sed s/#{RC_VERSION}/$RC_VERSION/ $CHANNEL/snapcraft.yaml > launchpad/snapcraft.yaml
sed s/#{RC_VERSION}/$RC_VERSION/ snapcraft.yaml > launchpad/snapcraft.yaml

cd launchpad
git add resources snapcraft.yaml buildinfo
Expand Down