luci-app-lxc: remove bypassing GPG validation
authorDaniel Nilsson <daniel.nilsson94@outlook.com>
Wed, 1 May 2024 20:17:43 +0000 (22:17 +0200)
committerPaul Donald <itsascambutmailmeanyway+github@gmail.com>
Wed, 1 May 2024 23:33:26 +0000 (01:33 +0200)
commit07b7c642de304392e034e035e4c39ccfe1f8c78d
tree1ed4196ffd4d73a6ceabd85c526d242030c0c057
parent3815d4fc0714169a18763352b6a9c70aef3adcf8
luci-app-lxc: remove bypassing GPG validation

Since https://github.com/lxc/lxc/commit/58520263041b6864cadad96278848f9b8ce78ee9
which is part of LXC 5.0, not being able to bypass GPG validation anymore has
been enforced by upstream in lxc-download. When LXC was bumped to 5.0.1 in
https://github.com/openwrt/packages/commit/d957a2293b2a21b1edca1aa92e141bad8292251a
this broke passing the --no-validate option to lxc-download, which resulted
in getting the output of the --help command line option as the RPC output of
lxc-download as it doesn't understand the --no-validate option. This in turn
broke the string parsing for compatible distributions and their versions.

To solve this, this commit removes the --no-validate option entirely as it has
been removed by upstream.

Signed-off-by: Daniel Nilsson <daniel.nilsson94@outlook.com>
applications/luci-app-lxc/luasrc/controller/lxc.lua
applications/luci-app-lxc/luasrc/model/cbi/lxc.lua