From d3ab6177579df18e50b99cac0f3efe017a7c8f0b Mon Sep 17 00:00:00 2001 From: tedbo Date: Mon, 21 Dec 2009 11:06:04 -0800 Subject: [PATCH] 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 --- install_packages.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install_packages.sh b/install_packages.sh index d7dd020039..86bcfebea2 100755 --- a/install_packages.sh +++ b/install_packages.sh @@ -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