Re: [Gluster-devel] Centos8/RHEL8 Nightly Build for glusterfs needs to be created

2020-10-14 Thread Rinku Kothiya
Hi Kaleb, I was able to run the script on the softserve setup on centos-7 and centos-8. Also managed to send a patch for this to work on centos-8 and use the devel branch instead of master. https://github.com/gluster/centosci/pull/112 Thanks again Niels, Kaleb, Saju for your help. Regards Rinku

Re: [Gluster-devel] Centos8/RHEL8 Nightly Build for glusterfs needs to be created

2020-10-14 Thread Kaleb Keithley
On Tue, Oct 13, 2020 at 11:32 AM Niels de Vos wrote: > > For me, the following works: > > $ mkdir centos8-fluster > $ cd centos8-gluster > $ vagrant init centos/8 > $ vagrant up > $ cat << EOF | vagrant ssh -c 'sudo sh' > dnf -y update > dnf -y install epel-release >