Closed
Bug 1093749
Opened 10 years ago
Closed 10 years ago
Allow b2g build to download a local mozilla-central repository
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wcosta, Assigned: wcosta)
Details
(Whiteboard: [easier-mozharness])
User Story
Currently, b2g build script fails if the remote mercurial repository is not hg.mozilla.org. This is bad because it does not allow local repositories for tests.
Attachments
(1 file)
1.41 KB,
patch
|
sfink
:
review+
RyanVM
:
checked-in+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
query_remote_gecko_config method fails if the repo is not mozilla
mercurial.
This patch allows to pass a local repository as the mercurial repo.
This is useful for tests.
Assignee | ||
Updated•10 years ago
|
Attachment #8516849 -
Flags: review?(sphink)
Comment 3•10 years ago
|
||
Comment on attachment 8516849 [details] [diff] [review]
Allow cloning of local repositories.
Review of attachment 8516849 [details] [diff] [review]:
-----------------------------------------------------------------
\o/
This is very helpful, thanks.
Attachment #8516849 -
Flags: review?(sphink) → review+
Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Steve Fink [:sfink, :s:] from comment #3)
> Comment on attachment 8516849 [details] [diff] [review]
> Allow cloning of local repositories.
>
> Review of attachment 8516849 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> \o/
>
> This is very helpful, thanks.
Thanks for reviewing it :)
Keywords: checkin-needed
Assignee | ||
Comment 5•10 years ago
|
||
(In reply to Armen Zambrano - Automation & Tools Engineer (:armenzg) from comment #2)
> Great to see you fix this!
:D
Assignee | ||
Updated•10 years ago
|
User Story: (updated)
Comment 6•10 years ago
|
||
Comment on attachment 8516849 [details] [diff] [review]
Allow cloning of local repositories.
https://hg.mozilla.org/build/mozharness/rev/07027c03501f
I believe that standard practice is for mozharness bugs to be resolved once merged into production.
Attachment #8516849 -
Flags: checked-in+
Updated•10 years ago
|
Keywords: checkin-needed
Comment 7•10 years ago
|
||
In production: https://hg.mozilla.org/build/mozharness/rev/07027c03501f
Comment 9•10 years ago
|
||
Sure (that would typically be done by the RelEng person who did the reconfig that put this into production, fwiw).
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(ryanvm)
Resolution: --- → FIXED
Assignee | ||
Comment 10•10 years ago
|
||
Thanks :)
You need to log in
before you can comment on or make changes to this bug.
Description
•