Displaying 4 results from an estimated 4 matches for "vgeppetto3".
Did you mean:
vgeppetto2
2020 Aug 23
2
Mock config error
...ation file that points to my local dnf repo.
I have the following in the mock config template:
[local-repo]
name=my-Local
baseurl=http://yumrepo.example.com/yum-repository/local/centos/8/x86_64/
failovermethod=priority
skip_if_unavailable=False
When I try to run mock I get the following error:
(vgeppetto3 pts18) $ mock -v -r epel-8-x86_64 /home/mock/rpmbuild/SRPMS/centos-release-8.2-2.2004.0.1.el8.1.src.rpm
File "<string>", line 238
baseurl=http://yumrepo.example.com/yum-repository/local/centos/8/x86_64/
^
SyntaxError: invalid syntax
ERROR: Error in confi...
2020 Aug 24
2
Mock config error
...config template:
>>
>> [local-repo]
>> name=my-Local
>> baseurl=http://yumrepo.example.com/yum-repository/local/centos/8/x86_64/ failovermethod=priority
>> skip_if_unavailable=False
>>
>> When I try to run mock I get the following error:
>>
>> (vgeppetto3 pts18) $ mock -v -r epel-8-x86_64 /home/mock/rpmbuild/SRPMS/centos-release-8.2-2.2004.0.1.el8.1.src.rpm
>>
>> File "<string>", line 238
>>
>> baseurl=http://yumrepo.example.com/yum-repository/local/centos/8/x86_64/
>>
>> ^
>&...
2020 Aug 24
0
Mock config error
...I have the following in the mock config template:
>
> [local-repo]
> name=my-Local
> baseurl=http://yumrepo.example.com/yum-repository/local/centos/8/x86_64/ failovermethod=priority
> skip_if_unavailable=False
>
> When I try to run mock I get the following error:
>
> (vgeppetto3 pts18) $ mock -v -r epel-8-x86_64 /home/mock/rpmbuild/SRPMS/centos-release-8.2-2.2004.0.1.el8.1.src.rpm
>
> File "<string>", line 238
>
> baseurl=http://yumrepo.example.com/yum-repository/local/centos/8/x86_64/
>
> ^
> SyntaxError: invalid...
2020 Aug 24
0
Mock config error
...dist tag on the
> rpms. In epel/centos 8 this does not work.
>
> If I run "mock --debug-config epel-8-x86_64"
> I see '%dist': '.el8.tnt'} in the output but the rpm name does not have the el8.tnt tag in the name.
>
> Below is what I actually get:
> (vgeppetto3 pts19) $ ll /var/lib/mock/epel-8-x86_64/result/centos-release-8.2-2.2004.0.1.el8.1.x86_64.rpm -rw-r--r--. 1 mock mock 20404 Aug 24 13:32 /var/lib/mock/epel-8-x86_64/result/centos-release-8.2-2.2004.0.1.el8.1.x86_64.rpm
> (vgeppetto3 pts19)
>
> I have the following in the spec file:
> R...