
At the moment in case an arbitrary repository is defined for `lxc_apt_mirror` debootsrap may fail with being impossible to verify gpg key. This patch provides an option to supply arbitrary path to the gpg against which Release file will be verified. Change-Id: I3e81c9296361ef621b933be06b0803ca09a8b127 Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
12 lines
399 B
YAML
12 lines
399 B
YAML
---
|
|
features:
|
|
- |
|
|
Added variable ``lxc_apt_mirror_gpg_check`` to either enforce or disable
|
|
gpg check during LXC image preparation through debootstrap. It is enabled
|
|
by default.
|
|
|
|
- |
|
|
Added variable ``lxc_apt_mirror_gpg_file`` which provides path on the
|
|
remote host to GPG file location, against which to verify packages
|
|
from ``lxc_apt_mirror`` during debootstrap process.
|