Rev | Line | |
---|
[2403] | 1 | config_opts['root'] = 'fedora-19-i386' |
---|
| 2 | config_opts['target_arch'] = 'i686' |
---|
| 3 | config_opts['legal_host_arches'] = ('i386', 'i586', 'i686', 'x86_64') |
---|
| 4 | config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' |
---|
| 5 | config_opts['dist'] = 'fc19' # only useful for --resultdir variable subst |
---|
| 6 | |
---|
| 7 | config_opts['yum.conf'] = """ |
---|
| 8 | [main] |
---|
| 9 | cachedir=/var/cache/yum |
---|
| 10 | debuglevel=1 |
---|
| 11 | reposdir=/dev/null |
---|
| 12 | logfile=/var/log/yum.log |
---|
| 13 | retries=20 |
---|
| 14 | obsoletes=1 |
---|
| 15 | gpgcheck=0 |
---|
| 16 | assumeyes=1 |
---|
| 17 | syslog_ident=mock |
---|
| 18 | syslog_device= |
---|
| 19 | |
---|
| 20 | # repos |
---|
| 21 | |
---|
| 22 | [fedora] |
---|
| 23 | name=fedora |
---|
| 24 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-19&arch=i386 |
---|
| 25 | #baseurl=http://dl.fedoraproject.org/pub/fedora/linux/releases/19/Everything/i386/os/ |
---|
| 26 | failovermethod=priority |
---|
| 27 | |
---|
| 28 | [updates] |
---|
| 29 | name=updates |
---|
| 30 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f19&arch=i386 |
---|
| 31 | #baseurl=http://dl.fedoraproject.org/pub/fedora/linux/updates/19/i386/ |
---|
| 32 | failovermethod=priority |
---|
| 33 | |
---|
| 34 | [updates-testing] |
---|
| 35 | name=updates-testing |
---|
| 36 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f19&arch=i386 |
---|
| 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 |
---|
| 48 | baseurl=http://web.mit.edu/scripts/yum-repos/rpm-fc19/ |
---|
| 49 | enabled=1 |
---|
| 50 | gpgcheck=0 |
---|
| 51 | |
---|
| 52 | [fedora-debuginfo] |
---|
| 53 | name=fedora-debuginfo |
---|
| 54 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-19&arch=i386 |
---|
| 55 | failovermethod=priority |
---|
| 56 | enabled=0 |
---|
| 57 | |
---|
| 58 | [updates-debuginfo] |
---|
| 59 | name=updates-debuginfo |
---|
| 60 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f19&arch=i386 |
---|
| 61 | failovermethod=priority |
---|
| 62 | enabled=0 |
---|
| 63 | |
---|
| 64 | [updates-testing-debuginfo] |
---|
| 65 | name=updates-testing-debuginfo |
---|
| 66 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-debug-f19&arch=i386 |
---|
| 67 | failovermethod=priority |
---|
| 68 | enabled=0 |
---|
| 69 | """ |
---|
Note: See
TracBrowser
for help on using the repository browser.