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/01 02:39:18 UTC

svn commit: r1392146 - /buildr/trunk/ci.sh

Author: donaldp
Date: Mon Oct  1 00:39:18 2012
New Revision: 1392146

URL: http://svn.apache.org/viewvc?rev=1392146&view=rev
Log:
Add a future TODO

Modified:
    buildr/trunk/ci.sh

Modified: buildr/trunk/ci.sh
URL: http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1392146&r1=1392145&r2=1392146&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Mon Oct  1 00:39:18 2012
@@ -53,6 +53,10 @@ else
   export BUILDR_RUBY_VERSION=ruby-1.9.3-p0
 fi
 
+# Consider updating RVM to the latest version.
+# Get a lock on the directory prior to this action
+#rvm get stable --auto
+
 export BUILDR_GEMSET=$JOB_NAME
 
 rvm ${BUILDR_RUBY_VERSION} --force gemset delete ${BUILDR_GEMSET} 2>&1 > /dev/null