From 9f347c13d7e197224bfa3a7679569dc1557808ca Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Sat, 23 Jul 2016 12:08:23 -0400 Subject: [PATCH] Trying to access the patch on try builder --- master.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master.cfg b/master.cfg index 6726b07..da906fb 100644 --- a/master.cfg +++ b/master.cfg @@ -179,7 +179,7 @@ def SendRootMessageGDBTesters (branch, change, istrysched = False, text += "Commit tested against: %s\n\n" % rev text += "Patch tested:\n\n" - text += change.patch_body + text += change.body chg_title = "Try Build against commit %s" % rev text = text.encode ('ascii', 'ignore').decode ('ascii') @@ -413,7 +413,7 @@ send to the gdb-testers mailing list.""" git_url = "http://gdb-build.sergiodj.net/cgit" branch = build.getSourceStamps ()[0].branch sourcestamp = build.getSourceStamps ()[0] - cur_change = sourcestamp.patch_body + cur_change = sourcestamp.patch properties = build.getProperties () isrebuild = properties.getProperty ('isRebuild')