<autobuild>
    <configuration>

        <environment name="LD_LIBRARY_PATH" value="/home/autobuild/autobuild-ruby/lib:/usr/local/lib" />
        <environment name="PATH" value="/home/autobuild-ruby/bin:/usr/local/bin" type="prefix" />
        <variable name="root"         value="/home/autobuild/autobuild-ruby" />
        <variable name="project_root" value="ruby" />
        <variable name="log_file" value="build.txt" />
        <variable name="log_root" value="/usr/local/sites/rubystuff.org/html/auto_compile_logs/ruby" />
        <variable name="configs"  value="Ruby HEAD" />

    </configuration>

    <command name="status"            options="on" />
    <command name="file_manipulation" options="type=mustnotexist file=.disable" />
    <command name="file_manipulation" options="type=create file=.disable output='RUNNING'" />
    <command name="log"               options="on" />

    <!-- command name="cvs"               options="-q -z3 checkout -P ruby" / -->
    <command name="shell"             options="svn co http://svn.ruby-lang.org/repos/ruby/trunk ruby" />

    <command name="print_os_version" />
    <command name="check_compiler" options="gcc" />

    <command name="shell"             options="cd ruby && autoconf" />
    <command name="shell"             options="cd ruby && ./configure --prefix=/home/autobuild/autobuild-ruby" />

    <command name="print_status"      options="Compile" />
    <command name="make"              options="clean" />
    <command name="make"              options="" />

    <command name="print_status"      options="Test" />
    <!-- command name="anonymous_shell"   options="cd ruby && ./ruby -I lib rubytest.rb" / -->
    <!-- command name="anonymous_shell"   options="cd ruby && ./ruby -I lib test/runner.rb -\-basedir=test -\-runner=console" / -->
    <command name="anonymous_shell"   options="make -C ruby -k check TESTS=-v" />

    <command name="print_status"      options="Install" />
    <command name="anonymous_shell"   options="make -C ruby install-nodoc" />

    <command name="log"               options="off" />
    <command name="process_logs"      options="clean move prettify index" />
    <command name="file_manipulation" options="type=delete file=.disable" />
    <command name="status"            options="off" />
</autobuild>
