Tudor Marcu e14a928b37 Add url for swupd in builder.conf
The update client currently defaults to the public clearlinux url, and must be
overridden with cmd line options to use other version/content/format urls. This
introduces a problem when running a mix, and not supplying the mix URL will
cause swupd to update from the official URL, rather than the mixer url.
With this patch, the URLs can all be specified and are inserted into conf files
that the swupd client will read, to know what URL to default to.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2016-03-24 16:42:36 -07:00
2016-03-22 13:36:15 -07:00
2016-03-24 16:42:36 -07:00
2016-03-22 13:36:15 -07:00
2016-03-22 13:36:15 -07:00
2016-03-22 13:36:15 -07:00
2016-03-22 13:36:15 -07:00

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
S
Description
No description provided
Readme 128 KiB
Languages
Python 97.8%
M4 1.3%
Makefile 0.9%