All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] lxc: change download folder
@ 2021-03-12  4:58 Robi Buranyi
  0 siblings, 0 replies; 6+ messages in thread
From: Robi Buranyi @ 2021-03-12  4:58 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Robi Buranyi

The URI has been changed to 'https://linuxcontainers.org/downloads/lxc'
by the site maintainers recently. Updating the recipe to reflect the new
path.

Signed-off-by: Robi Buranyi <rburanyi@google.com>
---
 recipes-containers/lxc/lxc_4.0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/lxc/lxc_4.0.1.bb b/recipes-containers/lxc/lxc_4.0.1.bb
index 807232e..ded8065 100644
--- a/recipes-containers/lxc/lxc_4.0.1.bb
+++ b/recipes-containers/lxc/lxc_4.0.1.bb
@@ -36,7 +36,7 @@ RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls bash libgcc"
 
 RDEPENDS_${PN}-networking += "iptables"
 
-SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
+SRC_URI = "http://linuxcontainers.org/downloads/${BPN}/${BPN}-${PV}.tar.gz \
 	file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \
 	file://run-ptest \
 	file://lxc-fix-B-S.patch \
-- 
2.31.0.rc2.261.g7f71774620-goog


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

* [meta-virtualization][PATCH] lxc: change download folder
@ 2021-03-12  4:51 Robi Buranyi
  0 siblings, 0 replies; 6+ messages in thread
From: Robi Buranyi @ 2021-03-12  4:51 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Robi Buranyi

The URI has been changed to 'https://linuxcontainers.org/downloads/lxc'
by the site maintainers recently. Updating the recipe to reflect the new
path.

Signed-off-by: Robi Buranyi <rburanyi@google.com>
---
 recipes-containers/lxc/lxc_4.0.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/lxc/lxc_4.0.4.bb b/recipes-containers/lxc/lxc_4.0.4.bb
index 4ef5fc0..637846e 100644
--- a/recipes-containers/lxc/lxc_4.0.4.bb
+++ b/recipes-containers/lxc/lxc_4.0.4.bb
@@ -36,7 +36,7 @@ RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls bash libgcc"
 
 RDEPENDS_${PN}-networking += "iptables"
 
-SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
+SRC_URI = "http://linuxcontainers.org/downloads/${BPN}/${BPN}-${PV}.tar.gz \
 	file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \
 	file://run-ptest \
 	file://lxc-fix-B-S.patch \
-- 
2.31.0.rc2.261.g7f71774620-goog


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

* Re: [meta-virtualization][PATCH] lxc: change download folder
  2021-03-12  3:57   ` Robi Buranyi
@ 2021-03-12  4:03     ` Bruce Ashfield
  0 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2021-03-12  4:03 UTC (permalink / raw)
  To: Robi Buranyi; +Cc: meta-virtualization

On Thu, Mar 11, 2021 at 10:58 PM Robi Buranyi <rburanyi@google.com> wrote:
>
> Thank you for reviewing and merging it, Bruce.
>
> I was sending it through regular “git email” with the configuration I have found in some internal guidelines from my company. I can ask around if there is something I can do.
>

It was odd, the Author came through as:

commit 4b1b573e46cef17a15697d4a4a304bab4e1ac054 (HEAD -> master)
Author: Robi Buranyi via lists.yoctoproject.org
<rburanyi=google.com@lists.yoctoproject.org>

Which lead to:

remote: ##############################################
remote: Invalid author Robi Buranyi via lists.yoctoproject.org
remote: ##############################################
To ssh://git.yoctoproject.org/meta-virtualization
 ! [remote rejected] master -> master (pre-receive hook declined)

Which of course looks like something on the mailing list did some
munging. But I've never seen that before, and it didn't happen on the
other patches that I merged tonight. I wonder if the relay you are
using did something ? (I didn't look into possible causes, so I'm just
guessing).

> I am working on the dunfell branch and I see the issue there too; I just wanted to first send the patch to the main branch because I thought that’s the first step?

perfect. And yes, this is the right order. If you had sent directly to
dunfell, I would have asked for it to be in master first.

Bruce

>
> On Thu, Mar 11, 2021 at 7:51 PM Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
>>
>> This will hit more than master, but for now, I've just merged this
>> there, and will wait for problem reports on the other branches.
>>
>> Also, however this was sent, the Author field came through as
>> invalid and the yocto hooks wouldn't let me push.
>>
>> I've manually updated the Author field, and this is now merged.
>>
>> Bruce
>>
>> In message: [meta-virtualization][PATCH] lxc: change download folder
>> on 11/03/2021 Robi Buranyi via lists.yoctoproject.org wrote:
>>
>> > The URI has been changed to 'https://linuxcontainers.org/downloads/lxc'
>> > by the site maintainers recently. Updating the recipe to reflect the new
>> > path.
>> >
>> > Signed-off-by: Robi Buranyi <rburanyi@google.com>
>> > ---
>> >  recipes-containers/lxc/lxc_4.0.6.bb | 2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > diff --git a/recipes-containers/lxc/lxc_4.0.6.bb b/recipes-containers/lxc/lxc_4.0.6.bb
>> > index ddff9af..b422909 100644
>> > --- a/recipes-containers/lxc/lxc_4.0.6.bb
>> > +++ b/recipes-containers/lxc/lxc_4.0.6.bb
>> > @@ -36,7 +36,7 @@ RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls bash libgcc"
>> >
>> >  RDEPENDS_${PN}-networking += "iptables"
>> >
>> > -SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
>> > +SRC_URI = "http://linuxcontainers.org/downloads/${BPN}/${BPN}-${PV}.tar.gz \
>> >       file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \
>> >       file://run-ptest \
>> >       file://lxc-fix-B-S.patch \
>> > --
>> > 2.31.0.rc2.261.g7f71774620-goog
>> >
>>
>> >
>> > 
>> >
>>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

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

* Re: [meta-virtualization][PATCH] lxc: change download folder
  2021-03-12  3:51 ` Bruce Ashfield
@ 2021-03-12  3:57   ` Robi Buranyi
  2021-03-12  4:03     ` Bruce Ashfield
  0 siblings, 1 reply; 6+ messages in thread
From: Robi Buranyi @ 2021-03-12  3:57 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 2063 bytes --]

Thank you for reviewing and merging it, Bruce.

I was sending it through regular “git email” with the configuration I have
found in some internal guidelines from my company. I can ask around if
there is something I can do.

I am working on the dunfell branch and I see the issue there too; I just
wanted to first send the patch to the main branch because I thought that’s
the first step?

On Thu, Mar 11, 2021 at 7:51 PM Bruce Ashfield <bruce.ashfield@gmail.com>
wrote:

> This will hit more than master, but for now, I've just merged this
> there, and will wait for problem reports on the other branches.
>
> Also, however this was sent, the Author field came through as
> invalid and the yocto hooks wouldn't let me push.
>
> I've manually updated the Author field, and this is now merged.
>
> Bruce
>
> In message: [meta-virtualization][PATCH] lxc: change download folder
> on 11/03/2021 Robi Buranyi via lists.yoctoproject.org wrote:
>
> > The URI has been changed to 'https://linuxcontainers.org/downloads/lxc'
> > by the site maintainers recently. Updating the recipe to reflect the new
> > path.
> >
> > Signed-off-by: Robi Buranyi <rburanyi@google.com>
> > ---
> >  recipes-containers/lxc/lxc_4.0.6.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/recipes-containers/lxc/lxc_4.0.6.bb
> b/recipes-containers/lxc/lxc_4.0.6.bb
> > index ddff9af..b422909 100644
> > --- a/recipes-containers/lxc/lxc_4.0.6.bb
> > +++ b/recipes-containers/lxc/lxc_4.0.6.bb
> > @@ -36,7 +36,7 @@ RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls
> bash libgcc"
> >
> >  RDEPENDS_${PN}-networking += "iptables"
> >
> > -SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
> > +SRC_URI = "
> http://linuxcontainers.org/downloads/${BPN}/${BPN}-${PV}.tar.gz \
> >       file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \
> >       file://run-ptest \
> >       file://lxc-fix-B-S.patch \
> > --
> > 2.31.0.rc2.261.g7f71774620-goog
> >
>
> >
> > 
> >
>
>

[-- Attachment #2: Type: text/html, Size: 3520 bytes --]

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

* Re: [meta-virtualization][PATCH] lxc: change download folder
  2021-03-11 19:30 rburanyi
@ 2021-03-12  3:51 ` Bruce Ashfield
  2021-03-12  3:57   ` Robi Buranyi
  0 siblings, 1 reply; 6+ messages in thread
From: Bruce Ashfield @ 2021-03-12  3:51 UTC (permalink / raw)
  To: rburanyi; +Cc: meta-virtualization

This will hit more than master, but for now, I've just merged this
there, and will wait for problem reports on the other branches.

Also, however this was sent, the Author field came through as
invalid and the yocto hooks wouldn't let me push.

I've manually updated the Author field, and this is now merged.

Bruce

In message: [meta-virtualization][PATCH] lxc: change download folder
on 11/03/2021 Robi Buranyi via lists.yoctoproject.org wrote:

> The URI has been changed to 'https://linuxcontainers.org/downloads/lxc'
> by the site maintainers recently. Updating the recipe to reflect the new
> path.
> 
> Signed-off-by: Robi Buranyi <rburanyi@google.com>
> ---
>  recipes-containers/lxc/lxc_4.0.6.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-containers/lxc/lxc_4.0.6.bb b/recipes-containers/lxc/lxc_4.0.6.bb
> index ddff9af..b422909 100644
> --- a/recipes-containers/lxc/lxc_4.0.6.bb
> +++ b/recipes-containers/lxc/lxc_4.0.6.bb
> @@ -36,7 +36,7 @@ RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls bash libgcc"
>  
>  RDEPENDS_${PN}-networking += "iptables"
>  
> -SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
> +SRC_URI = "http://linuxcontainers.org/downloads/${BPN}/${BPN}-${PV}.tar.gz \
>  	file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \
>  	file://run-ptest \
>  	file://lxc-fix-B-S.patch \
> -- 
> 2.31.0.rc2.261.g7f71774620-goog
> 

> 
> 
> 


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

* [meta-virtualization][PATCH] lxc: change download folder
@ 2021-03-11 19:30 rburanyi
  2021-03-12  3:51 ` Bruce Ashfield
  0 siblings, 1 reply; 6+ messages in thread
From: rburanyi @ 2021-03-11 19:30 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Robi Buranyi

The URI has been changed to 'https://linuxcontainers.org/downloads/lxc'
by the site maintainers recently. Updating the recipe to reflect the new
path.

Signed-off-by: Robi Buranyi <rburanyi@google.com>
---
 recipes-containers/lxc/lxc_4.0.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/lxc/lxc_4.0.6.bb b/recipes-containers/lxc/lxc_4.0.6.bb
index ddff9af..b422909 100644
--- a/recipes-containers/lxc/lxc_4.0.6.bb
+++ b/recipes-containers/lxc/lxc_4.0.6.bb
@@ -36,7 +36,7 @@ RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls bash libgcc"
 
 RDEPENDS_${PN}-networking += "iptables"
 
-SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
+SRC_URI = "http://linuxcontainers.org/downloads/${BPN}/${BPN}-${PV}.tar.gz \
 	file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \
 	file://run-ptest \
 	file://lxc-fix-B-S.patch \
-- 
2.31.0.rc2.261.g7f71774620-goog


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

end of thread, other threads:[~2021-03-12  4:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12  4:58 [meta-virtualization][PATCH] lxc: change download folder Robi Buranyi
  -- strict thread matches above, loose matches on Subject: below --
2021-03-12  4:51 Robi Buranyi
2021-03-11 19:30 rburanyi
2021-03-12  3:51 ` Bruce Ashfield
2021-03-12  3:57   ` Robi Buranyi
2021-03-12  4:03     ` 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.