mirror of
https://github.com/clearlinux/bundle-chroot-builder.git
synced 2026-06-16 02:35:51 +00:00
e14a928b37
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>
12 lines
328 B
Plaintext
12 lines
328 B
Plaintext
[Builder]
|
|
SERVER_STATE_DIR = /var/lib/update
|
|
BUNDLE_DIR = /home/clr/mix/bundles
|
|
YUM_CONF = /usr/share/defaults/bundle-chroot-builder/yum.conf
|
|
|
|
[swupd]
|
|
BUNDLE=os-core-update
|
|
URL=https://download.clearlinux.org/update/
|
|
CONTENTURL=https://download.clearlinux.org/update/
|
|
VERSIONURL=https://download.clearlinux.org/update/
|
|
FORMAT=3
|