Remove unused -s option of bootstrap.
This commit is contained in:
parent
32f83d8e4e
commit
199e975a11
1 changed files with 6 additions and 10 deletions
|
@ -18,7 +18,6 @@ def main():
|
||||||
os.chdir(SOURCE_ROOT)
|
os.chdir(SOURCE_ROOT)
|
||||||
|
|
||||||
args = parse_args()
|
args = parse_args()
|
||||||
if not args.skip_network:
|
|
||||||
update_submodules()
|
update_submodules()
|
||||||
update_apm()
|
update_apm()
|
||||||
update_node_modules()
|
update_node_modules()
|
||||||
|
@ -38,9 +37,6 @@ def parse_args():
|
||||||
'libchromiumcontent\'s script/upload script',
|
'libchromiumcontent\'s script/upload script',
|
||||||
default=BASE_URL,
|
default=BASE_URL,
|
||||||
required=False)
|
required=False)
|
||||||
parser.add_argument('-s', '--skip-network',
|
|
||||||
help='Skip operations require networking',
|
|
||||||
action='store_true')
|
|
||||||
return parser.parse_args()
|
return parser.parse_args()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue