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

Unified Diff: tools/dartium/buildbot_annotated_steps.py

Issue 366563003: Fix order of parameters for generating dartium upload info object. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 6 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: tools/dartium/buildbot_annotated_steps.py
===================================================================
--- tools/dartium/buildbot_annotated_steps.py (revision 37774)
+++ tools/dartium/buildbot_annotated_steps.py (working copy)
@@ -82,7 +82,7 @@
dart_revision = dart_tools_utils.GetSVNRevision()
version = dart_revision + '.0'
- info = upload_steps.BuildInfo(version, dart_revision)
+ info = upload_steps.BuildInfo(dart_revision, version)
result = 0
« 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