Branch: refs/heads/master
Home:   http://github.com/djmitche/buildbot

Commit: 0b79486679ab6eedaf7f959563bdad9be4a7a236
    
http://github.com/djmitche/buildbot/commit/0b79486679ab6eedaf7f959563bdad9be4a7a236
Author: Tobias Oberstein <[email protected]>
Date:   2010-04-11 (Sun, 11 Apr 2010)

Changed paths:
  M buildbot/status/web/files/default.css

Log Message:
-----------
fix: background image relative to css

Signed-off-by: Dustin J. Mitchell <[email protected]>


Commit: d454b81852eae9adf15ccf4611d64ed286047e42
    
http://github.com/djmitche/buildbot/commit/d454b81852eae9adf15ccf4611d64ed286047e42
Author: Tobias Oberstein <[email protected]>
Date:   2010-04-11 (Sun, 11 Apr 2010)

Changed paths:
  M buildbot/process/base.py
  M buildbot/process/factory.py

Log Message:
-----------
Allow workdir be computed dynamically based on sourcestamp.

The patch allows one to set workdir on BuildFactory to a
callable which receives the sourcestamp to be built and is
supposed to return a workdir directory.

A reason to do so is having multiple repositories submitting
changes to a single buildbot, where one wants to allow for
workdir per repository.

You can achieve that like so:

import hashlib

build_factory = factory.BuildFactory()
build_factory.workdir = lambda source_stamp: 
hashlib.md5(source_stamp.repository).hexdigest()[:8]

Signed-off-by: Dustin J. Mitchell <[email protected]>


Commit: 8d8aa437d2928c74dd82f738dd71e7176f5032de
    
http://github.com/djmitche/buildbot/commit/8d8aa437d2928c74dd82f738dd71e7176f5032de
Author: Tobias Oberstein <[email protected]>
Date:   2010-04-11 (Sun, 11 Apr 2010)

Changed paths:
  M docs/cfg-buildfactories.texinfo

Log Message:
-----------
add doc for dynamic workdirs on factories

Signed-off-by: Dustin J. Mitchell <[email protected]>


Commit: 263133603a93f25a9ec5c2d27ecc4b63594f2275
    
http://github.com/djmitche/buildbot/commit/263133603a93f25a9ec5c2d27ecc4b63594f2275
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-04-11 (Sun, 11 Apr 2010)

Changed paths:
  M docs/cfg-buildfactories.texinfo

Log Message:
-----------
fix texinfo bugs



------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to