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/05 07:39:53 UTC

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

Author: donaldp
Date: Fri Oct  5 05:39:51 2012
New Revision: 1394366

URL: http://svn.apache.org/viewvc?rev=1394366&view=rev
Log:
Remove overrides for jobs that no longer exist

Modified:
    buildr/trunk/ci.sh

Modified: buildr/trunk/ci.sh
URL: http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1394366&r1=1394365&r2=1394366&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Fri Oct  5 05:39:51 2012
@@ -16,21 +16,6 @@ elif [ "X$JOB_NAME" == "XBuildr-website-
   export PATH=$PATH:/home/toulmean/prince/bin
 elif [ "X$JOB_NAME" == "XBuildr-omnibus-build" ]; then
   export BUILD_RAKE_TASK=all-in-one
-elif [ "X$JOB_NAME" == "XBuildr-ci-build-1.9" ]; then
-  export BUILD_RVM=1.9.2
-elif [ "X$JOB_NAME" == "XBuildr-ci-build-1.9.3" ]; then
-  export BUILD_RVM=1.9.3
-elif [ "X$JOB_NAME" == "XBuildr-ci-build-1.8" ]; then
-  export BUILD_RVM=1.8.7
-elif [ "X$JOB_NAME" == "XBuildr-ci-build-jruby-jdk1.5" ]; then
-  export BUILD_RVM=jruby
-  export BUILD_JVM=1.5
-elif [ "X$JOB_NAME" == "XBuildr-ci-build-jruby-jdk1.6" ]; then
-  export BUILD_RVM=jruby
-  export BUILD_JVM=1.6
-elif [ "X$JOB_NAME" == "XBuildr-ci-build-jruby-jdk1.7" ]; then
-  export BUILD_RVM=jruby
-  export BUILD_JVM=1.7
 fi
 
 # Select the JVM and default to 1.7 if not specified