-
Notifications
You must be signed in to change notification settings - Fork 7
/
centos-tls-5-i386.cfg
75 lines (61 loc) · 1.95 KB
/
centos-tls-5-i386.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# coding=utf-8
config_opts['root'] = 'centos-5-i386'
config_opts['target_arch'] = 'i386'
config_opts['chroot_setup_cmd'] = 'install buildsys-build coreutils redhat-rpm-config'
config_opts['dist'] = 'el5' # only useful for --resultdir variable subst
config_opts['plugin_conf']['ccache_enable'] = True
config_opts['yum.conf'] = """
[main]
cachedir=/var/cache/yum
debuglevel=1
logfile=/var/log/yum.log
reposdir=/dev/null
retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
# repos
[core]
name=base
#mirrorlist=http://mirrorlist.centos.org/?release=5&arch=i386&repo=os
baseurl=http://merlin.fit.vutbr.cz/mirrors/centos/5/os/i386/
[update]
name=updates
#mirrorlist=http://mirrorlist.centos.org/?release=5&arch=i386&repo=updates
baseurl=http://merlin.fit.vutbr.cz/mirrors/centos/5/updates/i386/
[hrb-stable]
name = hrb
baseurl = http://repository.vsb.cz/hrb33/el5/hrb/stable/i386/
[hrb-tls-stable]
name = hrb-tls
baseurl = http://repository.vsb.cz/hrb33/el5/hrb-tls/stable/i386/
#[hrb-testing]
#name = hrb-test
#baseurl = http://repository.vsb.cz/hrb33/el5/hrb/testing/i386/
#[groups]
#name=groups
#baseurl=http://buildsys.fedoraproject.org/buildgroups/rhel5/i386/
##baseurl=http://dev.centos.org/centos/buildsys/5/
#[extras]
#name=epel
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=i386
#[testing]
#name=epel-testing
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel5&arch=i386
#[local]
#name=local
#baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-5-epel/
[rpmforge]
name = rpmforge
mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge
exclude=perl-Test-Simple
[rpmforge-extras]
name = rpmforge-extras
mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge-extras
exclude=perl-Test-Simple
"""
config_opts['macros']['%packager']= 'David Hrbáč <david@hrbac.cz>'
config_opts['macros']['%dist']= '.el5.hrb'
config_opts['macros']['centos_ver']= 5
config_opts['macros']['%rhel']= 5
config_opts['macros']['%el5']= 1