photoionization / chromium_source_tarball_deprecated

Generate source tarball of Chromium automatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Chromium source tarball

Automatically generate source tarballs for Chromium releases channel, and upload them to the releases page.

Unlike the offical source tarballs which only contains dependencies for Linux that specified for Linux packagers, source tarballs in this repo includes the dependencies of all platforms.

Usage

1. Bootstrap

$ ./script/bootstrap

2. Generate the source tarball

$ ./script/sync 38.0.2125.101

3. Upload generated source tarball to GitHub Release

$ ./script/upload

Keep updated with Chrome Releases blog

The source tarballs in this repo are kept updated with the Chrome Releases blog, you can find the script under script/chrome_releases_monitor/.

License

The code of this project is published under public domain.

About

Generate source tarball of Chromium automatically


Languages

Language:HTML 99.3%Language:Python 0.6%Language:JavaScript 0.1%Language:Shell 0.1%