mock/etc redhat-8-i386.cfg,NONE,1.1.2.1

John Clark Williams (jcwillia) fedora-extras-commits at redhat.com
Thu Aug 17 17:06:40 UTC 2006


Author: jcwillia

Update of /cvs/fedora/mock/etc
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1228

Added Files:
      Tag: mock-0-6-branch
	redhat-8-i386.cfg 
Log Message:
template config for rhl8


--- NEW FILE redhat-8-i386.cfg ---
#!/usr/bin/python -tt
import os
config_opts['root'] = 'redhat-8-i386'
config_opts['target_arch'] = 'i386'


config_opts['yum.conf'] = """
[main]
cachedir=/var/cache/yum
debuglevel=1
logfile=/var/log/yum.log
reposdir=/dev/null
retries=20
obsoletes=1
gpgcheck=0
assumeyes=1

# repos

[core]
name=core
baseurl=http://<fill in your URL here>/redhat/8/os/i386/

[updates-released]
name=updates
baseurl=http://<fill in your URL here>/redhat/8/updates/i386/

[groups]
name=groups
baseurl=http://<fill in your URL here>/buildgroups/rh8/i386/

"""




More information about the scm-commits mailing list