Skip to content

Commit

Permalink
[dist] Update the Vagrant box when setting up
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hennevogel committed Jan 18, 2017
1 parent 3993a18 commit 855c66c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/common.sh
Expand Up @@ -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() {
Expand Down

0 comments on commit 855c66c

Please sign in to comment.