Re: [Python-buildbots] hg.python.org cert changed, update fingerprint

2016-06-30 Thread David Edelsohn
The current Fedora installs are somewhat old because more recent Fedora has been unstable, but they are out of date so the certificates are out of date. Similar for AIX. The AIX system should be updated shortly. Thanks, David On Thu, Jun 30, 2016 at 2:50 PM, R. David Murray wrote: > On Thu, 3

Re: [Python-buildbots] hg.python.org cert changed, update fingerprint

2016-06-30 Thread R. David Murray
On Thu, 30 Jun 2016 13:16:46 -0400, David Edelsohn wrote: > The fingerprint needed to be updated in both PPC64 systems. > > I had better look at the Z systems as well. Out of curiosity, what's the reason for using the hardcoded fingerprint instead of just relying on the normal cert verify? Also

Re: [Python-buildbots] hg.python.org cert changed, update fingerprint

2016-06-30 Thread David Edelsohn
The fingerprint needed to be updated in both PPC64 systems. I had better look at the Z systems as well. - David On Thu, Jun 30, 2016 at 12:59 PM, Zachary Ware wrote: > On Thu, Jun 30, 2016 at 11:50 AM, David Edelsohn wrote: >> I have updated the fingerprint in .hgrc. > > I'm not sure the chang

Re: [Python-buildbots] hg.python.org cert changed, update fingerprint

2016-06-30 Thread Zachary Ware
On Thu, Jun 30, 2016 at 11:50 AM, David Edelsohn wrote: > I have updated the fingerprint in .hgrc. I'm not sure the change stuck, see http://buildbot.python.org/all/builders/PPC64LE%20Fedora%202.7/builds/433 -- Zach ___ Python-Buildbots mailing list P

Re: [Python-buildbots] hg.python.org cert changed, update fingerprint

2016-06-30 Thread David Edelsohn
I have updated the fingerprint in .hgrc. - David On Thu, Jun 30, 2016 at 12:01 PM, R. David Murray wrote: > Infra has updated the cert that serves hg.python.org. If you have > hardcoded the fingerprint in your slave's hg config you'll need > to update it to: > > 31:d8:79:0f:ca:b5:c4:76:85:

[Python-buildbots] hg.python.org cert changed, update fingerprint

2016-06-30 Thread R. David Murray
Infra has updated the cert that serves hg.python.org. If you have hardcoded the fingerprint in your slave's hg config you'll need to update it to: 31:d8:79:0f:ca:b5:c4:76:85:ba:61:84:e7:5b:52:4f:78:7d:38:3e At least one buildbot seems to be affected by this (PPC64LE Fedora). --David ___