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

Unified Diff: tools/bots/bot_utils.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 | « no previous file | tools/bots/linux_distribution_support.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/bot_utils.py
diff --git a/tools/bots/bot_utils.py b/tools/bots/bot_utils.py
index 7fc9ca0a43d3bec62c1ccfd3bca568640798e358..9e55a66ca58fde0d22e0791fd2423eb608505b0a 100644
--- a/tools/bots/bot_utils.py
+++ b/tools/bots/bot_utils.py
@@ -145,9 +145,8 @@ class GCSNamer(object):
def sdk_directory(self, revision):
return self._variant_directory('sdk', revision)
- def linux_packages_directory(self, revision, linux_system):
- return '/'.join([self._variant_directory('linux_packages', revision),
- linux_system])
+ def linux_packages_directory(self, revision):
+ return '/'.join([self._variant_directory('linux_packages', revision)])
def src_directory(self, revision):
return self._variant_directory('src', revision)
« no previous file with comments | « no previous file | tools/bots/linux_distribution_support.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698