Changeset 2680

Show
Ignore:
Timestamp:
03/06/08 11:57:48 (9 months ago)
Author:
hans
Message:

start cmucl in batch mode

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • buildbot/master/master.cfg

    r2679 r2680  
    5656        f = factory.BuildFactory() 
    5757        f.addStep(source.SVN(svnurl="svn://bknr.net/svn/branches/bos")) 
    58         f.addStep(shell.ShellCommand(command="cd projects/bos ; lisp -load ../../thirdparty/asdf/asdf.lisp -load ../../tools/make-core.lisp", description=["make-core"])) 
    59         f.addStep(shell.ShellCommand(command="cd projects/bos ; ./build.sh", description=["build"])) 
     58        f.addStep(shell.ShellCommand(command="cd projects/bos ; lisp -batch -quiet -load ../../thirdparty/asdf/asdf.lisp -load ../../tools/make-core.lisp", description=["make-core"])) 
     59        f.addStep(shell.ShellCommand(command="cd projects/bos ; ./build.sh -batch -quiet", description=["build"])) 
    6060        return f 
    6161