summaryrefslogtreecommitdiffstats
path: root/fc9xt.cfg
blob: 807bb88132ab3c22b3024a26e4fa88633f506554 (plain)
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
config_opts['root'] = 'fc9x'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'

config_opts['plugin_conf']['ccache_enable'] = True
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc9x/"

config_opts['macros']['%_topdir']="/builddir/build"
config_opts['macros']['%_smp_mflags']="-j3"
config_opts['macros']['%vendor']="Remi Collet"
config_opts['macros']['%packager']="http://blog.famillecollet.com/"
config_opts['macros']['%dist']=".fc9.remi"
config_opts['macros']['%fedora']="9"
config_opts['macros']['%_with_ibase']="1"
config_opts['macros']['%_with_oci8']="1"
config_opts['macros']['%runselftest']="0"


config_opts['yum.conf'] = """
[main]
cachedir=/var/cache/yum
debuglevel=1
reposdir=/dev/null
logfile=/var/log/yum.log
retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
exclude=[ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefhijklmnopqrstuvwxyz]*.i*86 g[abcdefghijkmnopqrstuvwxyz]*.i?86 glib2.i?86 glib.i?86

# repos

[fedora]
name=fedora
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=x86_64
baseurl=http://fr2.rpmfind.net/linux/fedora/releases/9/Everything/x86_64/os/
	http://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/fedora/linux/releases/9/Everything/x86_64/os/

[updates-released]
name=updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/9/x86_64/
baseurl=http://fr2.rpmfind.net/linux/fedora/updates/9/x86_64.newkey/
	http://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/fedora/linux/updates/9/x86_64.newkey/
	http://mirrors.ircam.fr/pub/fedora/linux/updates/9/x86_64.newkey/
enabled=1

#[groups]
#name=groups
#baseurl=http://buildsys.fedoraproject.org/buildgroups/development/x86_64/

[remi]
name=remi public
baseurl=file:/home/rpmbuild/site/rpms/fedora/9/remi/x86_64/
enabled=1

[remi-priv]
name=remi prive
baseurl=file:/home/rpmbuild/site/rpms/priv/x86_64/
enabled=1

[remi-test]
name=remi test
baseurl=file:/home/rpmbuild/site/rpms/fedora/9/test/x86_64/
enabled=1

[livna]
name=Livna
baseurl=http://rpm.livna.org/fedora/development/x86_64/
failovermethod=priority
enabled=0

"""