-
Notifications
You must be signed in to change notification settings - Fork 65
/
config.ini
26 lines (21 loc) · 990 Bytes
/
config.ini
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
[DEFAULT]
outputdir =
# workdir =
# srcdir = os.path.join(os.path.dirname(sys.argv[0], '..')
os_name = centos-atomic-host
ostree_remote = centos-atomic-continuous
os_pretty_name = CentOS Atomic Host
docker_os_name = centos7-atomichost-builder
tree_name = continuous
tree_file = centos-atomic-host-continuous.json
is_final = True
arch = x86_64
release = 7
ref = centos-atomic-host/7/x86_64/devel/continuous
# lorax_exclude_packages = oscap-anaconda-addon, ostree-2016.1-2.atomic.el7
# Base repository
yum_baseurl = http://mirror.centos.org/centos/%(release)s/os/%(arch)s/
# Repositories above and beyond yum_baseurl that lorax can use to compose ISO content.
# These need to be provides in a comma separated list.
lorax_additional_repos = http://mirror.centos.org/centos/%(release)s/updates/%(arch)s/, http://buildlogs.centos.org/centos/7/atomic/x86_64/Packages/, https://ci.centos.org/artifacts/sig-atomic/rdgo/centos-continuous/build
[7]