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

Issue 6583001: Update build_image to link to make.globals directly, instead of to directory. (Closed)

Created:
9 years, 10 months ago by davidjames
Modified:
9 years, 4 months ago
Reviewers:
marcheu, Daniel Kurtz, sosa
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Visibility:
Public.

Description

Update build_image to link to make.globals directly, instead of to directory. The xorg-server ebuild creates /usr/share/portage on the rootfs partition. This breaks build_image which wants to point the same directory at the stateful partition. To work around this we just link to make.globals directly. This workaround fixes gmerge but doesn't address the problem that there might be more files inside /usr/share/portage. A better fix should be addressed as part of crosbug.com/11502 BUG=chromium-os:12441 TEST=Run build_image and verify /usr/share/portage/config/make.globals points to /usr/local/share/portage/config/make.globals and that the latter also exists. Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=e887548

Patch Set 1 #

Patch Set 2 : Use cp instead of ln #

Patch Set 3 : Typo fix #

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

Messages

Total messages: 4 (0 generated)
davidjames
9 years, 10 months ago (2011-02-23 19:03:01 UTC) #1
anush
On Wed, Feb 23, 2011 at 11:03 AM, <davidjames@chromium.org> wrote: > Reviewers: Daniel Kurtz, sosa, ...
9 years, 10 months ago (2011-02-23 20:01:05 UTC) #2
davidjames
> I missed the original reason we changed it from a copy to a symlink. ...
9 years, 10 months ago (2011-02-23 20:15:41 UTC) #3
marcheu
9 years, 10 months ago (2011-02-23 22:21:23 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698