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

Issue 2870068: parallel_emerge: Fix builds when PORTAGE_BINHOST is unset (Closed)

Created:
10 years, 5 months ago by Olof Johansson
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Visibility:
Public.

Description

parallel_emerge: Fix builds when PORTAGE_BINHOST is unset BUG=none TEST=Try building for a branch new board overlay that doesn't already have a binhost setup.

Patch Set 1 #

Patch Set 2 : Let's just not call RemotePackageDatabase() when PORTAGE_BINHOST isn't set #

Total comments: 3

Patch Set 3 : Fixed tab. d'oh. #

Patch Set 4 : Move test down into function #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -3 lines) Patch
M parallel_emerge View 1 2 3 2 chunks +10 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Olof Johansson
10 years, 5 months ago (2010-07-26 03:21:21 UTC) #1
David James
Can we just catch the case where PORTAGE_BINHOST is undefined, and succeed on that case, ...
10 years, 5 months ago (2010-07-26 10:23:14 UTC) #2
Olof Johansson
On 2010/07/26 10:23:14, David James wrote: > Can we just catch the case where PORTAGE_BINHOST ...
10 years, 5 months ago (2010-07-26 15:38:50 UTC) #3
Olof Johansson
David suggested I only catch the ValueError exception to still err out on other problems. ...
10 years, 5 months ago (2010-07-27 16:39:17 UTC) #4
davidjames
LGTM w/nits http://codereview.chromium.org/2870068/diff/5001/6001 File parallel_emerge (right): http://codereview.chromium.org/2870068/diff/5001/6001#newcode956 parallel_emerge:956: if self.emerge.settings["PORTAGE_BINHOST"]: This guy can just use ...
10 years, 5 months ago (2010-07-27 16:44:03 UTC) #5
Olof Johansson
Ok, based on that it seems a little cleaner to just move the test of ...
10 years, 5 months ago (2010-07-27 16:59:21 UTC) #6
davidjames
10 years, 4 months ago (2010-07-28 16:46:07 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698