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
2cc54f6e
Commit
2cc54f6e
authored
9 years ago
by
S. Li
Browse files
Options
Downloads
Patches
Plain Diff
fix buildinfo
parent
e9e9179d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/buildinfo/buildinfo.txt
+1
-110
1 addition, 110 deletions
public/buildinfo/buildinfo.txt
travis/setbuildinfo.js
+2
-1
2 additions, 1 deletion
travis/setbuildinfo.js
with
3 additions
and
111 deletions
public/buildinfo/buildinfo.txt
+
1
−
110
View file @
2cc54f6e
v0.6.3222
# Meteor packages used by this project, one per line.
#
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
accounts-facebook
accounts-github
accounts-google
accounts-meteor-developer
accounts-password
accounts-twitter
coffeescript
email
fastclick
http
jquery
less
reactive-dict
reactive-var
service-configuration
arunoda:streams
rocketchat:lib
rocketchat:autolinker
rocketchat:colors
rocketchat:custom-oauth
rocketchat:emojione
rocketchat:favico
rocketchat:file
rocketchat:gitlab
rocketchat:wordpress
rocketchat:highlight
rocketchat:ldap
rocketchat:logger
#rocketchat:markdown
rocketchat:me
rocketchat:mentions
rocketchat:message-star
rocketchat:oembed
rocketchat:slashcommands-invite
rocketchat:slashcommands-join
rocketchat:slashcommands-leave
rocketchat:spotify
rocketchat:statistics
rocketchat:webrtc
#rocketchat:chatops
#rocketchat:livechat
#rocketchat:hubot
#rocketchat:irc
konecty:change-case
konecty:delayed-task
konecty:mongo-counter
konecty:multiple-instances-status
konecty:nrr
konecty:user-presence
chrismbeckett:toastr
dispatch:run-as-user
francocatena:status
jalik:ufs
jalik:ufs-gridfs
jparker:gravatar
kadira:blaze-layout
kadira:flow-router
kevohagan:sweetalert
meteorhacks:kadira
mizzao:autocomplete
mizzao:timesync
momentjs:moment
monbro:mongodb-mapreduce-aggregation
mrt:reactive-store
mystor:device-detection
nimble:restivus
nooitaf:colors
pauli:accounts-linkedin
percolate:migrations
percolate:synced-cron
raix:handlebar-helpers
raix:push@2.6.13-rc.1
raix:ui-dropped-event
steffo:meteor-accounts-saml
tap:i18n
tmeasday:crypto-md5
tmeasday:errors
todda00:friendly-slugs
underscorestring:underscore.string
yasaricli:slugify
yasinuslu:blaze-meta
rocketchat:authorization
perak:codemirror
standard-minifiers
meteor-base
mobile-experience
mongo
blaze-html-templates
session
tracker
logging
reload
random
ejson
spacebars
check
rocketchat:github-enterprise
rocketchat:chatops
# sanjo:jasmine@0.20.2
# velocity:html-reporter
v0.6.dev
This diff is collapsed.
Click to expand it.
travis/setbuildinfo.js
+
2
−
1
View file @
2cc54f6e
...
...
@@ -37,7 +37,8 @@ if (process.env.TRAVIS_JOB_ID) {
mkdirp
.
sync
(
BUILD_PATH
);
fs
.
writeFileSync
(
BUILD_PATH
+
"
/version.txt
"
,
verinfo
);
fs
.
writeFileSync
(
BUILD_INFO_PATH
,
content
);
console
.
log
(
'
Version is
'
+
verinfo
);
});
}
\ No newline at end of file
}
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