<div dir="ltr"><div dir="ltr">On Tue, Oct 13, 2020 at 11:32 AM Niels de Vos &lt;<a href="mailto:ndevos@redhat.com">ndevos@redhat.com</a>&gt; 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 &lt;&lt; EOF | vagrant ssh -c &#39;sudo sh&#39;<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> &gt; 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&#39;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>