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/09/24 13:22:55 UTC

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

Author: donaldp
Date: Mon Sep 24 11:22:54 2012
New Revision: 1389299

URL: http://svn.apache.org/viewvc?rev=1389299&view=rev
Log:
Rename build to match the naming convention of the other builds

Modified:
    buildr/trunk/ci.sh

Modified: buildr/trunk/ci.sh
URL: http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1389299&r1=1389298&r2=1389299&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Mon Sep 24 11:22:54 2012
@@ -42,7 +42,7 @@ elif [ "X$JOB_NAME" == "XBuildr-website-
   export PATH=$PATH:/home/toulmean/prince/bin
   source .rvmrc
   rvm "${BUILDR_RUBY_VERSION}@${BUILDR_GEMSET}" exec rake jekyll --trace 2>&1
-elif [ "X$JOB_NAME" == "XBuildr-omnibus" ]; then
+elif [ "X$JOB_NAME" == "XBuildr-omnibus-build" ]; then
   export BUILDR_RUBY_VERSION=ruby-1.9.2-p320
   export JAVA_HOME=/home/hudson/tools/java/latest1.7-64 ;
   source .rvmrc