aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/package_commands.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove more deprecated Windows GNU code/docsAneesh Agrawal2017-04-161-19/+6
|
* Delete any existing dmg before recreating it.Josh Matthews2017-04-011-0/+4
|
* Update Hyper and OpenSSLddh2017-03-311-3/+3
|
* Remove freetype dependency on WindowsUK9922017-02-061-8/+4
|
* Package: Restore `run-servo` script on MacOSUK9922017-01-061-0/+10
|
* Package: Create ZIP on WindowsUK9922017-01-061-5/+43
|
* Move get_browserhtml_path to command_base #14815Teodor Szente2017-01-021-8/+2
| | | | | | Remove unused import of find_dep_path_newest #14815 Move get_browserhtml_path top along with find_dep_path_newest #14815
* Package: Small cleanupUK9922016-12-291-12/+9
|
* Package: Move Android packaging to target dirUK9922016-12-291-6/+12
| | | | Fixes #13800
* Package: Set `shell.homepage` to browserhtmlUK9922016-12-291-18/+0
| | | | Closes #12154
* Package: Simplify getting browserhtml pathUK9922016-12-291-16/+13
|
* Package: Merge changed prefs from package-prefs.json to prefs.jsonUK9922016-12-291-15/+31
|
* Auto merge of #14531 - UK992:win32-installer, r=larsbergstrombors-servo2016-12-121-10/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various Windows installer fixes and improvements r? @metajack or @larsbergstrom --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14531) <!-- Reviewable:end -->
| * Add Windows support for `mach install`UK9922016-12-101-10/+21
| |
* | Package macos/Linux builds under release/debug dirsWilliam Lee2016-12-091-5/+5
| | | | | | | | | | | | | | | | | | This commit updates the 'mach package' command to generate output under the target/release and target/debug directories when run on macOS and Linux. etc/ci/upload_nightly.sh has also been updated to upload packages from the release/debug directories.
* | Cleanup path manipulations under macOS/LinuxWilliam Lee2016-12-091-31/+39
|/ | | | | Path manipulation has been changed from using '/' to using os.path functions for packaging code for macOS and Linux targets.
* moving datetimestamping responsiblities from mach packageJake Goldsborough2016-11-031-9/+3
| | | | to CI upload, swaps semicolons for dashes
* Fix path to browserhtml in Linux runservo.shAneesh Agrawal2016-10-031-2/+2
|
* Auto merge of #12850 - Coder206:newFolderLinux, r=aneeshusabors-servo2016-09-301-18/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New folder linux <!-- Please describe your changes on the following line: --> --- <!-- 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 #11983 (github issue number if applicable). - [x] There are tests for these changes (./mach package) <!-- 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="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12850) <!-- Reviewable:end -->
| * Use a temp folder when packaging on LinuxPatrick Trottier2016-09-301-18/+18
| | | | | | | | | | | | | | | | The purpose of the code is to make a new temporary folder with the necessary resources used to package Linux. Before this, the package was built based on a modified target directory. By using a temporary folder, it removes the need to rebuild Servo every time it gets packaged for Linux.
* | Update test expectations, remove webrender prefs/cmd line.Glenn Watson2016-09-281-1/+1
|/
* WebBluetooth Android supportAttila Dusnoki2016-09-061-0/+9
|
* Add servo version to mac about servo window.Connor Brewster2016-08-191-0/+20
|
* Revert "Enable multiprocess and sandbox"Paul Rouget2016-08-151-2/+2
| | | | This reverts commit 663f8530cfc1464e11ece49131949c7e798ef7f2.
* brew packagePaul Rouget2016-08-091-22/+71
|
* Fix flag compose in runservo.shtsawada2016-08-061-1/+1
| | | s/-S--pref/-S --pref/
* 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