mirror of
https://github.com/clearlinux/bundle-chroot-builder.git
synced 2026-08-19 03:57:21 +00:00
6a0cafa6175694fa14383a33a5903f8c20b27159
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>
Configuration File ================== Please update the configuration file paths to point to where your bundle-chroot-builder and clr-bundles directories are on the system. The builder configuration file can be found in: /usr/share/defaults/bundle-chroot-builder/ By default, the builder will use the config in here, but can be overridden by one placed in /etc/bundle-chroot-builder/, or specified with -c/--config. Running The Builder =================== To build version 10 chroots: ./bundle-chroot-builder.py 10 To build version 10 chroots using a custom configuration file ./bundle-chroot-builder -c /path/to/builder.conf 10
Description
Languages
Python
97.8%
M4
1.3%
Makefile
0.9%