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

Unified Diff: tools/dartium/upload_steps.py

Issue 452713002: Fix Dartium Upload for sha256 sums (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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: tools/dartium/upload_steps.py
diff --git a/tools/dartium/upload_steps.py b/tools/dartium/upload_steps.py
index 3d54409b12ab7321c689b57eb1ba14c96563d060..8665f843928a9c3fe47c015d28ae41a09446f9df 100755
--- a/tools/dartium/upload_steps.py
+++ b/tools/dartium/upload_steps.py
@@ -174,7 +174,7 @@ def Upload(module, zip_file, info, archive_latest=False):
sys.platform,
info.arch,
info.mode.lower())
- UploadFile(zip_file, remote_path, create_md5sum=True)
+ UploadFile(zip_file, remote_path, checksum_files=True)
print '@@@STEP_LINK@download@' + remote_path + '@@@'
« 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