Parent Directory
|
Revision Log
Adding mock configuration for Nikhef mwsec repository.
1 | msalle | 2394 | config_opts['root'] = 'mwsec-el5-x86_64' |
2 | config_opts['target_arch'] = 'x86_64' | ||
3 | config_opts['legal_host_arches'] = ('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 | # grub/syslinux on x86_64 need glibc-devel.i386 which pulls in glibc.i386, need to exclude all | ||
21 | # .i?86 packages except these. | ||
22 | exclude=[1-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 | ||
23 | # repos | ||
24 | |||
25 | [core] | ||
26 | name=base | ||
27 | mirrorlist=http://mirrorlist.centos.org/?release=5&arch=x86_64&repo=os | ||
28 | |||
29 | [update] | ||
30 | name=updates | ||
31 | mirrorlist=http://mirrorlist.centos.org/?release=5&arch=x86_64&repo=updates | ||
32 | |||
33 | [groups] | ||
34 | name=groups | ||
35 | baseurl=http://buildsys.fedoraproject.org/buildgroups/rhel5/x86_64/ | ||
36 | |||
37 | [extras] | ||
38 | name=epel | ||
39 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=x86_64 | ||
40 | |||
41 | [testing] | ||
42 | name=epel-testing | ||
43 | enabled=0 | ||
44 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel5&arch=x86_64 | ||
45 | |||
46 | [mwsec] | ||
47 | name=mwsec | ||
48 | baseurl=http://software.nikhef.nl/dist/redhat/el5/mwsec/x86_64/ | ||
49 | |||
50 | [mwsec_testing] | ||
51 | name=mwsec-testing | ||
52 | enabled=0 | ||
53 | baseurl=http://software.nikhef.nl/dist/redhat/testing/el5/mwsec/x86_64/ | ||
54 | |||
55 | [local] | ||
56 | name=local | ||
57 | baseurl=http://kojipkgs.fedoraproject.org/repos/dist-5E-epel-build/latest/x86_64/ | ||
58 | cost=2000 | ||
59 | enabled=0 | ||
60 | |||
61 | """ |
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |