mirror of
https://github.com/clearlinux/bundle-chroot-builder.git
synced 2026-04-28 19:03:43 +00:00
Add configuration for debuginfo bans to server.ini via builder.conf. These configurations will be directly used by swupd-server to determine if it should ban debuginfo files from the manifests and exactly which paths should be banned. This patch cleans up the writing of the server.ini file as well. Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
18 lines
427 B
Plaintext
18 lines
427 B
Plaintext
[Builder]
|
|
SERVER_STATE_DIR=/home/clr/mix/update
|
|
BUNDLE_DIR=/home/clr/mix/mix-bundles
|
|
YUM_CONF=/home/clr/mix/.yum-mix.conf
|
|
CERT=/home/clr/mix/Swupd_Root.pem
|
|
VERSIONS_PATH=/home/clr/mix
|
|
|
|
[swupd]
|
|
BUNDLE=os-core-update
|
|
CONTENTURL=<URL where the content will be hosted>
|
|
VERSIONURL=<URL where the version of the mix will be hosted>
|
|
FORMAT=1
|
|
|
|
[Server]
|
|
debuginfo_banned=true
|
|
debuginfo_lib=/usr/lib/debug/
|
|
debuginfo_src=/usr/src/debug/
|