Hi,
mock ships config files for EPEL4 but none for EPEL5 afaics. Is anyone willing to prepare and test EPEL5 config files and submitting them via bugzilla to the mock maintainer for inclusion?
CU thl
On 05/09/2007 09:53 PM, Thorsten Leemhuis wrote:
Hi,
mock ships config files for EPEL4 but none for EPEL5 afaics. Is anyone willing to prepare and test EPEL5 config files and submitting them via bugzilla to the mock maintainer for inclusion?
count on me for that, I already have used mock to locally rebuild ssmtp before submitting to EPEL-5. any specific procedure to be applied or posting the centos-5.cfg is enough ?
On 09.05.2007 22:20, Manuel Wolfshant wrote:
On 05/09/2007 09:53 PM, Thorsten Leemhuis wrote:
mock ships config files for EPEL4 but none for EPEL5 afaics. Is anyone willing to prepare and test EPEL5 config files and submitting them via bugzilla to the mock maintainer for inclusion?
count on me for that,
thx
I already have used mock to locally rebuild ssmtp before submitting to EPEL-5. any specific procedure to be applied or posting the centos-5.cfg is enough ?
Well, the config should probably follow the scheme the existing EPEL-4 config file from current mock uses (find it attached).
If you have one open a bug against mock and tell him that we would be very glad if that file could be added quickly in all major mock branches; if the maintainer doesn't react within a few days please let me know.
CU thl
#!/usr/bin/python -tt import os config_opts['root'] = 'epel-4-ppc' config_opts['target_arch'] = 'ppc'
config_opts['yum.conf'] = """ [main] cachdir=/var/cache/yum debuglevel=1 logfile=/var/log/yum.log reposdir=/dev/null retries=20 obsoletes=1 gpgcheck=0 assumeyes=1
# repos
[core] name=base mirrorlist=http://mirror.centos.org/?release=4&arch=ppc&repo=os
[update] name=updates mirrorlist=http://mirror.centos.org/?release=4&arch=ppc&repo=updates
[groups] name=groups baseurl=http://buildsys.fedoraproject.org/buildgroups/rhel4/ppc/
[extras] name=epel mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-4&arch=ppc
[local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-4-epel/
"""
On Thu, May 10, 2007 at 06:52:37AM +0200, Thorsten Leemhuis wrote:
On 09.05.2007 22:20, Manuel Wolfshant wrote:
On 05/09/2007 09:53 PM, Thorsten Leemhuis wrote:
mock ships config files for EPEL4 but none for EPEL5 afaics. Is anyone willing to prepare and test EPEL5 config files and submitting them via bugzilla to the mock maintainer for inclusion?
count on me for that,
thx
I already have used mock to locally rebuild ssmtp before submitting to EPEL-5. any specific procedure to be applied or posting the centos-5.cfg is enough ?
Well, the config should probably follow the scheme the existing EPEL-4 config file from current mock uses (find it attached).
If you have one open a bug against mock and tell him that we would be very glad if that file could be added quickly in all major mock branches; if the maintainer doesn't react within a few days please let me know.
Clark Williams and I are the mock maintainers. I havent seen a bug on this yet, but can put this in.
Two things: -- I am at RH Summit in San Diego right now and wont be able to get to this until I get back -- We have a permissions problem on the git repository where I cannot commit and I'm waiting for resolution from the fedora guys on that. (They appear to be really busy right now with F7)
-- Michael
CU thl
#!/usr/bin/python -tt import os config_opts['root'] = 'epel-4-ppc' config_opts['target_arch'] = 'ppc'
config_opts['yum.conf'] = """ [main] cachdir=/var/cache/yum debuglevel=1 logfile=/var/log/yum.log reposdir=/dev/null retries=20 obsoletes=1 gpgcheck=0 assumeyes=1
# repos
[core] name=base mirrorlist=http://mirror.centos.org/?release=4&arch=ppc&repo=os
[update] name=updates mirrorlist=http://mirror.centos.org/?release=4&arch=ppc&repo=updates
[groups] name=groups baseurl=http://buildsys.fedoraproject.org/buildgroups/rhel4/ppc/
[extras] name=epel mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-4&arch=ppc
[local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-4-epel/
"""
epel-devel-list mailing list epel-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/epel-devel-list
On 05/11/2007 08:32 PM, Michael E Brown wrote:
On Thu, May 10, 2007 at 06:52:37AM +0200, Thorsten Leemhuis wrote:
On 09.05.2007 22:20, Manuel Wolfshant wrote:
On 05/09/2007 09:53 PM, Thorsten Leemhuis wrote:
mock ships config files for EPEL4 but none for EPEL5 afaics. Is anyone willing to prepare and test EPEL5 config files and submitting them via bugzilla to the mock maintainer for inclusion?
count on me for that,
thx
I already have used mock to locally rebuild ssmtp before submitting to EPEL-5. any specific procedure to be applied or posting the centos-5.cfg is enough ?
Well, the config should probably follow the scheme the existing EPEL-4 config file from current mock uses (find it attached).
If you have one open a bug against mock and tell him that we would be very glad if that file could be added quickly in all major mock branches; if the maintainer doesn't react within a few days please let me know.
Clark Williams and I are the mock maintainers. I havent seen a bug on this yet, but can put this in.
Two things: -- I am at RH Summit in San Diego right now and wont be able to get to this until I get back -- We have a permissions problem on the git repository where I cannot commit and I'm waiting for resolution from the fedora guys on that. (They appear to be really busy right now with F7)
The computer I perform tests on is offline too, so I'll proceed with my promise next week.
Manuel
Michael E Brown schrieb:
On Thu, May 10, 2007 at 06:52:37AM +0200, Thorsten Leemhuis wrote:
On 09.05.2007 22:20, Manuel Wolfshant wrote:
On 05/09/2007 09:53 PM, Thorsten Leemhuis wrote:
mock ships config files for EPEL4 but none for EPEL5 afaics. Is anyone willing to prepare and test EPEL5 config files and submitting them via bugzilla to the mock maintainer for inclusion?
count on me for that, I already have used mock to locally rebuild ssmtp before submitting to EPEL-5. any specific procedure to be applied or posting the centos-5.cfg is enough ?
Well, the config should probably follow the scheme the existing EPEL-4 config file from current mock uses (find it attached).
If you have one open a bug against mock and tell him that we would be very glad if that file could be added quickly in all major mock branches; if the maintainer doesn't react within a few days please let me know.
Clark Williams and I are the mock maintainers. I havent seen a bug on this yet, but can put this in.
thx for your help.
Two things: -- I am at RH Summit in San Diego right now and wont be able to get to this until I get back
np
-- We have a permissions problem on the git repository where I cannot commit and I'm waiting for resolution from the fedora guys on that. (They appear to be really busy right now with F7)
Life is fun :-) Well, it will hopefully get solved soon.
Anyway, I got impatient and created mock configs myself. Find them attached. Do they look good? Anyone spotting any stupid typos?
I tried the i386 and the x86_64 one and they worked fine afaics.
Note: I changed the URL from http://mirror.centos.org in the fedora-4*epel files to http://mirrorlist.centos.org in the new ones, as that's what CentOS uses in CentOS 5.
CU thl
#!/usr/bin/python -tt import os config_opts['root'] = 'epel-5-i386' config_opts['target_arch'] = 'i386'
config_opts['yum.conf'] = """ [main] cachdir=/var/cache/yum debuglevel=1 logfile=/var/log/yum.log reposdir=/dev/null retries=20 obsoletes=1 gpgcheck=0 assumeyes=1
# repos
[core] name=base mirrorlist=http://mirrorlist.centos.org/?release=5&arch=i386&repo=os
[update] name=updates mirrorlist=http://mirrorlist.centos.org/?release=5&arch=i386&repo=updates
[groups] name=groups baseurl=http://buildsys.fedoraproject.org/buildgroups/rhel5/i386/
[extras] name=epel mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=i386
[local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-5-epel/
"""
#!/usr/bin/python -tt import os config_opts['root'] = 'epel-5-ppc' config_opts['target_arch'] = 'ppc'
config_opts['yum.conf'] = """ [main] cachdir=/var/cache/yum debuglevel=1 logfile=/var/log/yum.log reposdir=/dev/null retries=20 obsoletes=1 gpgcheck=0 assumeyes=1
# repos
[core] name=base mirrorlist=http://mirrorlist.centos.org/?release=5&arch=ppc&repo=os
[update] name=updates mirrorlist=http://mirrorlist.centos.org/?release=5&arch=ppc&repo=updates
[groups] name=groups baseurl=http://buildsys.fedoraproject.org/buildgroups/rhel5/ppc/
[extras] name=epel mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=ppc
[local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-5-epel/
"""
#!/usr/bin/python -tt import os config_opts['root'] = 'epel-5-x86_64' config_opts['target_arch'] = 'x86_64'
config_opts['yum.conf'] = """ [main] cachdir=/var/cache/yum debuglevel=1 logfile=/var/log/yum.log reposdir=/dev/null retries=20 obsoletes=1 gpgcheck=0 assumeyes=1
# repos
[core] name=base mirrorlist=http://mirrorlist.centos.org/?release=5&arch=x86_64&repo=os
[update] name=updates mirrorlist=http://mirrorlist.centos.org/?release=5&arch=x86_64&repo=updates
[groups] name=groups baseurl=http://buildsys.fedoraproject.org/buildgroups/rhel5/x86_64/
[extras] name=epel mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=x86_64
[local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-5-epel/
"""
On Sat, May 12, 2007 at 06:18:16PM +0200, Thorsten Leemhuis wrote:
I tried the i386 and the x86_64 one and they worked fine afaics.
Note: I changed the URL from http://mirror.centos.org in the fedora-4*epel files to http://mirrorlist.centos.org in the new ones, as that's what CentOS uses in CentOS 5.
these have been added to the git repo. They should be part of 0.7.1 when it gets released. (I want to give 0.7.0 a couple days in the wild to simmer since there hasnt been a release in a while.) -- Michael
epel-devel@lists.fedoraproject.org