You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2012/10/07 10:53:31 UTC

svn commit: r1395251 - /buildr/trunk/.rvmrc

Author: donaldp
Date: Sun Oct  7 08:53:31 2012
New Revision: 1395251

URL: http://svn.apache.org/viewvc?rev=1395251&view=rev
Log:
Simplify the output for bundle

Modified:
    buildr/trunk/.rvmrc

Modified: buildr/trunk/.rvmrc
URL: http://svn.apache.org/viewvc/buildr/trunk/.rvmrc?rev=1395251&r1=1395250&r2=1395251&view=diff
==============================================================================
--- buildr/trunk/.rvmrc (original)
+++ buildr/trunk/.rvmrc Sun Oct  7 08:53:31 2012
@@ -34,5 +34,5 @@ if [ -f Gemfile ]; then
     rvm "${BUILDR_RUBY_VERSION}@${BUILDR_GEMSET}" exec gem install bundler
   fi
   rm -f Gemfile.lock
-  rvm "${BUILDR_RUBY_VERSION}@${BUILDR_GEMSET}" exec bundle install --no-binstubs
+  rvm "${BUILDR_RUBY_VERSION}@${BUILDR_GEMSET}" exec bundle install --no-binstubs  | grep -v 'Using' | grep -v 'complete' | sed '/^$/d'
 fi