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:
Chris Sosa 2010-07-21 12:19:08 -07:00
parent 78992a33f4
commit 2566c3fc3c

View File

@ -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)