mirror of
https://github.com/clearlinux/common.git
synced 2026-09-05 21:21:41 +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>
24 lines
619 B
Plaintext
24 lines
619 B
Plaintext
[autospec]
|
|
# The upstream git repository URL base
|
|
#git =
|
|
|
|
# Optional URL to use for scanning license files
|
|
#license_fetch =
|
|
|
|
# Optional URL to interact with online license checker
|
|
#license_show =
|
|
|
|
# Base URL for stored upstream tarballs
|
|
#upstream =
|
|
|
|
# String to replace with "localhost" in upstream tarball URLs
|
|
#urlban =
|
|
|
|
# Path to packages file, a list of current packages in Clear Linux. It can be
|
|
# an absolute path or a path relative to this autospec.conf.
|
|
#packages_file =
|
|
|
|
# Path to yum config, used for generating whatrequires. It can be an absolute
|
|
# path or a path relative to this autospec.conf.
|
|
#yum_conf =
|