Fix Build Break
When your patch brakes build, commit bot send you email. You should do
Fix Compilation Failure on chromeos trybot- Remove out put files, e.g. rm -rf out
- Run GYP_DEFINES="chromeos=1" gclient runhooks
- Run make chromeos_builder
Fix Compilation Failure on linux_view trybot
- Remove out put files, e.g. rm -rf out
- Run GYP_DEFINES="toolkit_views=1" gclient runhooks
- Run make
Merge to Release Branch
When you think your change should be into release branch, you should get approval from release manager from http://crbug.com (add Mstone-XX and Merge-Requested label, then send email to release manager)
- Check branch-id of milestone from http://src.chromium.org/viewvc/chrome/releases/
- Create empty directory for drover work space, e.g. ~/drover
- Drover downloads files related to your patch from SVN tree into directory drover_123456_876.
- Run drover in drover work space
- Example:
- Branch 15.0.876.0
- Revision 123456
- drover --branch 876 --merge 123456
- Check result in http://crbug.com
|
|