Initial EPEL mock config

Josh Boyer jwboyer at jdub.homelinux.org
Fri Nov 10 04:34:11 UTC 2006


Hi All,

Below is an initial EPEL config.  I'm not quite sure where packages will
go, and I'm not sure if the CentOS base and updates are correct but I
thought I would get this discussion started since EPEL is starting to
move.

Please review and let me know your thoughts.  Again, this is just an
example for now.

thx,
josh

#!/usr/bin/python -tt
import os
config_opts['root'] = 'epel-4-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=$releasever&arch=$basearch&repo=os

[update]
name=updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates

[groups]
name=groups
baseurl=http://buildsys.fedoraproject.org/buildgroups/rhel4/i386/

[extras]
name=epel
mirrorlist=http://fedora.redhat.com/download/mirrors/epel-4

[local]
name=local
baseurl=http://buildsys.fedoraproject.org/plague-results/epel-4/




More information about the buildsys mailing list