Closed
Bug 840793
Opened 12 years ago
Closed 12 years ago
Add a gecko commit optional command line argument to b2gperf
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: davehunt, Assigned: davehunt)
References
Details
Attachments
(1 obsolete file)
When we switch to using the pvtbuilds we will lose the option to extract the gecko commit from system/sources.xml and there appears to be no suitable replacement. As we still need the gecko commit for submitting results to DataZilla, we should have a command line option for this.
The sources.xml provided alongside the pvtbuilds (see bug 837784) contains the commit, so we should be able to extract this in our CI and pass it on the command line.
The following command has proven successful in obtaining the gecko commit:
$ sed -n 's/.*<project name=".*" path="gecko" remote="hgmozillaorg" revision="\(.*\)"\/>.*/\1/p' sources.xml
Assignee | ||
Comment 1•12 years ago
|
||
The latest pvtbuilds have the gecko/platform revisions in the sources.xml again. Rather than taking the revisions on the command line, I've reintroduced the --sources command line option to retrieve them from there.
Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 719743 [details] [diff] [review]
Reintroduce sources command line option. v1.0
Use github pull request in favour of attached patch: https://github.com/mozilla/b2gperf/pull/3
Attachment #719743 -
Attachment is obsolete: true
Attachment #719743 -
Flags: review?(jgriffin)
Assignee | ||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•