Closed
Bug 868598
Opened 8 years ago
Closed 8 years ago
Create a pointer in mozilla-central to gaia
Categories
(Firefox OS Graveyard :: General, defect)
Firefox OS Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jgriffin, Assigned: jgriffin)
References
Details
Attachments
(1 file, 1 obsolete file)
531 bytes,
patch
|
catlee
:
review+
|
Details | Diff | Splinter Review |
We need to add a file to mozilla-central that will point a specific commit of gaia; buildbot will use this revision when creating B2G desktop builds.
Assignee | ||
Comment 1•8 years ago
|
||
I'm thinking something pretty simple like this, unless you can think of a better place for this to live.
Attachment #745422 -
Flags: review?(catlee)
Assignee | ||
Comment 2•8 years ago
|
||
Whoops, missed the file
Attachment #745424 -
Flags: review?(catlee)
Assignee | ||
Updated•8 years ago
|
Attachment #745422 -
Attachment is obsolete: true
Attachment #745422 -
Flags: review?(catlee)
Comment 3•8 years ago
|
||
Comment on attachment 745424 [details] [diff] [review] Create a pointer to gaia in gecko, Review of attachment 745424 [details] [diff] [review]: ----------------------------------------------------------------- Can't think of any other place that's better! I forget why we decided we needed to use hg for gaia...Is the rationale for that decision recorded anywhere? ::: b2g/config/gaia.json @@ +1,2 @@ > +{ > + "repo": "http://hg.mozilla.org/integration/gaia-central/", nit - use https://
Attachment #745424 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 4•8 years ago
|
||
(In reply to Chris AtLee [:catlee] from comment #3) > Comment on attachment 745424 [details] [diff] [review] > Create a pointer to gaia in gecko, > > Review of attachment 745424 [details] [diff] [review]: > ----------------------------------------------------------------- > > Can't think of any other place that's better! > > I forget why we decided we needed to use hg for gaia...Is the rationale for > that decision recorded anywhere? > For gaia-unit-tests, we actually need to clone gaia on the test slaves. We don't have git installed on all the test slaves, from what I understand, so we need to use hg for the time being.
Assignee | ||
Comment 5•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/3e8256901aa1 Updated with the latest gaia revision.
Comment 6•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/3e8256901aa1
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Comment 7•8 years ago
|
||
Does this need to be added to the b2g18 branches (with appropriate branch modifications)?
Flags: needinfo?(jgriffin)
Assignee | ||
Comment 8•8 years ago
|
||
Not right now; our plan is get this working on trunk branches first. By the time we do that and get the system running smoothly, it's possible we won't be using mozilla-b2g18 any longer. If we are, we can determine at that time if we need/want to roll this out to those branches.
Flags: needinfo?(jgriffin)
You need to log in
before you can comment on or make changes to this bug.
Description
•