Added debug to build scripts

pull/4802/merge
Gabriel Engel 9 years ago
parent ed567053c4
commit acf9cba69f
No known key found for this signature in database
GPG Key ID: A9FF0AD7DEE40258
  1. 2
      .meteor/versions
  2. 1
      .sandstorm/build.sh
  3. 4
      example-build.sh
  4. 4
      install.sh
  5. 2
      packages/rocketchat-cas/.npm/package/npm-shrinkwrap.json
  6. 2
      packages/rocketchat-livechat/app/.meteor/versions

@ -11,7 +11,7 @@ aldeed:simple-schema@1.5.3
allow-deny@1.0.5
autoupdate@1.2.11
babel-compiler@6.13.0
babel-runtime@0.1.12
babel-runtime@0.1.13
base64@1.0.10
binary-heap@1.0.10
blaze@2.1.9

@ -4,6 +4,7 @@ set -euvo pipefail
# Make meteor bundle
export NODE_ENV=production
sudo chown vagrant:vagrant /home/vagrant -R
cd /opt/app
meteor npm install --production
meteor build --directory /home/vagrant/

@ -1,4 +1,6 @@
#!/usr/bin/env bash
#!/bin/bash
set -x
set -euvo pipefail
export METEOR_SETTINGS=$(cat settings.json)
export NODE_ENV=production

@ -1,4 +1,6 @@
#!/usr/bin/env bash
#!/bin/bash
set -x
set -euvo pipefail
ROOTPATH=/var/www/rocket.chat
PM2FILE=pm2.json

@ -8,7 +8,7 @@
"cas": {
"version": "0.0.5",
"resolved": "git+https://github.com/kcbanner/node-cas.git#fcd27dad333223b3b75a048bce27973fb3ca0f62",
"from": "git+https://github.com/kcbanner/node-cas.git#fcd27dad333223b3b75a048bce27973fb3ca0f62"
"from": "cas@git+https://github.com/kcbanner/node-cas#fcd27dad333223b3b75a048bce27973fb3ca0f62"
},
"cheerio": {
"version": "0.19.0",

@ -3,7 +3,7 @@ accounts-password@1.3.1
aldeed:simple-schema@1.5.3
allow-deny@1.0.5
babel-compiler@6.13.0
babel-runtime@0.1.12
babel-runtime@0.1.13
base64@1.0.10
binary-heap@1.0.10
blaze@2.1.9

Loading…
Cancel
Save