Changeset 2676

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

Fix BOS build command line again

Files:

Legend:

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

    r2675 r2676  
    5656        f = factory.BuildFactory() 
    5757        f.addStep(source.SVN(svnurl="svn://bknr.net/svn/branches/bos")) 
    58         f.addStep(shell.ShellCommand(command="projects/bos/build.sh", description=["build"])) 
     58        f.addStep(shell.ShellCommand(command="cd projects/bos ; ./build.sh", description=["build"])) 
    5959 
    6060c['builders'] = [