Closed
Bug 1056262
Opened 11 years ago
Closed 11 years ago
mercurial-setup is still looking for mqext on bitbucket
Categories
(Firefox Build System :: Mach Core, enhancement)
Firefox Build System
Mach Core
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 978514
People
(Reporter: sfink, Assigned: sfink)
Details
Attachments
(1 file)
|
2.86 KB,
patch
|
Details | Diff | Splinter Review |
mqext now lives in version-control-tools
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8476137 -
Flags: review?(gps)
Comment 2•11 years ago
|
||
Comment on attachment 8476137 [details] [diff] [review]
mqext now lives in version-control-tools
Review of attachment 8476137 [details] [diff] [review]:
-----------------------------------------------------------------
This patch is busted. Please test with mqext not present in your hgrc to verify it works.
::: tools/mercurial/hgsetup/wizard.py
@@ +278,5 @@
> self.prompt_external_extension(c, 'firefoxtree', FIREFOXTREE_INFO)
>
> if 'mq' in c.extensions:
> self.prompt_external_extension(c, 'mqext', MQEXT_INFO,
> os.path.join(self.ext_dir, 'mqext'))
We need to kill the last argument to prompt_external_extension().
Attachment #8476137 -
Flags: review?(gps)
Comment 3•11 years ago
|
||
Oops I've had a patch sitting in my queue for a while to do this, completely forgot to clean it up and file a bug for it :-)
Comment 4•11 years ago
|
||
(In reply to Ed Morley [:edmorley] from comment #3)
> Oops I've had a patch sitting in my queue for a while to do this, completely
> forgot to clean it up and file a bug for it :-)
Ah I remember now, I was waiting on bug 978514 comment 5.
Blocks: 978514
| Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Ed Morley [:edmorley] from comment #3)
> Oops I've had a patch sitting in my queue for a while to do this, completely
> forgot to clean it up and file a bug for it :-)
Excellent, thanks! I'll just wait for that then.
Comment 6•11 years ago
|
||
BitBucket changed its SSL certificates on May 6th:
http://blog.bitbucket.org/2015/05/06/bitbuckets-ssl-certificate-is-changing-for-sha-2/
and tools/mercurial/hgsetup/config.py still contains the old fingerprint. So right now 'mach mercurial-setup' cannot set up mgext at all unless you change the fingerprint manually.
Comment 7•11 years ago
|
||
Re comment 6: gps fixed the fingerprint in bug 1164315.
Comment 8•11 years ago
|
||
Patch in bug 978514.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•