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

Unified Diff: tools/bots/linux_distribution_support.py

Issue 423483002: Fix merge problems in r38573, a cleanup of build scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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/bots/functional_testing.py ('k') | tools/build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/linux_distribution_support.py
diff --git a/tools/bots/linux_distribution_support.py b/tools/bots/linux_distribution_support.py
index ee97f612248c8fc7670a84bd23cad91d6fb43102..6717b959b8da940ad9e2a078e1b37109cc0276fa 100644
--- a/tools/bots/linux_distribution_support.py
+++ b/tools/bots/linux_distribution_support.py
@@ -99,7 +99,7 @@ def SrcSteps(build_info):
version = utils.GetVersion()
builddir = os.path.join(bot_utils.DART_DIR,
- utils.GetBuildDir(HOST_OS, HOST_OS),
+ utils.GetBuildDir(HOST_OS),
'src_and_installation')
if not os.path.exists(builddir):
« no previous file with comments | « tools/bots/functional_testing.py ('k') | tools/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698