Last change
on this file since 2081 was
1889,
checked in by achernya, 13 years ago
|
Also update new repo path for mock
|
File size:
1.4 KB
|
Rev | Line | |
---|
[1708] | 1 | config_opts['root'] = 'fedora-13-x86_64' |
---|
| 2 | config_opts['target_arch'] = 'x86_64' |
---|
| 3 | config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' |
---|
| 4 | config_opts['dist'] = 'fc13' # only useful for --resultdir variable subst |
---|
| 5 | |
---|
| 6 | config_opts['yum.conf'] = """ |
---|
| 7 | [main] |
---|
| 8 | cachedir=/var/cache/yum |
---|
| 9 | debuglevel=1 |
---|
| 10 | reposdir=/dev/null |
---|
| 11 | logfile=/var/log/yum.log |
---|
| 12 | retries=20 |
---|
| 13 | obsoletes=1 |
---|
| 14 | gpgcheck=0 |
---|
| 15 | assumeyes=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] |
---|
| 24 | name=fedora |
---|
| 25 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-13&arch=x86_64 |
---|
| 26 | failovermethod=priority |
---|
| 27 | |
---|
| 28 | [updates-released] |
---|
| 29 | name=updates |
---|
| 30 | #mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f13&arch=x86_64 |
---|
| 31 | baseurl=http://download3.fedora.redhat.com/pub/fedora/linux/updates/13/x86_64/ |
---|
| 32 | failovermethod=priority |
---|
| 33 | |
---|
| 34 | [updates-testing] |
---|
| 35 | name=updates-testing |
---|
| 36 | baseurl=http://download3.fedora.redhat.com/pub/fedora/linux/updates/testing/13/x86_64/ |
---|
| 37 | failovermethod=priority |
---|
| 38 | enabled=0 |
---|
| 39 | |
---|
| 40 | [local] |
---|
| 41 | name=local |
---|
| 42 | baseurl=file:///home/scripts-build/mock-local/ |
---|
| 43 | cost=2000 |
---|
| 44 | enabled=1 |
---|
| 45 | |
---|
| 46 | [scripts] |
---|
| 47 | name=Scripts |
---|
[1889] | 48 | baseurl=http://web.mit.edu/scripts/yum-repos/rpm-fc13/ |
---|
[1708] | 49 | enabled=1 |
---|
| 50 | gpgcheck=0 |
---|
| 51 | """ |
---|
| 52 | |
---|
| 53 | |
---|
Note: See
TracBrowser
for help on using the repository browser.