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

Commit: cbef2cde1940272881aff15c29ef9c4f48fb3e86
    
http://github.com/djmitche/buildbot/commit/cbef2cde1940272881aff15c29ef9c4f48fb3e86
Author: KATO Kazuyoshi <[email protected]>
Date:   2009-12-24 (Thu, 24 Dec 2009)

Changed paths:
  M buildbot/test/test_web.py

Log Message:
-----------
Added tests of buildbot.status.web.xmlrpc.


Commit: 22f923d15b8a8b9dddfc81cd62bae7a3cc2328ec
    
http://github.com/djmitche/buildbot/commit/22f923d15b8a8b9dddfc81cd62bae7a3cc2328ec
Author: Tom Fogal <[email protected]>
Date:   2009-12-30 (Wed, 30 Dec 2009)

Changed paths:
  M docs/buildbot.texinfo

Log Message:
-----------
Make it clear that `workdir' is an option to ShellCommand.


Commit: a9fc66b44c6002f9467d321a6a1a66895a3023ba
    
http://github.com/djmitche/buildbot/commit/a9fc66b44c6002f9467d321a6a1a66895a3023ba
Author: Dustin J. Mitchell <[email protected]>
Date:   2009-12-30 (Wed, 30 Dec 2009)

Changed paths:
  M buildbot/test/test_web.py

Log Message:
-----------
Merge branch 'xmlrpc' of git://github.com/kzys/buildbot


Commit: 2e875cedbcb52a0d85ce779131112c7db8abc664
    
http://github.com/djmitche/buildbot/commit/2e875cedbcb52a0d85ce779131112c7db8abc664
Author: Aviv Ben-Yosef <[email protected]>
Date:   2009-12-31 (Thu, 31 Dec 2009)

Changed paths:
  M buildbot/slave/commands.py

Log Message:
-----------
Fixing ticket #609

The problem in the ticket is that Git does not checkout the wanted branch, but 
simply checks out master branch and resets it to the HEAD of the given branch. 
This means that any scripts in the build that rely on the name of the 
git-branch in the repo will not see the name they expect to see.

We do not want to simply checkout the branch every time, as that will leave a 
lot of "dangling" branches if the branch names are changed with time.
So, the decision is to do the same thing we did till now, but also add a step 
for renaming the branch to the expected name, and make sure the fetching will 
reset to the wanted revision.


Commit: 7fa5137bbc449144d76334bd366920d8b6a7c2c0
    
http://github.com/djmitche/buildbot/commit/7fa5137bbc449144d76334bd366920d8b6a7c2c0
Author: Dustin J. Mitchell <[email protected]>
Date:   2009-12-31 (Thu, 31 Dec 2009)

Changed paths:
  M buildbot/slave/commands.py
  M buildbot/test/test_vc.py

Log Message:
-----------
(refs #632) Revert "Always clean the source tree before doing a fetch."

This reverts commit 4caa96ac83982a2444b7deb33a7bb00ade14f3bf


Commit: 71584a4d81973d2a90300e9d46ccde1cb6b7c703
    
http://github.com/djmitche/buildbot/commit/71584a4d81973d2a90300e9d46ccde1cb6b7c703
Author: Dustin J. Mitchell <[email protected]>
Date:   2009-12-31 (Thu, 31 Dec 2009)

Changed paths:
  M buildbot/__init__.py

Log Message:
-----------
set version number


Commit: 2c921887e44ec5e6e10304d6d7a064f3b1d7b3eb
    
http://github.com/djmitche/buildbot/commit/2c921887e44ec5e6e10304d6d7a064f3b1d7b3eb
Author: Dustin J. Mitchell <[email protected]>
Date:   2009-12-31 (Thu, 31 Dec 2009)

Changed paths:
  A ChangeLog-0.7.12
  R ChangeLog-0.7.8.bz2
  R ChangeLog-0.7.9
  M NEWS
  M README

Log Message:
-----------
update release docs, remove old ChangeLogs


Commit: 08fc7d873d5f5961ae30f7cc632e8ca4c1dd06b8
    
http://github.com/djmitche/buildbot/commit/08fc7d873d5f5961ae30f7cc632e8ca4c1dd06b8
Author: Dustin J. Mitchell <[email protected]>
Date:   2009-12-31 (Thu, 31 Dec 2009)

Changed paths:
  M buildbot/test/test_locks.py
  M buildbot/test/test_mergerequests.py

Log Message:
-----------
disable flakey/bogus tests


Commit: 6559183baf4734e1d618d8b7e781dc4bc43a8a4f
    
http://github.com/djmitche/buildbot/commit/6559183baf4734e1d618d8b7e781dc4bc43a8a4f
Author: Dustin J. Mitchell <[email protected]>
Date:   2009-12-31 (Thu, 31 Dec 2009)

Changed paths:
  A ChangeLog-0.7.12
  R ChangeLog-0.7.8.bz2
  R ChangeLog-0.7.9
  M NEWS
  M README

Log Message:
-----------
Merge branch 'release'


Commit: 96ff1ffb0b89980045541d84b876b7f5e44481ec
    
http://github.com/djmitche/buildbot/commit/96ff1ffb0b89980045541d84b876b7f5e44481ec
Author: Aviv Ben-Yosef <[email protected]>
Date:   2010-01-01 (Fri, 01 Jan 2010)

Changed paths:
  M buildbot/slave/commands.py

Log Message:
-----------
Small tidying to use existing method


Commit: 3ca63ce7a02ce85eff59d53a83d38001c17b09ca
    
http://github.com/djmitche/buildbot/commit/3ca63ce7a02ce85eff59d53a83d38001c17b09ca
Author: Marcus Lindblom <[email protected]>
Date:   2010-01-02 (Sat, 02 Jan 2010)

Changed paths:
  A ChangeLog-0.7.12
  R ChangeLog-0.7.8.bz2
  R ChangeLog-0.7.9
  M NEWS
  M README
  M buildbot/slave/commands.py
  M buildbot/test/test_vc.py
  M buildbot/test/test_web.py
  M docs/buildbot.texinfo

Log Message:
-----------
Merge branch 'master' into jinja


Commit: 45b51d84dfbce22e14cf094f0a594e266d95322b
    
http://github.com/djmitche/buildbot/commit/45b51d84dfbce22e14cf094f0a594e266d95322b
Author: Marcus Lindblom <[email protected]>
Date:   2010-01-02 (Sat, 02 Jan 2010)

Changed paths:
  M buildbot/status/web/console.py
  R buildbot/status/web/console_html.py

Log Message:
-----------
Remove leftover console_html.py (console is fully jinjaified)



------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to