mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-26 18:11:45 +01:00
Adding --desc_from_logs option from git cl upload
TEST=Tested git cl upload --desc_from_logs -m "Message" in http://codereview.chromium.org/3027010/show Review URL: http://codereview.chromium.org/3048005
This commit is contained in:
parent
78992a33f4
commit
2566c3fc3c
@ -128,6 +128,8 @@ def _PushChange():
|
||||
generate_test_report.Die('Expected %s to be on branch "%s"' %
|
||||
(_CHROMIUMOS_OVERLAYS_DIRECTORY,
|
||||
_STABLE_BRANCH_NAME))
|
||||
_RunCommand('git cl upload --desc_from_logs -m "%s"' %
|
||||
'Marking set of ebuilds as stable')
|
||||
_RunCommand('git cl push %s' % gflags.FLAGS.push_options)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user