From 855c66cdf4b273cfbc9ed7d5803ae2a7098b32a8 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Wed, 18 Jan 2017 12:48:44 +0100 Subject: [PATCH] [dist] Update the Vagrant box when setting up openSUSE 42.1 got a GCC update that we need to pull in to mitigate problems when building ruby binary extensions. Also remove the chef/puppet/dlp repos, we do not use them. --- contrib/common.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/common.sh b/contrib/common.sh index a33321910b1..e5fdf58c0ef 100644 --- a/contrib/common.sh +++ b/contrib/common.sh @@ -5,10 +5,12 @@ function allow_vendor_change() { } function add_common_repos() { - zypper -q ar -f http://download.opensuse.org/repositories/devel:/languages:/perl/openSUSE_Leap_42.1/devel:languages:perl.repo + zypper -q rr systemsmanagement-chef + zypper -q rr systemsmanagement-puppet zypper -q ar -f http://download.opensuse.org/repositories/OBS:/Server:/Unstable/openSUSE_42.1/OBS:Server:Unstable.repo zypper -q ar -f http://download.opensuse.org/repositories/openSUSE:/Tools/openSUSE_42.1/openSUSE:Tools.repo zypper -q --gpg-auto-import-keys refresh + zypper -q -n dup -l --replacefiles } function install_common_packages() {