mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 15:11:19 +02:00
Change default tracking branch for new workflow
As I was writing a doc to describe how to manually uprev I decided that this was a good time to change the default to be consistent with the new workflow. Change-Id: I18932f66004161303f22835ab3b4a8436995300a Review URL: http://codereview.chromium.org/3125024
This commit is contained in:
parent
cb39f9929b
commit
b34604c49a
@ -36,7 +36,7 @@ gflags.DEFINE_string('push_options', '',
|
||||
gflags.DEFINE_string('srcroot', '%s/trunk/src' % os.environ['HOME'],
|
||||
'Path to root src directory.',
|
||||
short_name='r')
|
||||
gflags.DEFINE_string('tracking_branch', 'origin',
|
||||
gflags.DEFINE_string('tracking_branch', 'cros/master',
|
||||
'Used with commit to specify branch to track against.',
|
||||
short_name='t')
|
||||
gflags.DEFINE_boolean('verbose', False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user