wesleyzeng / chromium-source-tarball

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/.

About

Generate source tarball of Chromium automatically


Languages

Language:HTML 98.8%Language:Python 0.9%Language:JavaScript 0.2%Language:Shell 0.1%