b2g-scripts
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -0,1 +1,6 @@ | ||
# 0.2.0 | ||
* Added wait-for-marionette command waits until marionette socket is | ||
ready and open for use. | ||
# 0.1.0 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "b2g-scripts", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"author": "James Lal <jlal@mozilla.com>", | ||
@@ -5,0 +5,0 @@ "description": "B2G/Gaia Helper Scripts", |
@@ -63,1 +63,18 @@ # B2G Scripts | ||
```` | ||
### b2g-scripts hosts | ||
Output hostfile definition to add to /etc/hosts | ||
```` sh | ||
b2g-scripts hosts --gaia $GAIA_DIR --ip 127.0.0.1 | ||
```` | ||
### b2g-scripts server | ||
Starts http server. Faster then HTTPD but designed | ||
for use with the emulator/phone. | ||
```` sh | ||
b2g-scripts server --gaia $GAIA_DIR --port 8081 | ||
```` |
@@ -6,3 +6,4 @@ module.exports = { | ||
'hosts': require('./hosts'), | ||
'server': require('./server') | ||
'server': require('./server'), | ||
'wait-for-marionette': require('./wait-for-marionette') | ||
}; |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
12058
15
328
79
3