From 5420992a2cad4c0a23e436f5f416011f46c97ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Fri, 25 Jul 2014 14:39:14 +0200 Subject: [PATCH] debian: do not enbable grizzly repository from gplhost There is not reason to enable this additional repository anymore. All the important packages are either in wheezy or wheezy-backports. Change-Id: I47af16ba6b507fc929b0d2948c757f4060ba93a5 --- stack.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/stack.sh b/stack.sh index cdfa3dafc3..c73bf8f723 100755 --- a/stack.sh +++ b/stack.sh @@ -219,15 +219,6 @@ fi # Some distros need to add repos beyond the defaults provided by the vendor # to pick up required packages. -# The Debian Wheezy official repositories do not contain all required packages, -# add gplhost repository. -if [[ "$os_VENDOR" =~ (Debian) ]]; then - echo 'deb http://archive.gplhost.com/debian grizzly main' | sudo tee /etc/apt/sources.list.d/gplhost_wheezy-backports.list - echo 'deb http://archive.gplhost.com/debian grizzly-backports main' | sudo tee -a /etc/apt/sources.list.d/gplhost_wheezy-backports.list - apt_get update - apt_get install --force-yes gplhost-archive-keyring -fi - if [[ is_fedora && $DISTRO =~ (rhel) ]]; then # Installing Open vSwitch on RHEL requires enabling the RDO repo. RHEL6_RDO_REPO_RPM=${RHEL6_RDO_REPO_RPM:-"http://rdo.fedorapeople.org/openstack-icehouse/rdo-release-icehouse.rpm"}