I just applied the following patch to get bodhi working on releng4 with the latest TurboMail API. ================================================================================ IRC Approval: 18:35 abadger199>lmacken: I +1, get nirik to say the same and you can send it to the list with "approved on IRC" just so we keep everyone in the loop. 18:36 < nirik> | yeah, +1 here. ================================================================================ commit 0fbcc438712e788d575250379a5cdc28246649a1 Author: Luke Macken <lmacken@xxxxxxxxxx> Date: Tue Oct 25 18:35:29 2011 +0000 [bodhi] Get TurboMail 3.x working on releng4 by using the smtp transport diff --git a/modules/bodhi/templates/bodhi-masher-jobrunner.cfg.erb b/modules/bo index 55dbf2c..813f46f 100644 --- a/modules/bodhi/templates/bodhi-masher-jobrunner.cfg.erb +++ b/modules/bodhi/templates/bodhi-masher-jobrunner.cfg.erb @@ -46,8 +46,12 @@ visit.cookie.secure = True bodhi_password='<%= bodhiBugzillaPassword %>' bodhi_email = 'updates@xxxxxxxxxxxxxxxxx' +# TurboMail 3.0 settings mail.on = True -mail.server = 'bastion' +mail.transport = 'smtp' +mail.smtp.server = 'bastion' +mail.message.encoding = 'utf-8-qp' + notice_sender = 'updates@xxxxxxxxxxxxxxxxx' security_team = 'security_respons-members@xxxxxxxxxxxxxxxxx' release_team_address = 'bodhiadmin-members@xxxxxxxxxxxxxxxxx' _______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/infrastructure