mirror of
https://github.com/servo/servo.git
synced 2025-06-30 12:03:38 +01:00
Comment on ./mach bootstrap
This commit is contained in:
parent
fc322182c4
commit
f270f3798d
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ class MachCommands(CommandBase):
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help='Boostrap without confirmation')
|
help='Boostrap without confirmation')
|
||||||
def bootstrap(self, force=False):
|
def bootstrap(self, force=False):
|
||||||
|
# This entry point isn't actually invoked, ./mach bootstrap is directly
|
||||||
|
# called by mach (see mach_bootstrap.bootstrap_command_only) so that
|
||||||
|
# it can install dependencies without needing mach's dependencies
|
||||||
return bootstrap.bootstrap(self.context, force=force)
|
return bootstrap.bootstrap(self.context, force=force)
|
||||||
|
|
||||||
@Command('bootstrap-salt',
|
@Command('bootstrap-salt',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue