Parent Directory
|
Revision Log
Adding mock configuration for Nikhef mwsec repository.
1 | config_opts['root'] = 'mwsec-el5-i386' |
2 | config_opts['target_arch'] = 'i386' |
3 | config_opts['legal_host_arches'] = ('i386', 'i586', 'i686', 'x86_64') |
4 | config_opts['chroot_setup_cmd'] = 'install buildsys-build' |
5 | config_opts['dist'] = 'el5' # only useful for --resultdir variable subst |
6 | config_opts['macros']['%__arch_install_post'] = '%{nil}' |
7 | |
8 | config_opts['yum.conf'] = """ |
9 | [main] |
10 | cachedir=/var/cache/yum |
11 | debuglevel=1 |
12 | logfile=/var/log/yum.log |
13 | reposdir=/dev/null |
14 | retries=20 |
15 | obsoletes=1 |
16 | gpgcheck=0 |
17 | assumeyes=1 |
18 | syslog_ident=mock |
19 | syslog_device= |
20 | |
21 | # repos |
22 | |
23 | [core] |
24 | name=base |
25 | mirrorlist=http://mirrorlist.centos.org/?release=5&arch=i386&repo=os |
26 | |
27 | [update] |
28 | name=updates |
29 | mirrorlist=http://mirrorlist.centos.org/?release=5&arch=i386&repo=updates |
30 | |
31 | [groups] |
32 | name=groups |
33 | baseurl=http://buildsys.fedoraproject.org/buildgroups/rhel5/i386/ |
34 | |
35 | [extras] |
36 | name=epel |
37 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=i386 |
38 | |
39 | [testing] |
40 | name=epel-testing |
41 | enabled=0 |
42 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel5&arch=i386 |
43 | |
44 | [mwsec] |
45 | name=mwsec |
46 | baseurl=http://software.nikhef.nl/dist/redhat/el5/mwsec/i386/ |
47 | |
48 | [mwsec_testing] |
49 | name=mwsec-testing |
50 | enabled=0 |
51 | baseurl=http://software.nikhef.nl/dist/redhat/testing/el5/mwsec/i386/ |
52 | |
53 | [local] |
54 | name=local |
55 | baseurl=http://kojipkgs.fedoraproject.org/repos/dist-5E-epel-build/latest/i386/ |
56 | cost=2000 |
57 | enabled=0 |
58 | |
59 | """ |
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |