Remove pybootchartgui since it messes up our repo.

The mirroring process for the internal package repository puts
all mirrored packages into "main" for some reason. Since the Karmic
version of pybootchartgui is in "universe", when we use the internal
repository of packages we need to reference it based on "universe".
However, the external repo will have it at "main". We can't have it
both ways, so we'll need to give up on pybootchartgui until after we
fix up the repo mirroing.

Review URL: http://codereview.chromium.org/509010
This commit is contained in:
tedbo 2009-12-21 11:06:04 -08:00
parent e016b13fe5
commit d3ab617757

View File

@ -50,7 +50,6 @@ apt-get --yes --force-yes --no-install-recommends \
# TODO: Move this and other developer oriented "components" into an optional
# package-list-prod-dev.txt (ideally with a better name).
apt-get --yes --force-yes --no-install-recommends install bootchart
apt-get --yes --force-yes --no-install-recommends install pybootchartgui
# Install additional packages from a second mirror, if necessary. This must
# be done after all packages from the first repository are installed; after