Bug 1270907 - Update bitbucket.org certificate fingerprint; r?sfink draft
authorGregory Szorc <gps@mozilla.com>
Fri, 06 May 2016 11:05:54 -0700
changeset 364470 47d8b13d0fcae21e4c114b4de13aff2528efb07c
parent 364469 ef13bb5a11d52ed112be78bf79b15faff1d4ed7c
child 520292 a98e8ffb5c47df2afa9318521d381229f50403e8
push id17464
push usergszorc@mozilla.com
push dateFri, 06 May 2016 18:06:07 +0000
reviewerssfink
bugs1270907
milestone49.0a1
Bug 1270907 - Update bitbucket.org certificate fingerprint; r?sfink DONTBUILD (NPOTB) MozReview-Commit-ID: Jg8FiWoLxAu
tools/mercurial/hgsetup/config.py
--- a/tools/mercurial/hgsetup/config.py
+++ b/tools/mercurial/hgsetup/config.py
@@ -6,17 +6,17 @@ from __future__ import unicode_literals
 
 from configobj import ConfigObj
 import codecs
 import re
 import os
 
 
 HOST_FINGERPRINTS = {
-    'bitbucket.org': '46:de:34:e7:9b:18:cd:7f:ae:fd:8b:e3:bc:f4:1a:5e:38:d7:ac:24',
+    'bitbucket.org': '3f:d3:c5:17:23:3c:cd:f5:2d:17:76:06:93:7e:ee:97:42:21:14:aa',
     'bugzilla.mozilla.org': '7c:7a:c4:6c:91:3b:6b:89:cf:f2:8c:13:b8:02:c4:25:bd:1e:25:17',
     'hg.mozilla.org': 'af:27:b9:34:47:4e:e5:98:01:f6:83:2b:51:c9:aa:d8:df:fb:1a:27',
 }
 
 
 def config_file(files):
     """Select the most appropriate config file from a list."""
     if not files: