Chromium Code Reviews

Issue 6312167: In the chroot, don't do any path mucking. Just run chromite. (Closed)

Created:
9 years, 10 months ago by diandersAtChromium
Modified:
9 years, 6 months ago
Reviewers:
jrbarnette
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

In the chroot, don't do any path mucking. Just run chromite. Change-Id: I416d4d1601ee157ae808eaa1f0a2c08d688d4c8e BUG=chromium-os:11772 TEST=Ran chromite a few different ways inside and outside chroot. Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=194da01

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Stats (+16 lines, -12 lines)
M bin/chromite View 1 chunk +16 lines, -12 lines 4 comments

Messages

Total messages: 5 (0 generated)
diandersAtChromium
Richard, I think this should patch things finish up the wrapper changes we talked about. ...
9 years, 10 months ago (2011-02-05 00:25:07 UTC) #1
jrbarnette
I have a comment on what looks like a pre-existing bug introduced in the last ...
9 years, 10 months ago (2011-02-07 19:51:23 UTC) #2
diandersAtChromium
Richard, I've pointed out the bit of code that should delete bad directories from the ...
9 years, 10 months ago (2011-02-07 21:30:49 UTC) #3
diandersAtChromium
http://codereview.chromium.org/6312167/diff/1/bin/chromite File bin/chromite (right): http://codereview.chromium.org/6312167/diff/1/bin/chromite#newcode53 bin/chromite:53: sys.path = path + sys.path It looks like the ...
9 years, 10 months ago (2011-02-07 21:31:02 UTC) #4
jrbarnette
9 years, 10 months ago (2011-02-08 00:46:06 UTC) #5
OK, I'm satisfied as is.

LGTM!

http://codereview.chromium.org/6312167/diff/1/bin/chromite
File bin/chromite (right):

http://codereview.chromium.org/6312167/diff/1/bin/chromite#newcode62
bin/chromite:62: sys.path = sys.path[len(path):]
On 2011/02/07 21:31:02, diandersAtChromium wrote:
> Paths are deleted here.

Ah, I missed this.

Powered by Google App Engine