The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/distrobuilder/pull/147
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Fixes #145 Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From 79199f03cdc7ec8295834019d0734f43e278e450 Mon Sep 17 00:00:00 2001 From: Thomas Hipp <thomas.h...@canonical.com> Date: Mon, 4 Mar 2019 14:02:51 +0100 Subject: [PATCH] sources: Fix openSUSE Leap 15 tarball URL Signed-off-by: Thomas Hipp <thomas.h...@canonical.com> --- sources/opensuse-http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/opensuse-http.go b/sources/opensuse-http.go index 753e17d..c5ee04a 100644 --- a/sources/opensuse-http.go +++ b/sources/opensuse-http.go @@ -138,7 +138,7 @@ func (s *OpenSUSEHTTP) getPathToTarball(baseURL string, release string, arch str u.Path = path.Join(u.Path, "containers_ports") } - u.Path = path.Join(u.Path, fmt.Sprintf("opensuse-leap-%s-image.%s-lxc.tar.xz", release, + u.Path = path.Join(u.Path, fmt.Sprintf("opensuse-leap-image.%s-lxc.tar.xz", arch)) }
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel