mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 21:46:58 +02:00
cros_mark_as_stable: modify push to use tracking branch
BUG=5258 TEST=Successfully pushed. Change-Id: I985da7577e88f4a734f8281cae4aafce8dda5933 Review URL: http://codereview.chromium.org/3046051
This commit is contained in:
parent
138904ef93
commit
6d523e1a56
@ -131,7 +131,7 @@ def _PushChange():
|
|||||||
_RunCommand('git cl upload --desc_from_logs -m "%s"' %
|
_RunCommand('git cl upload --desc_from_logs -m "%s"' %
|
||||||
'Marking set of ebuilds as stable')
|
'Marking set of ebuilds as stable')
|
||||||
_RunCommand('git remote update')
|
_RunCommand('git remote update')
|
||||||
_RunCommand('git rebase origin/master')
|
_RunCommand('git rebase %s' % gflags.FLAGS.tracking_branch)
|
||||||
_RunCommand('git cl push %s' % gflags.FLAGS.push_options)
|
_RunCommand('git cl push %s' % gflags.FLAGS.push_options)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user