[Buildbot-commits] [buildbot/buildbot] 78c9e4: Store a copy of the slave's path module on Build.

GitHub noreply at github.com
Sun May 20 01:20:51 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 78c9e45291f8af81b7116e66ec98b1408cee625c
      https://github.com/buildbot/buildbot/commit/78c9e45291f8af81b7116e66ec98b1408cee625c
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-05-18 (Fri, 18 May 2012)

  Changed paths:
    M master/buildbot/process/build.py

  Log Message:
  -----------
  Store a copy of the slave's path module on Build.

This is saves navigating to through the slavebuilder
and slave each time this is needed.


  Commit: f27d85d348acfbd0c0599258cebbe9413a8d3cfa
      https://github.com/buildbot/buildbot/commit/f27d85d348acfbd0c0599258cebbe9413a8d3cfa
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-05-18 (Fri, 18 May 2012)

  Changed paths:
    M master/buildbot/steps/source/cvs.py
    M master/buildbot/test/fake/fakebuild.py
    M master/buildbot/test/unit/test_steps_source_cvs.py

  Log Message:
  -----------
  Check that cvs checkout is pointing at the correct location.

This checks 'CVS/Root' and 'CVS/Repository'.

Fixes #2287.


  Commit: 4791d51323d6bc4916716eadaf2c46ae918d4d73
      https://github.com/buildbot/buildbot/commit/4791d51323d6bc4916716eadaf2c46ae918d4d73
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-05-19 (Sat, 19 May 2012)

  Changed paths:
    M master/buildbot/process/build.py
    M master/buildbot/steps/source/cvs.py
    M master/buildbot/test/fake/fakebuild.py
    M master/buildbot/test/unit/test_steps_source_cvs.py

  Log Message:
  -----------
  Merge branch 'cvs-root' of git://github.com/tomprince/buildbot into pull415

* 'cvs-root' of git://github.com/tomprince/buildbot:
  Check that cvs checkout is pointing at the correct location.
  Store a copy of the slave's path module on Build.


  Commit: 7226de53321c549c600410241b1be4f9d3815e1c
      https://github.com/buildbot/buildbot/commit/7226de53321c549c600410241b1be4f9d3815e1c
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-05-19 (Sat, 19 May 2012)

  Changed paths:
    M master/buildbot/steps/source/cvs.py
    M master/buildbot/test/unit/test_steps_source_cvs.py

  Log Message:
  -----------
  Spell maxsize correctly, and check for None or 0 in cmd.rc


  Commit: 0375655ecfc5f4dfcec21188b94102fd17ca097e
      https://github.com/buildbot/buildbot/commit/0375655ecfc5f4dfcec21188b94102fd17ca097e
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-05-19 (Sat, 19 May 2012)

  Changed paths:
    M master/buildbot/steps/source/cvs.py
    M master/buildbot/test/unit/test_steps_source_cvs.py

  Log Message:
  -----------
  give the module last on the cvs commandline


  Commit: 2b2eba96ace2a477baeb960eb6ab7615859268d0
      https://github.com/buildbot/buildbot/commit/2b2eba96ace2a477baeb960eb6ab7615859268d0
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-05-19 (Sat, 19 May 2012)

  Changed paths:
    M master/buildbot/steps/source/cvs.py
    M master/buildbot/test/unit/test_steps_source_cvs.py

  Log Message:
  -----------
  correctly rmdir when a CVS dir is not updatable


  Commit: 041f9386b8d02b1c99ec4e387c17a835579dae14
      https://github.com/buildbot/buildbot/commit/041f9386b8d02b1c99ec4e387c17a835579dae14
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-05-19 (Sat, 19 May 2012)

  Changed paths:
    M master/buildbot/process/build.py
    M master/buildbot/steps/source/cvs.py
    M master/buildbot/test/fake/fakebuild.py
    M master/buildbot/test/unit/test_steps_source_cvs.py

  Log Message:
  -----------
  Merge pull request #423 from djmitche/pull415

Response: Check that cvs checkout is against the correct repository


Compare: https://github.com/buildbot/buildbot/compare/c0f1b74...041f938


More information about the Commits mailing list