summaryrefslogtreecommitdiffstats
path: root/etc/legacy/redhat-8-i386.cfg
blob: f04ed7ca57f2162b7a90711c7ffdeca277f0d9ec (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-8-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://<fill in your URL here>/redhat/8/os/i386/

[updates-released]
name=updates
baseurl=http://<fill in your URL here>/redhat/8/updates/i386/

[groups]
name=groups
baseurl=http://<fill in your URL here>/buildgroups/rh8/i386/

"""