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

Issue 519075: Decrease the number of bootstrap packages in install_packages.sh. (Closed)

Created:
10 years, 11 months ago by tedbo
Modified:
9 years, 7 months ago
Reviewers:
Bill Richardson
CC:
chromium-os-reviews_googlegroups.com
Visibility:
Public.

Description

Decrease the number of bootstrap packages in install_packages.sh. We use apt to install the majority of our packages. In order to get apt running where it can install packages we first need to force install a small set of packages that have cyclic dependencies. This CL reduces the required set quite a bit and fixes a bug where we were installing a few wrong packages than what we were attempting to install due to a bad glob.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -15 lines) Patch
M src/scripts/install_packages.sh View 6 chunks +23 lines, -15 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
tedbo
10 years, 11 months ago (2010-01-07 06:12:31 UTC) #1
Bill Richardson
10 years, 11 months ago (2010-01-07 18:25:40 UTC) #2
I made one comment, but it's not a big deal since this is work in progress.
Otherwise LGTM.

http://codereview.chromium.org/519075/diff/1/2
File src/scripts/install_packages.sh (right):

http://codereview.chromium.org/519075/diff/1/2#newcode191
src/scripts/install_packages.sh:191: PKG=$(ls "${REPO}"/${p}_*_i386.deb)
This is for the target filesystem, not the chroot, right?
Shouldn't this be ${FLAGS_target} instead of i386?

Powered by Google App Engine
This is Rietveld 408576698