Project

General

Profile

« Previous | Next » 

Revision b2279e38

Added by Ewoud Kohl van Wijngaarden about 4 years ago

Drop EPEL in acceptance tests

View differences:

spec/spec_helper_acceptance.rb
on host, 'sed -i "s/keepcache=.*/keepcache=1/" /etc/yum.conf'
# refresh check if cache needs refresh on next yum command
on host, 'yum clean expire-cache'
# We always need EPEL
host.install_package('epel-release')
# We need SCL as well for dynflow
if fact_on(host, 'operatingsystem') == 'CentOS'
host.install_package('centos-release-scl-rh')

Also available in: Unified diff