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
39af2522
Commit
39af2522
authored
9 years ago
by
Gabriel Engel
Browse files
Options
Downloads
Patches
Plain Diff
jalik:ufs upgraded from 0.3.4 to 0.3.5
momentjs:moment upgraded from 2.10.6 to 2.11.0
parent
483b95bb
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.meteor/packages
+2
-2
2 additions, 2 deletions
.meteor/packages
.meteor/versions
+2
-2
2 additions, 2 deletions
.meteor/versions
.travis.yml
+2
-1
2 additions, 1 deletion
.travis.yml
Dockerfile
+0
-4
0 additions, 4 deletions
Dockerfile
example-build.sh
+1
-1
1 addition, 1 deletion
example-build.sh
with
7 additions
and
10 deletions
.meteor/packages
+
2
−
2
View file @
39af2522
...
...
@@ -52,6 +52,7 @@ rocketchat:github-enterprise
rocketchat:gitlab
rocketchat:highlight
rocketchat:ldap
rocketchat:livechat
rocketchat:logger
rocketchat:mailer
rocketchat:markdown
...
...
@@ -63,8 +64,8 @@ rocketchat:message-star
rocketchat:oembed
rocketchat:slashcommands-invite
rocketchat:slashcommands-join
rocketchat:slashcommands-leave
rocketchat:slashcommands-kick
rocketchat:slashcommands-leave
rocketchat:slashcommands-mute
rocketchat:spotify
rocketchat:statistics
...
...
@@ -84,7 +85,6 @@ rocketchat:wordpress
#rocketchat:chatops
#rocketchat:hubot
#rocketchat:irc
rocketchat:livechat
konecty:change-case
konecty:delayed-task
...
...
This diff is collapsed.
Click to expand it.
.meteor/versions
+
2
−
2
View file @
39af2522
...
...
@@ -52,7 +52,7 @@ htmljs@1.0.5
http@1.1.1
id-map@1.0.4
idorecall:email-normalize@1.0.0
jalik:ufs@0.3.
4
jalik:ufs@0.3.
5
jalik:ufs-gridfs@0.1.1
jparker:crypto-core@0.1.0
jparker:crypto-md5@0.1.1
...
...
@@ -86,7 +86,7 @@ mizzao:autocomplete@0.5.1
mizzao:timesync@0.3.4
mobile-experience@1.0.1
mobile-status-bar@1.0.6
momentjs:moment@2.1
0.6
momentjs:moment@2.1
1.0
monbro:mongodb-mapreduce-aggregation@1.0.1
mongo@1.1.3
mongo-id@1.0.1
...
...
This diff is collapsed.
Click to expand it.
.travis.yml
+
2
−
1
View file @
39af2522
...
...
@@ -2,8 +2,9 @@ sudo: required
language
:
node_js
branches
:
only
:
-
develop
-
master
-
develop
-
beta
-
"
/^v(
\\
d+
\\
.)?(
\\
d+
\\
.)?(
\\
*|
\\
d+)$/"
git
:
depth
:
1
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
0
−
4
View file @
39af2522
...
...
@@ -2,10 +2,6 @@ FROM node:0.10
MAINTAINER
buildmaster@rocket.chat
RUN
apt-get update
\
&&
apt-get
install
-y
graphicsmagick
\
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
groupadd
-r
rocketchat
\
&&
useradd
-r
-g
rocketchat rocketchat
\
&&
mkdir
/app
\
...
...
This diff is collapsed.
Click to expand it.
example-build.sh
+
1
−
1
View file @
39af2522
#!/bin/bash
export
METEOR_SETTINGS
=
$(
cat
settings.json
)
meteor add
rocketchat:livechat
rocketchat:hubot meteorhacks:kadira
meteor add rocketchat:hubot meteorhacks:kadira
meteor build
--server
https://demo.rocket.chat
--directory
/var/www/rocket.chat
cd
/var/www/rocket.chat/bundle/programs/server
npm
install
...
...
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