* PATCH: Fix URL for LXC tarball
@ 2013-10-21 6:37 Jonatan Pålsson
2013-10-21 10:31 ` David Nyström
0 siblings, 1 reply; 2+ messages in thread
From: Jonatan Pålsson @ 2013-10-21 6:37 UTC (permalink / raw)
To: meta-virtualization
[-- Attachment #1: Type: text/plain, Size: 165 bytes --]
Hello,
See the following patch for the correct URL.
--
Regards,
Jonatan Pålsson
Pelagicore AB
Ekelundsgatan 4, 6th floor, SE-411 18 Gothenburg, Sweden
[-- Attachment #2: 0001-lxc-fixed-URL-for-tarball.patch --]
[-- Type: application/octet-stream, Size: 1122 bytes --]
From 7c64e76bd1c2578b9cc5f792fa62308f2aa41cbd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonatan=20P=C3=A5lsson?= <jonatan.palsson@pelagicore.com>
Date: Mon, 21 Oct 2013 08:22:22 +0200
Subject: [PATCH] lxc: fixed URL for tarball
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Jonatan Pålsson <jonatan.palsson@pelagicore.com>
---
recipes-containers/lxc/lxc_0.9.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-containers/lxc/lxc_0.9.0.bb b/recipes-containers/lxc/lxc_0.9.0.bb
index 563131f..0a7e674 100644
--- a/recipes-containers/lxc/lxc_0.9.0.bb
+++ b/recipes-containers/lxc/lxc_0.9.0.bb
@@ -21,7 +21,7 @@ RDEPENDS_${PN} = " \
perl-module-exporter-heavy \
"
-SRC_URI = "http://lxc.sourceforge.net/download/lxc/${PN}-${PV}.tar.gz \
+SRC_URI = "http://lxc.sourceforge.net/downloads/${PN}-${PV}.tar.gz \
file://lxc-0.9.0-disable-udhcp-from-busybox-template.patch \
file://lxc-0.9.0-enable-chroot-chpasswd-functionality-for-busybox-hosts.patch \
file://lxc-0.9.0-check-when-bind-mounting-libdirs.patch \
--
1.8.4.rc3
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: PATCH: Fix URL for LXC tarball
2013-10-21 6:37 PATCH: Fix URL for LXC tarball Jonatan Pålsson
@ 2013-10-21 10:31 ` David Nyström
0 siblings, 0 replies; 2+ messages in thread
From: David Nyström @ 2013-10-21 10:31 UTC (permalink / raw)
To: Jonatan Pålsson, meta-virtualization
On 10/21/2013 08:37 AM, Jonatan Pålsson wrote:
> Hello,
>
> See the following patch for the correct URL.
>
Hej Jonathan,
That new URL seems to fail for me.
$ wget http://lxc.sourceforge.net/downloads/lxc-0.9.0.tar.gz
--2013-10-21 12:26:35--
http://lxc.sourceforge.net/downloads/lxc-0.9.0.tar.gz
Resolving lxc.sourceforge.net (lxc.sourceforge.net)... 216.34.181.96
Connecting to lxc.sourceforge.net
(lxc.sourceforge.net)|216.34.181.96|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-10-21 12:26:35 ERROR 404: Not Found.
The old URL issued a redirect, to an URL which now is 404:ed
wget http://lxc.sourceforge.net/download/lxc/lxc-0.9.0.tar.gz
--2013-10-21 12:24:30--
http://lxc.sourceforge.net/download/lxc/lxc-0.9.0.tar.gz
Resolving lxc.sourceforge.net (lxc.sourceforge.net)... 216.34.181.96
Connecting to lxc.sourceforge.net
(lxc.sourceforge.net)|216.34.181.96|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://linuxcontainers.org/downloads/lxc/lxc-0.9.0.tar.gz
[following]
--2013-10-21 12:24:30--
http://linuxcontainers.org/downloads/lxc/lxc-0.9.0.tar.gz
Resolving linuxcontainers.org (linuxcontainers.org)... 204.232.175.78
Connecting to linuxcontainers.org
(linuxcontainers.org)|204.232.175.78|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-10-21 12:24:30 ERROR 404: Not Found.
I suppose you meant to add URL, which seems to be working.
wget http://linuxcontainers.org/downloads/lxc-0.9.0.tar.gz
Please correct the URL, and use git send-email to send further patches.
Br,
David
>
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-21 10:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-21 6:37 PATCH: Fix URL for LXC tarball Jonatan Pålsson
2013-10-21 10:31 ` David Nyström
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.