aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/package_commands.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Auto merge of #12244 - rev112:package-repro-pure, r=aneeshusabors-servo2016-08-041-6/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create .tar.gz package deterministically using Python's "tarfile" <!-- Please describe your changes on the following line: --> A development of #12108, creates a .tar.gz package using the `tarfile` and `gzip` modules, without external dependencies. Fixes #11981. Also this fixes the issue when the existing `resources/` directory didn't allow to create a new package and failed with "File exists" error. --- <!-- 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] `./mach test-tidy` does not report any errors - [X] These changes fix #11981 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because "more general approach to reproducibility testing is needed" <!-- 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/12244) <!-- Reviewable:end -->
| * Create .tar.gz package deterministicallyAnton Ovchinnikov2016-08-041-6/+15
| | | | | | | | Fixes #11981.
* | Enable multiprocess and sandboxPaul Rouget2016-08-031-2/+2
|/ | | | | Enable multiprocess and sandbox for Mac and Linux when running browserhtml.
* Add Windows packaging to create an MSI installerJack Moffitt2016-07-251-5/+54
|
* 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