From a751f0a51fe5abe73de3a9700b77726c6cb13a1a Mon Sep 17 00:00:00 2001 From: Charles Oliveira <18oliveira.charles@gmail.com> Date: Thu, 14 Aug 2014 09:45:42 -0300 Subject: [PATCH] Added verbose when installing gems --- scripts/gitlab.sh | 2 +- scripts/redmine.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/gitlab.sh b/scripts/gitlab.sh index b518e0c..08258b0 100755 --- a/scripts/gitlab.sh +++ b/scripts/gitlab.sh @@ -84,7 +84,7 @@ sudo -u git echo "production: # Baixando as dependencias, criando o banco, instalando de fato sudo su - git -c 'cd /home/git/gitlab && bundle config build.pg' sudo su - git -c 'cd /home/git/gitlab && bundle config build.nokogiri --use-system-libraries' -sudo su - git -c 'cd /home/git/gitlab && bundle install --deployment --without development test mysql aws' +sudo su - git -c 'cd /home/git/gitlab && bundle install --verbose --deployment --without development test mysql aws' sudo su - git -c 'cd /home/git/gitlab && echo yes | bundle exec rake db:create db:migrate RAILS_ENV=production' sudo su - git -c 'cd /home/git/gitlab && echo yes | bundle exec rake gitlab:setup RAILS_ENV=production' sudo su - git -c 'cd /home/git/gitlab bundle exec rake assets:precompile RAILS_ENV=production' diff --git a/scripts/redmine.sh b/scripts/redmine.sh index f33f7ce..96dbc0b 100755 --- a/scripts/redmine.sh +++ b/scripts/redmine.sh @@ -31,7 +31,7 @@ cd /opt git clone https://github.com/redmine/redmine.git --branch 2.3-stable cd /opt/redmine -bundle install --without mysql sqlite +bundle install --verbose --without mysql sqlite gem install unicorn --no-ri --no-rdoc gem install pg -v '0.17.1' --no-ri --no-rdoc @@ -69,12 +69,12 @@ git checkout v1.0.6 RAILS_ENV=production export RAILS_ENV -bundle install +bundle install --verbose gem uninstall rack -v '1.5.2' cd /opt/redmine -bundle install --without mysql sqlite +bundle install --verbose --without mysql sqlite bundle exec rake db:migrate bundle exec rake redmine:backlogs:install story_trackers=2 task_tracker=1 -- libgit2 0.21.2