Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Generate source tarball of Chromium automatically

Notifications You must be signed in to change notification settings

photoionization/chromium_source_tarball_deprecated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.