mirror of
https://github.com/clearlinux/common.git
synced 2026-05-15 11:33:45 +00:00
The "image-creator" and "koji-client-files" subdirectories are named as such to reflect their purpose from long ago. In the present, the names are confusing, so I am shuffling files around a bit to reflect current usage. All conf files (or conf file templates) have been moved to "conf" instead, and some documentation has been added to explain what the files are used for, and how they can be customized. Also, after moving the conf files, the last file remaining in one of the old subdirectories is "start_qemu.sh", so move it to the toplevel dir. We could eventually move the miscellaneous scripts into a dedicated directory too, but I will save that for another time. Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
26 lines
434 B
Plaintext
26 lines
434 B
Plaintext
[main]
|
|
cachedir=/var/cache/yum/clear/
|
|
keepcache=1
|
|
debuglevel=2
|
|
logfile=/var/log/yum.log
|
|
exactarch=1
|
|
obsoletes=1
|
|
gpgcheck=0
|
|
plugins=0
|
|
retries=10
|
|
installonly_limit=3
|
|
reposdir=/root/mash
|
|
|
|
[clear]
|
|
name=Clear
|
|
baseurl=https://cdn.download.clearlinux.org/current/x86_64/os/
|
|
enabled=1
|
|
gpgcheck=0
|
|
|
|
[clear-source]
|
|
name=Clear sources
|
|
failovermethod=priority
|
|
baseurl=https://cdn.download.clearlinux.org/current/source/SRPMS/
|
|
enabled=1
|
|
gpgcheck=0
|