mirror of
https://github.com/servo/servo.git
synced 2025-07-22 06:43:40 +01:00
Create mach package
* Split package commands into their own file * Delete spurious files from build dir * Create runservo.sh to invoke servo with the right browserhtml incantation * Tar it all up with the date and time in the filename
This commit is contained in:
parent
b389ecda67
commit
a1a8e08dca
3 changed files with 145 additions and 62 deletions
|
@ -23,6 +23,7 @@ MACH_MODULES = [
|
|||
os.path.join('python', 'servo', 'build_commands.py'),
|
||||
os.path.join('python', 'servo', 'testing_commands.py'),
|
||||
os.path.join('python', 'servo', 'post_build_commands.py'),
|
||||
os.path.join('python', 'servo', 'package_commands.py'),
|
||||
os.path.join('python', 'servo', 'devenv_commands.py'),
|
||||
]
|
||||
|
||||
|
@ -58,6 +59,11 @@ CATEGORIES = {
|
|||
'long': 'Interact with specific parts of the build system.',
|
||||
'priority': 20,
|
||||
},
|
||||
'package': {
|
||||
'short': 'Package',
|
||||
'long': 'Create objects to distribute',
|
||||
'priority': 15,
|
||||
},
|
||||
'misc': {
|
||||
'short': 'Potpourri',
|
||||
'long': 'Potent potables and assorted snacks.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue