[Buildbot-commits] [buildbot/buildbot] 60a645: Fix master/buildbot/steps/shell _getLegacySummary
GitHub
noreply at github.com
Tue Jun 9 20:44:41 UTC 2015
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 60a645a81a6b0b2528154ea7dac9e6fee6df0e0e
https://github.com/buildbot/buildbot/commit/60a645a81a6b0b2528154ea7dac9e6fee6df0e0e
Author: Sebastien Fusilier <sebastien.fusilier at intel.com>
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 <sebastien.fusilier at intel.com>
Commit: 8144684655eabb1dfdb765a9e5b90c8fdc79f4d1
https://github.com/buildbot/buildbot/commit/8144684655eabb1dfdb765a9e5b90c8fdc79f4d1
Author: Mikhail Sobolev <mss at mawhrin.net>
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
More information about the Commits
mailing list