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

Unified Diff: tools/promote.py

Issue 2903603002: Fix some issues with buildbot recipe change. (Closed)
Patch Set: Fix promote script Created 3 years, 7 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 | « tools/deps/dartium.deps/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/promote.py
diff --git a/tools/promote.py b/tools/promote.py
index 81ab4025479916d880faf7bc8758481c16994117..4b5569f8084e28bf094d6e71c289c8474fb22ed4 100644
--- a/tools/promote.py
+++ b/tools/promote.py
@@ -143,9 +143,8 @@ def _PromoteDartArchiveBuild(channel, revision):
Gsutil(['-m', 'cp', '-a', 'public-read', '-R', from_loc, to_loc])
# Copy wheezy linux deb and src packages.
- from_loc = raw_namer.linux_packages_directory(revision, 'debian_wheezy')
- to_loc = release_namer.linux_packages_directory(to_revision,
- 'debian_wheezy')
+ from_loc = raw_namer.linux_packages_directory(revision)
+ to_loc = release_namer.linux_packages_directory(to_revision)
remove_gs_directory(to_loc)
Gsutil(['-m', 'cp', '-a', 'public-read', '-R', from_loc, to_loc])
« no previous file with comments | « tools/deps/dartium.deps/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698