From 20b0ff063a92e6d4a5ecaf621e527c09ff1e5515 Mon Sep 17 00:00:00 2001 From: Marcus G K Williams Date: Thu, 19 Dec 2019 14:28:23 -0800 Subject: Fix verify build remove obs ppa Remove no longer public jonathonf ppa Issue-ID: CIMAN-359 Signed-off-by: Marcus G K Williams Change-Id: I12a24a28914654127e3bd27e7814b42ecd897ca1 --- kud/hosting_providers/vagrant/installer.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kud/hosting_providers/vagrant') diff --git a/kud/hosting_providers/vagrant/installer.sh b/kud/hosting_providers/vagrant/installer.sh index 235736e1..15974863 100755 --- a/kud/hosting_providers/vagrant/installer.sh +++ b/kud/hosting_providers/vagrant/installer.sh @@ -247,6 +247,9 @@ if [ -f $kud_folder/sources.list ]; then sudo mv /etc/apt/sources.list /etc/apt/sources.list.backup sudo cp $kud_folder/sources.list /etc/apt/sources.list fi +echo "Removing ppa for jonathonf/python-3.6" +sudo ls /etc/apt/sources.list.d/ || true +sudo find /etc/apt/sources.list.d -maxdepth 1 -name '*jonathonf*' -delete || true sudo apt-get update install_k8s _set_environment_file -- cgit 1.2.3-korg