Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
bug 793017 - TinderboxPrint: s: for tbpl. r=armenzg
  • Loading branch information
escapewindow committed Sep 25, 2012
1 parent 7e7f695 commit c59e886
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mozharness/mozilla/buildbot.py
Expand Up @@ -45,6 +45,9 @@ def read_buildbot_config(self):
# TODO try/except?
self.buildbot_config = parse_config_file(c['buildbot_json_path'])
self.info(pprint.pformat(self.buildbot_config))
# I think tbpl still wants this
if self.buildbot_config.get('properties', {}).get('slavename'):
self.info("TinderboxPrint: s: %s" % self.buildbot_config['properties']['slavename'])

def tryserver_email(self):
pass
Expand Down

0 comments on commit c59e886

Please sign in to comment.