Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 60a645a81a6b0b2528154ea7dac9e6fee6df0e0e
      
https://github.com/buildbot/buildbot/commit/60a645a81a6b0b2528154ea7dac9e6fee6df0e0e
  Author: Sebastien Fusilier <[email protected]>
  Date:   2015-06-08 (Mon, 08 Jun 2015)

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

  Log Message:
  -----------
  Fix master/buildbot/steps/shell _getLegacySummary

Some tracebacks are visible in my master logs saying:
"exceptions.AttributeError: 'RemoteCommand' object has
 no attribute 'command'"

It comes from shell steps that is expecting
"self.cmd.command" when self.cmd is set.
But this attribute is not present in remotecommand.
Using "remote_command" instead of "command" seems
fixing the traceback.

Signed-off-by: Sebastien Fusilier <[email protected]>


  Commit: 8144684655eabb1dfdb765a9e5b90c8fdc79f4d1
      
https://github.com/buildbot/buildbot/commit/8144684655eabb1dfdb765a9e5b90c8fdc79f4d1
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-06-09 (Tue, 09 Jun 2015)

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

  Log Message:
  -----------
  Merge pull request #1713 from bastien31/fix_get_legacy_summary

Fix master/buildbot/steps/shell _getLegacySummary


Compare: 
https://github.com/buildbot/buildbot/compare/fb8d6086abf6...8144684655ea
------------------------------------------------------------------------------
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to