summaryrefslogtreecommitdiffstats
path: root/etc/legacy/redhat-9-i386.cfg
blob: be1f5ddeff6f43eaaf8268c237ca3b0994361e0f (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
#!/usr/bin/python -tt
import os
config_opts['root'] = 'redhat-9-i386'
config_opts['target_arch'] = 'i386'
config_opts['runuser'] = '/bin/su'


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=core
baseurl=http://download.fedoralegacy.org/redhat/9/os/i386/

[updates-released]
name=updates
baseurl=http://download.fedoralegacy.org/redhat/9/updates/i386/

[groups]
name=groups
baseurl=http://fedoraproject.org/buildgroups/rh9/i386/

"""