We've been getting reports that some users aren't getting Bodhi e-mails when their updates are eligible for pushing to stable, and then confusingly other users are getting e-mails every 6 hours about it. I believe I've found the problem, which I've documented here:
https://github.com/fedora-infra/bodhi/issues/1009#issuecomment-25239191 1
To fix this, I think we just need to add these two lines to Bodhi's production.ini.j2 setting in Ansible:
testing_approval_msg_based_on_karma = This update has reached the stable karma threshold and can be pushed to stable now if the maintainer wishes. not_yet_tested_msg_based_on_karma = This update has not reached the stable karma threshold.
While I was in there, I did a git diff between the production.ini from Bodhi's git repo and the one in Ansible, and though there were a lot of changes I don't believe we need to change anything else.
So what do you think, shall I add those two settings on production?
On Fri, 07 Oct 2016 21:04:28 -0400 Randy Barlow bowlofeggs@fedoraproject.org wrote:
We've been getting reports that some users aren't getting Bodhi e-mails when their updates are eligible for pushing to stable, and then confusingly other users are getting e-mails every 6 hours about it. I believe I've found the problem, which I've documented here:
https://github.com/fedora-infra/bodhi/issues/1009#issuecomment-25239191 1
To fix this, I think we just need to add these two lines to Bodhi's production.ini.j2 setting in Ansible:
testing_approval_msg_based_on_karma = This update has reached the stable karma threshold and can be pushed to stable now if the maintainer wishes. not_yet_tested_msg_based_on_karma = This update has not reached the stable karma threshold.
While I was in there, I did a git diff between the production.ini from Bodhi's git repo and the one in Ansible, and though there were a lot of changes I don't believe we need to change anything else.
So what do you think, shall I add those two settings on production?
+1 here.
kevin
On Friday, October 7, 2016 7:09:10 PM CDT Kevin Fenzi wrote:
On Fri, 07 Oct 2016 21:04:28 -0400
Randy Barlow bowlofeggs@fedoraproject.org wrote:
We've been getting reports that some users aren't getting Bodhi e-mails when their updates are eligible for pushing to stable, and then confusingly other users are getting e-mails every 6 hours about it. I believe I've found the problem, which I've documented here:
https://github.com/fedora-infra/bodhi/issues/1009#issuecomment-25239191 1
To fix this, I think we just need to add these two lines to Bodhi's production.ini.j2 setting in Ansible:
testing_approval_msg_based_on_karma = This update has reached the stable karma threshold and can be pushed to stable now if the maintainer wishes. not_yet_tested_msg_based_on_karma = This update has not reached the stable karma threshold.
While I was in there, I did a git diff between the production.ini from Bodhi's git repo and the one in Ansible, and though there were a lot of changes I don't believe we need to change anything else.
So what do you think, shall I add those two settings on production?
+1 here.
kevin
+1
Dennis
infrastructure@lists.fedoraproject.org