mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-03-03 03:17:55 +01:00
Fix usage of automate-git.py --fast-update with new checkouts (issue #2435)
This commit is contained in:
parent
58e2e4b23d
commit
58413e16b1
@ -1413,7 +1413,7 @@ write_branch_config_file(out_src_dir, cef_branch)
|
||||
if options.logchromiumchanges and chromium_checkout != chromium_compat_version:
|
||||
log_chromium_changes()
|
||||
|
||||
if options.forcepatchupdate or (not options.fastupdate and \
|
||||
if options.forcepatchupdate or ((chromium_checkout_new or not options.fastupdate) and \
|
||||
chromium_checkout_changed and \
|
||||
chromium_checkout != chromium_compat_version):
|
||||
# Not using the known-compatible Chromium version. Try to update patch files.
|
||||
|
Loading…
x
Reference in New Issue
Block a user