All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][kirkstone][PATCH 0/2] fix the template of lxc download failure on kirkstone
@ 2023-03-17 10:28 Xiangyu Chen
  2023-03-17 10:28 ` [meta-virtualization][kirkstone][PATCH 1/2] lxc: backport changes from master for templates-use-curl-instead-of-wget.patch Xiangyu Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Xiangyu Chen @ 2023-03-17 10:28 UTC (permalink / raw)
  To: meta-virtualization

From: Xiangyu Chen <xiangyu.chen@windriver.com>

Hi Bruce,

This series of patch to fix the template of lxc-download on kirkstone.

When we using a download container command[1], the lxc-create would report missing 
"fi" error, this has been already fixed on master, so backport those changes in 
templates-use-curl-instead-of-wget.patch to kirkstone.

05f316f70a4d : lxc: update to 5.x and meson
211918936180 : treewide: bulk update patches with status field

After backport those changes, the lxc-create with download template still has 
failure, after checking the image website url, it was redirected to a mirror
site, so curl need to add a -L option to support url redirect, the version of 
curl in kirkstone also need to add an option -f to use return an error code to 
tell the caller when http/https has errors.


[1] lxc-create -t download -n test -- --dist archlinux --release current --arch arm64


Xiangyu Chen (2):
  lxc: backport changes from master for
    templates-use-curl-instead-of-wget.patch
  lxc: add -L and -f for curl in
    templates-use-curl-instead-of-wget.patch

 .../templates-use-curl-instead-of-wget.patch  | 40 ++++++++++---------
 1 file changed, 21 insertions(+), 19 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-17 19:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-17 10:28 [meta-virtualization][kirkstone][PATCH 0/2] fix the template of lxc download failure on kirkstone Xiangyu Chen
2023-03-17 10:28 ` [meta-virtualization][kirkstone][PATCH 1/2] lxc: backport changes from master for templates-use-curl-instead-of-wget.patch Xiangyu Chen
2023-03-17 10:28 ` [meta-virtualization][kirkstone][PATCH 2/2] lxc: add -L and -f for curl in templates-use-curl-instead-of-wget.patch Xiangyu Chen
2023-03-17 19:33 ` [meta-virtualization][kirkstone][PATCH 0/2] fix the template of lxc download failure on kirkstone Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.