source: trunk/server/fedora/config/etc/mock/scripts-fc17-x86_64.cfg @ 2343

Last change on this file since 2343 was 2246, checked in by ezyang, 12 years ago
Reintegrate Fedora 17 development branch into trunk.
File size: 1.3 KB
Line 
1config_opts['root'] = 'fedora-17-x86_64'
2config_opts['target_arch'] = 'x86_64'
3config_opts['legal_host_arches'] = ('x86_64')
4config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
5config_opts['dist'] = 'fc17'  # only useful for --resultdir variable subst
6
7config_opts['yum.conf'] = """
8[main]
9cachedir=/var/cache/yum
10debuglevel=1
11reposdir=/dev/null
12logfile=/var/log/yum.log
13retries=20
14obsoletes=1
15gpgcheck=0
16assumeyes=1
17syslog_ident=mock
18syslog_device=
19# grub/syslinux on x86_64 need glibc-devel.i386 which pulls in glibc.i386, need to exclude all
20# .i?86 packages except these.
21#exclude=[0-9A-Za-fh-z]*.i?86 g[0-9A-Za-km-z]*.i?86 gl[0-9A-Za-hj-z]*.i?86 gli[0-9A-Zac-z]*.i?86 glib[0-9A-Za-bd-z]*.i?86
22# The above is not needed anymore with yum multilib policy of "best" which is the default in Fedora.
23
24# repos
25
26[fedora]
27name=fedora
28mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-17&arch=x86_64
29failovermethod=priority
30
31[updates-released]
32name=updates
33#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f17&arch=x86_64
34baseurl=http://dl.fedoraproject.org/pub/fedora/linux/updates/17/x86_64/
35failovermethod=priority
36
37[local]
38name=local
39baseurl=file:///home/scripts-build/mock-local/
40cost=2000
41enabled=1
42
43[scripts]
44name=Scripts
45baseurl=http://web.mit.edu/scripts/yum-repos/rpm-fc17/
46enabled=1
47gpgcheck=0
48"""
Note: See TracBrowser for help on using the repository browser.