Changeset 2679

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

fix bos factory again

Files:

Legend:

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

    r2677 r2679  
    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"])) 
    5859        f.addStep(shell.ShellCommand(command="cd projects/bos ; ./build.sh", description=["build"])) 
    5960        return f