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

Unified Diff: cros_mark_as_stable.py

Issue 3046051: cros_mark_as_stable: modify push to use tracking branch (Closed) Base URL: http://src.chromium.org/git/crosutils.git
Patch Set: Created 10 years, 4 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 d9373c05efc2d11412b71f3e3649437528efc02a..3af5df8890cb4f70b47012abad869139690ae419 100755
--- a/cros_mark_as_stable.py
+++ b/cros_mark_as_stable.py
@@ -131,7 +131,7 @@ def _PushChange():
_RunCommand('git cl upload --desc_from_logs -m "%s"' %
'Marking set of ebuilds as stable')
_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)
« 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