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

Unified Diff: client/bin/kernel.py

Issue 1595019: Merge remote branch 'origin/upstream' into tempbranch (Closed)
Patch Set: Created 10 years, 8 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 | « client/bin/harness_autoserv.py ('k') | client/common_lib/base_packages.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/bin/kernel.py
diff --git a/client/bin/kernel.py b/client/bin/kernel.py
index b0fc543473748aeba068d29f4a7156ecf386b93b..b39869710c83b935416bc43cbb843c345d69df40 100644
--- a/client/bin/kernel.py
+++ b/client/bin/kernel.py
@@ -271,7 +271,7 @@ class kernel(object):
else:
os.chdir(os.path.dirname(self.src_dir))
# Figure out local destination for tarball
- tarball = os.path.join(self.src_dir, os.path.basename(base_tree))
+ tarball = os.path.join(self.src_dir, os.path.basename(base_tree.split(';')[0]))
utils.get_file(base_tree, tarball)
print 'Extracting kernel tarball:', tarball, '...'
utils.extract_tarball_to_dir(tarball, self.build_dir)
« no previous file with comments | « client/bin/harness_autoserv.py ('k') | client/common_lib/base_packages.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698