<div dir="ltr"><div>Hi Kaleb, <br></div><div><br></div><div>I was able to run the script on the softserve setup on centos-7 and centos-8. <br></div><div>Also managed to send a patch for this to work on centos-8 and use the devel branch instead of master.<br></div><div><a href="https://github.com/gluster/centosci/pull/112">https://github.com/gluster/centosci/pull/112</a></div><div><br></div><div>Thanks again Niels, Kaleb, Saju for your help. <br></div><div><br></div><div>Regards</div><div>Rinku<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Oct 14, 2020 at 6:49 PM Kaleb Keithley <<a href="mailto:kkeithle@redhat.com">kkeithle@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">On Tue, Oct 13, 2020 at 11:32 AM Niels de Vos <<a href="mailto:ndevos@redhat.com" target="_blank">ndevos@redhat.com</a>> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
For me, the following works:<br>
<br>
$ mkdir centos8-fluster<br>
$ cd centos8-gluster<br>
$ vagrant init centos/8<br>
$ vagrant up<br>
$ cat << EOF | vagrant ssh -c 'sudo sh'<br>
dnf -y update<br>
dnf -y install epel-release<br>
curl <a href="https://termbin.com/sc70j" rel="noreferrer" target="_blank">https://termbin.com/sc70j</a> > nightly-build.sh<br>
export CENTOS_VERSION=8 CENTOS_ARCH=x86_64 GERRIT_BRANCH=master<br>
sh -x nightly-build.sh<br>
EOF<br>
<br>
The <a href="https://termbin.com/sc70j" rel="noreferrer" target="_blank">https://termbin.com/sc70j</a> is a slightly modified version of the<br>
jobs/scripts/nightly-builds/nightly-builds.sh script from the<br>
gluster/centosci repository. It has some adaptions for CentOS-8, which<br>
will need to get merged in a cleaner way into the original script.<br>
<br>
You mentioned over chat that this didn't work for you. So I am wondering<br>
if others have problems with the above steps too.<br></blockquote><div><br></div><div>The above worked for me. I was also able to just run the script by itself without vagrant, and even just build in mock from the/a src.rpm (made from head of release-8 branch.)</div><div><br></div><div>Rinku and I spent a couple hours trying different things and found that %{python3_sitelib} is somehow not defined when he was running the builds in mock. But it could be seen in the root.log that python3-rpm-macros was installed, so we were at a loss as to why %{python3-sitelib} was not defined.</div><div><br></div><div>--</div><div><br></div><div>Kaleb</div><div><br></div></div></div>
</blockquote></div>