Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: cros_mark_as_stable.py

Issue 3048005: Adding --desc_from_logs option from git cl upload (Closed) Base URL: ssh://git@chromiumos-git//crosutils.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cros_mark_as_stable.py
diff --git a/cros_mark_as_stable.py b/cros_mark_as_stable.py
index 8c9ba50d683357e52d87af97103b5e3831984cee..9018df4aefa42c0b419578b19ee823cb2a85568f 100755
--- a/cros_mark_as_stable.py
+++ b/cros_mark_as_stable.py
@@ -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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698