Closed
Bug 965327
Opened 11 years ago
Closed 11 years ago
Running install-gaia.js on node.js
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: macajc, Assigned: albert)
References
Details
(Keywords: regression, Whiteboard: [systemsfe])
Attachments
(1 file)
The patch from bug 955992 is making the build fail when the build includes single variant apps.
The command that is failing is:
[sh -c adb push "/home/cjc/dev/gaiaDEV/profile/svoperapps" //data/local/svoperapps]
which instead of pushing the directory is dumping the ADB help information:
Android Debug Bridge version 1.0.31
-a - directs adb to listen on all interfaces for a connection
as if adb was executed without any commands.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → acperez
| Assignee | ||
Updated•11 years ago
|
Keywords: regression
| Assignee | ||
Comment 1•11 years ago
|
||
Regression produced by bug 955992
| Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8367414 -
Flags: review?(yurenju.mozilla)
Updated•11 years ago
|
Whiteboard: [systemsfe]
Comment 3•11 years ago
|
||
Thanks Albert for fixing my bug, I will try to add an integration test for |adb| case.
Updated•11 years ago
|
Attachment #8367414 -
Flags: review?(yurenju.mozilla) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•