[Buildbot-commits] [buildbot/buildbot] 47ef75: Added Windows-specific buildsteps module.

GitHub noreply at github.com
Sat Aug 10 18:51:05 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 47ef757bf9fa8244da7408c1e6af7f2d22e12372
      https://github.com/buildbot/buildbot/commit/47ef757bf9fa8244da7408c1e6af7f2d22e12372
  Author: ludovicchabant <ludovic at chabant.com>
  Date:   2013-05-07 (Tue, 07 May 2013)

  Changed paths:
    A master/buildbot/steps/mswin.py

  Log Message:
  -----------
  Added Windows-specific buildsteps module.
Right now it only contains a `Robocopy` step.


  Commit: bea09883783f56149fb978e1acfda2246b5b41da
      https://github.com/buildbot/buildbot/commit/bea09883783f56149fb978e1acfda2246b5b41da
  Author: ludovicchabant <ludovic at chabant.com>
  Date:   2013-05-08 (Wed, 08 May 2013)

  Changed paths:
    M master/buildbot/changes/p4poller.py

  Log Message:
  -----------
  Ability to specify a timezone for a P4 server

The Perforce server used with `P4Source` may be in a different time zone
than the Buildbot master, which would cause, for example, changes to be
displayed in the wrong place on the Waterfall display.

This change lets you specify a timezone for the server. Changelist times
will be converted from that timezone to the local timezone before being
added to the Buildbot master.


  Commit: 926badd856f863af4ef4b881ea76f413fe7de035
      https://github.com/buildbot/buildbot/commit/926badd856f863af4ef4b881ea76f413fe7de035
  Author: ludovicchabant <ludovic at chabant.com>
  Date:   2013-05-09 (Thu, 09 May 2013)

  Changed paths:
    M master/buildbot/steps/mswin.py

  Log Message:
  -----------
  Fixed Robocopy step status

Robocopy actually returns a combination of flags to indicate
success/warning/failure status.


  Commit: ff9404be98a7f2d4082fab0ac2a897dea2fc9090
      https://github.com/buildbot/buildbot/commit/ff9404be98a7f2d4082fab0ac2a897dea2fc9090
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-05-28 (Tue, 28 May 2013)

  Changed paths:
    M master/buildbot/steps/mswin.py

  Log Message:
  -----------
  Added information about Robocopy exit codes.


  Commit: f3032198239393e66469d53b3d2753e2bbfd611c
      https://github.com/buildbot/buildbot/commit/f3032198239393e66469d53b3d2753e2bbfd611c
  Author: ludovicchabant <ludovic at chabant.com>
  Date:   2013-05-28 (Tue, 28 May 2013)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Added documentation about Robocopy step.


  Commit: 41f865f110dd84a70a50196a775c226f2e39b5f1
      https://github.com/buildbot/buildbot/commit/41f865f110dd84a70a50196a775c226f2e39b5f1
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-07-03 (Wed, 03 Jul 2013)

  Changed paths:
    M master/buildbot/steps/mswin.py

  Log Message:
  -----------
  Removed docstring for Robocopy step.

All usage information is only in the documentation page now.


  Commit: 6336819584472892651732e3e93a0d941ed5f1c7
      https://github.com/buildbot/buildbot/commit/6336819584472892651732e3e93a0d941ed5f1c7
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-07-03 (Wed, 03 Jul 2013)

  Changed paths:
    M master/docs/manual/cfg-changesources.rst

  Log Message:
  -----------
  Documentation about timezone support in P4 changesource


  Commit: f915175d48680e49c4a09e4b020a61123b9b3c79
      https://github.com/buildbot/buildbot/commit/f915175d48680e49c4a09e4b020a61123b9b3c79
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-07-03 (Wed, 03 Jul 2013)

  Changed paths:
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Release notes for Robocopy and P4 changes.


  Commit: 2bc2399d5ec2861ac8fda42402d73e55eedbb71a
      https://github.com/buildbot/buildbot/commit/2bc2399d5ec2861ac8fda42402d73e55eedbb71a
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-07-03 (Wed, 03 Jul 2013)

  Changed paths:
    M master/buildbot/test/unit/test_steps_source_p4.py

  Log Message:
  -----------
  Fixed P4 source unit tests on Windows

This is because P4 normalizes slashes/backslashes, so we need to set our
expectations right.


  Commit: 13b870b7dbb071f70ab685992c18e4ff2efd4a96
      https://github.com/buildbot/buildbot/commit/13b870b7dbb071f70ab685992c18e4ff2efd4a96
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-07-03 (Wed, 03 Jul 2013)

  Changed paths:
    M master/buildbot/steps/mswin.py
    A master/buildbot/test/unit/test_steps_mswin.py

  Log Message:
  -----------
  Added unit tests for Robocopy step.

Fixed whitespace.


  Commit: 8f2e82a1fe3d3cb8b64cc6c72178f429c5cebede
      https://github.com/buildbot/buildbot/commit/8f2e82a1fe3d3cb8b64cc6c72178f429c5cebede
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-07-04 (Thu, 04 Jul 2013)

  Changed paths:
    M master/buildbot/steps/mswin.py
    M master/buildbot/test/unit/test_steps_mswin.py
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Don't pass `/UNICODE` to Robocopy by default.


  Commit: 1800e21c86ef79d5616ed1f4c1db04dd1dadb10a
      https://github.com/buildbot/buildbot/commit/1800e21c86ef79d5616ed1f4c1db04dd1dadb10a
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-07-04 (Thu, 04 Jul 2013)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Added more information about Robocopy in the docs.


  Commit: 99b38cd99afb854a52ecb579c2fb439a1d2291e9
      https://github.com/buildbot/buildbot/commit/99b38cd99afb854a52ecb579c2fb439a1d2291e9
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-07-17 (Wed, 17 Jul 2013)

  Changed paths:
    M master/buildbot/test/unit/test_steps_source_p4.py

  Log Message:
  -----------
  Fixed 2.5 incompatibility in p4 tests


  Commit: 44c52eb4d83d56c0195a94478ccd7b4fa072ed59
      https://github.com/buildbot/buildbot/commit/44c52eb4d83d56c0195a94478ccd7b4fa072ed59
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-07-17 (Wed, 17 Jul 2013)

  Changed paths:
    M master/buildbot/test/unit/test_changes_p4poller.py

  Log Message:
  -----------
  Fixed p4 poller tests


  Commit: f465a19a69530ffb11e2238e3e2b1b060353e0aa
      https://github.com/buildbot/buildbot/commit/f465a19a69530ffb11e2238e3e2b1b060353e0aa
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-10 (Sat, 10 Aug 2013)

  Changed paths:
    M master/buildbot/steps/mswin.py
    M master/buildbot/test/unit/test_changes_p4poller.py
    M master/buildbot/test/unit/test_steps_mswin.py
    M master/buildbot/test/unit/test_steps_source_p4.py

  Log Message:
  -----------
  fix bugs in handling unkown return codes, pyflakes

..and return Deferreds from test methods.


  Commit: 86d8ba49c19a4099a30fe0584cc0419fc1afadff
      https://github.com/buildbot/buildbot/commit/86d8ba49c19a4099a30fe0584cc0419fc1afadff
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-10 (Sat, 10 Aug 2013)

  Changed paths:
    M master/buildbot/changes/p4poller.py
    A master/buildbot/steps/mswin.py
    M master/buildbot/test/unit/test_changes_p4poller.py
    A master/buildbot/test/unit/test_steps_mswin.py
    M master/buildbot/test/unit/test_steps_source_p4.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-changesources.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'pull728'


Compare: https://github.com/buildbot/buildbot/compare/dbdc3293cd8f...86d8ba49c19a


More information about the Commits mailing list