source: trunk/server/fedora/config/etc/mock/scripts-fc13-x86_64.cfg @ 2518

Last change on this file since 2518 was 2137, checked in by achernya, 12 years ago
Switch from download3.fedora.redhat.com to dl.fedoraproject.org
File size: 1.4 KB
Line 
1config_opts['root'] = 'fedora-13-x86_64'
2config_opts['target_arch'] = 'x86_64'
3config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
4config_opts['dist'] = 'fc13'  # only useful for --resultdir variable subst
5
6config_opts['yum.conf'] = """
7[main]
8cachedir=/var/cache/yum
9debuglevel=1
10reposdir=/dev/null
11logfile=/var/log/yum.log
12retries=20
13obsoletes=1
14gpgcheck=0
15assumeyes=1
16# grub/syslinux on x86_64 need glibc-devel.i386 which pulls in glibc.i386, need to exclude all
17# .i?86 packages except these.
18#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
19# The above is not needed anymore with yum multilib policy of "best" which is the default in Fedora.
20
21# repos
22
23[fedora]
24name=fedora
25mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-13&arch=x86_64
26failovermethod=priority
27
28[updates-released]
29name=updates
30#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f13&arch=x86_64
31baseurl=http://dl.fedoraproject.org/pub/fedora/linux/updates/13/x86_64/
32failovermethod=priority
33
34[updates-testing]
35name=updates-testing
36baseurl=http://dl.fedoraproject.org/pub/fedora/linux/updates/testing/13/x86_64/
37failovermethod=priority
38enabled=0
39
40[local]
41name=local
42baseurl=file:///home/scripts-build/mock-local/
43cost=2000
44enabled=1
45
46[scripts]
47name=Scripts
48baseurl=http://web.mit.edu/scripts/yum-repos/rpm-fc13/
49enabled=1
50gpgcheck=0
51"""
52
53
Note: See TracBrowser for help on using the repository browser.