aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/package_commands.py
Commit message (Collapse)AuthorAgeFilesLines
* Auto merge of #12088 - this-jacob:colon_to_dash, r=ConnorGBrewsterbors-servo2016-07-031-4/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change colons to dashes in package name <!-- Please describe your changes on the following line: --> Updating packaging so that packages use '-' instead of a ':' r? @ConnorGBrewster --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] These changes fix #11984 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because they are updating packaging <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12088) <!-- Reviewable:end -->
| * Change colons to dashes in package nameJacob Thomas2016-07-011-4/+6
| |
* | Add shebang to Linux runservo.shMarco Neumann2016-07-011-1/+1
|/
* fix runservo.sh using absolute pathConnor Brewster2016-06-301-1/+1
|
* Copy resources on linux packageConnor Brewster2016-06-301-0/+2
|
* put run script in the right folder for packagingConnor Brewster2016-06-301-1/+1
|
* fix dylib relinking issue for mac packagingConnor Brewster2016-06-281-18/+25
|
* create an app bundle and package it in dmgConnor Brewster2016-06-281-1/+75
| | | | | | Fix resource lookup, add package prefs fix tidy issues
* Fix preference namePaul Rouget2016-06-241-1/+1
|
* add reload keyboard shortcutmrmiywj2016-06-231-1/+1
| | | | rename the preference to shell.builtin-key-shortcuts.enabled
* Create `mach package`edunham2016-06-031-0/+138
* 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