Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
a6431bab
Commit
a6431bab
authored
7 years ago
by
Aaron Ogle
Browse files
Options
Downloads
Patches
Plain Diff
adjust snap build to install from package.json like it should have been
parent
bef62767
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.snapcraft/candidate/snapcraft.yaml
+3
-11
3 additions, 11 deletions
.snapcraft/candidate/snapcraft.yaml
.snapcraft/edge/snapcraft.yaml
+3
-11
3 additions, 11 deletions
.snapcraft/edge/snapcraft.yaml
.snapcraft/stable/snapcraft.yaml
+3
-11
3 additions, 11 deletions
.snapcraft/stable/snapcraft.yaml
with
9 additions
and
33 deletions
.snapcraft/candidate/snapcraft.yaml
+
3
−
11
View file @
a6431bab
...
...
@@ -39,25 +39,17 @@ apps:
parts
:
node
:
plugin
:
nodejs
node-engine
:
4.8.3
node-packages
:
-
meteor-promise
-
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/
release-candidate
/download
source
:
https://rocket.chat/releases/
#{RC_VERSION}
/download
source-type
:
tar
stage-packages
:
-
graphicsmagick
...
...
This diff is collapsed.
Click to expand it.
.snapcraft/edge/snapcraft.yaml
+
3
−
11
View file @
a6431bab
...
...
@@ -39,25 +39,17 @@ apps:
parts
:
node
:
plugin
:
nodejs
node-engine
:
4.8.3
node-packages
:
-
meteor-promise
-
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/
develop
/download
source
:
https://rocket.chat/releases/
#{RC_VERSION}
/download
source-type
:
tar
stage-packages
:
-
graphicsmagick
...
...
This diff is collapsed.
Click to expand it.
.snapcraft/stable/snapcraft.yaml
+
3
−
11
View file @
a6431bab
...
...
@@ -39,25 +39,17 @@ apps:
parts
:
node
:
plugin
:
nodejs
node-engine
:
4.8.3
node-packages
:
-
meteor-promise
-
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment