Last change
on this file since 2726 was
2679,
checked in by andersk, 8 years ago
|
Add missing mock configuration for scripts-fc20-i386
|
File size:
1.8 KB
|
Rev | Line | |
---|
[2679] | 1 | config_opts['root'] = 'fedora-20-i386' |
---|
| 2 | config_opts['target_arch'] = 'i686' |
---|
| 3 | config_opts['legal_host_arches'] = ('i386', 'i586', 'i686', 'x86_64') |
---|
| 4 | config_opts['chroot_setup_cmd'] = 'install @buildsys-build' |
---|
| 5 | config_opts['dist'] = 'fc20' # only useful for --resultdir variable subst |
---|
| 6 | config_opts['extra_chroot_dirs'] = [ '/run/lock', ] |
---|
| 7 | config_opts['releasever'] = '20' |
---|
| 8 | |
---|
| 9 | config_opts['yum.conf'] = """ |
---|
| 10 | [main] |
---|
| 11 | cachedir=/var/cache/yum |
---|
| 12 | debuglevel=1 |
---|
| 13 | reposdir=/dev/null |
---|
| 14 | logfile=/var/log/yum.log |
---|
| 15 | retries=20 |
---|
| 16 | obsoletes=1 |
---|
| 17 | gpgcheck=0 |
---|
| 18 | assumeyes=1 |
---|
| 19 | syslog_ident=mock |
---|
| 20 | syslog_device= |
---|
| 21 | |
---|
| 22 | # repos |
---|
| 23 | |
---|
| 24 | [fedora] |
---|
| 25 | name=fedora |
---|
| 26 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-20&arch=i386 |
---|
| 27 | #baseurl=http://dl.fedoraproject.org/pub/fedora/linux/releases/20/Everything/i386/os/ |
---|
| 28 | failovermethod=priority |
---|
| 29 | |
---|
| 30 | [updates] |
---|
| 31 | name=updates |
---|
| 32 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f20&arch=i386 |
---|
| 33 | #baseurl=http://dl.fedoraproject.org/pub/fedora/linux/updates/20/i386/ |
---|
| 34 | failovermethod=priority |
---|
| 35 | |
---|
| 36 | [updates-testing] |
---|
| 37 | name=updates-testing |
---|
| 38 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f20&arch=i386 |
---|
| 39 | failovermethod=priority |
---|
| 40 | enabled=0 |
---|
| 41 | |
---|
| 42 | [local] |
---|
| 43 | name=local |
---|
| 44 | baseurl=file:///home/scripts-build/mock-local/ |
---|
| 45 | cost=2000 |
---|
| 46 | enabled=1 |
---|
| 47 | |
---|
| 48 | [scripts] |
---|
| 49 | name=Scripts |
---|
| 50 | baseurl=http://web.mit.edu/scripts/yum-repos/rpm-fc20/ |
---|
| 51 | enabled=1 |
---|
| 52 | gpgcheck=0 |
---|
| 53 | |
---|
| 54 | [fedora-debuginfo] |
---|
| 55 | name=fedora-debuginfo |
---|
| 56 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-20&arch=i386 |
---|
| 57 | failovermethod=priority |
---|
| 58 | enabled=0 |
---|
| 59 | |
---|
| 60 | [updates-debuginfo] |
---|
| 61 | name=updates-debuginfo |
---|
| 62 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f20&arch=i386 |
---|
| 63 | failovermethod=priority |
---|
| 64 | enabled=0 |
---|
| 65 | |
---|
| 66 | [updates-testing-debuginfo] |
---|
| 67 | name=updates-testing-debuginfo |
---|
| 68 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-debug-f20&arch=i386 |
---|
| 69 | failovermethod=priority |
---|
| 70 | enabled=0 |
---|
| 71 | """ |
---|
Note: See
TracBrowser
for help on using the repository browser.