meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-virtualization][hardknott][PATCH] oci-runtime-spec: fix url
@ 2021-12-03 13:04 Stefan Mueller-Klieser
  2021-12-03 14:07 ` Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Mueller-Klieser @ 2021-12-03 13:04 UTC (permalink / raw)
  To: meta-virtualization

Upstream renamed master to main and github will remove the git protocol.

Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
---
 recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
index c4083c09d818..99f309772310 100644
--- a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
+++ b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=b355a61a394a504dacde901c9
 SRCNAME = "runtime-spec"

 PKG_NAME = "github.com/opencontainers/${SRCNAME}"
-SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME}"
+SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https;destsuffix=git/src/${PKG_NAME}"

 SRCREV = "78ab98c0761136f84e6e21b24b4dcd0be68ab782"
 PV = "v1.0.1+git${SRCPV}"
--
2.20.1


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

* Re: [meta-virtualization][hardknott][PATCH] oci-runtime-spec: fix url
  2021-12-03 13:04 [meta-virtualization][hardknott][PATCH] oci-runtime-spec: fix url Stefan Mueller-Klieser
@ 2021-12-03 14:07 ` Bruce Ashfield
  2021-12-03 14:36   ` Stefan Mueller-Klieser
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2021-12-03 14:07 UTC (permalink / raw)
  To: Stefan Mueller-Klieser; +Cc: meta-virtualization

Since we already have these changes in master, this is fundamentally a
cherrypick / backport request.

There are a couple of larger/group patches for the protocol and branch
changes, but there's an individual one for the switch to main.

I cherry-picked and modified everything, and pushed it to
hardknott-next .. have a look and let me know if anything needs
adjustment.

Bruce

On Fri, Dec 3, 2021 at 8:04 AM Stefan Mueller-Klieser
<S.Mueller-Klieser@phytec.de> wrote:
>
> Upstream renamed master to main and github will remove the git protocol.
>
> Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
> ---
>  recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
> index c4083c09d818..99f309772310 100644
> --- a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
> +++ b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=b355a61a394a504dacde901c9
>  SRCNAME = "runtime-spec"
>
>  PKG_NAME = "github.com/opencontainers/${SRCNAME}"
> -SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME}"
> +SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https;destsuffix=git/src/${PKG_NAME}"
>
>  SRCREV = "78ab98c0761136f84e6e21b24b4dcd0be68ab782"
>  PV = "v1.0.1+git${SRCPV}"
> --
> 2.20.1
>
>
> 
>


-- 
- 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] 4+ messages in thread

* Re: [meta-virtualization][hardknott][PATCH] oci-runtime-spec: fix url
  2021-12-03 14:07 ` Bruce Ashfield
@ 2021-12-03 14:36   ` Stefan Mueller-Klieser
  2021-12-03 14:53     ` Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Mueller-Klieser @ 2021-12-03 14:36 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization

On 03.12.21 15:07, Bruce Ashfield wrote:
> Since we already have these changes in master, this is fundamentally a
> cherrypick / backport request.

true, I did not follow, sorry

>
> There are a couple of larger/group patches for the protocol and branch
> changes, but there's an individual one for the switch to main.
>
> I cherry-picked and modified everything, and pushed it to
> hardknott-next .. have a look and let me know if anything needs
> adjustment.

I just put hardknott-next in the build and it looks good. That is all I
needed. Thanks a lot for the quick reply and the quick fix! Have a good
weekend!

Cheers, Stefan

>
> Bruce
>
> On Fri, Dec 3, 2021 at 8:04 AM Stefan Mueller-Klieser
> <S.Mueller-Klieser@phytec.de> wrote:
>>
>> Upstream renamed master to main and github will remove the git protocol.
>>
>> Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
>> ---
>>   recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
>> index c4083c09d818..99f309772310 100644
>> --- a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
>> +++ b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
>> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=b355a61a394a504dacde901c9
>>   SRCNAME = "runtime-spec"
>>
>>   PKG_NAME = "github.com/opencontainers/${SRCNAME}"
>> -SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME}"
>> +SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https;destsuffix=git/src/${PKG_NAME}"
>>
>>   SRCREV = "78ab98c0761136f84e6e21b24b4dcd0be68ab782"
>>   PV = "v1.0.1+git${SRCPV}"
>> --
>> 2.20.1
>>
>>
>> 
>>
>
>

--
Dipl.-Phys. Stefan Müller-Klieser
-Gruppenleiter Software-
Tel.: +49 (0)6131 9221-0
s.mueller-klieser@phytec.de
www.phytec.de

Sie finden uns auch auf: Facebook, LinkedIn, Xing, YouTube

PHYTEC Messtechnik GmbH | Robert-Koch-Str. 39 | 55129 Mainz, Germany
Geschäftsführer: Dipl.-Ing. Michael Mitezki, Dipl.-Ing. Bodo Huber |
Handelsregister Mainz HRB 4656 | Finanzamt Mainz| St.Nr. 266500608, DE
149059855
This E-Mail may contain confidential or privileged information. If you
are not the intended recipient (or have received this E-Mail in error)
please notify the sender immediately and destroy this E-Mail. Any
unauthorized copying, disclosure or distribution of the material in
this E-Mail is strictly forbidden.

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

* Re: [meta-virtualization][hardknott][PATCH] oci-runtime-spec: fix url
  2021-12-03 14:36   ` Stefan Mueller-Klieser
@ 2021-12-03 14:53     ` Bruce Ashfield
  0 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2021-12-03 14:53 UTC (permalink / raw)
  To: Stefan Müller-Klieser; +Cc: meta-virtualization

On Fri, Dec 3, 2021 at 9:36 AM Stefan Müller-Klieser
<s.mueller-klieser@phytec.de> wrote:
>
> On 03.12.21 15:07, Bruce Ashfield wrote:
> > Since we already have these changes in master, this is fundamentally a
> > cherrypick / backport request.
>
> true, I did not follow, sorry
>
> >
> > There are a couple of larger/group patches for the protocol and branch
> > changes, but there's an individual one for the switch to main.
> >
> > I cherry-picked and modified everything, and pushed it to
> > hardknott-next .. have a look and let me know if anything needs
> > adjustment.
>
> I just put hardknott-next in the build and it looks good. That is all I
> needed. Thanks a lot for the quick reply and the quick fix! Have a good
> weekend!

Good enough for me! I've pushed -next to hardknott.

Bruce

>
> Cheers, Stefan
>
> >
> > Bruce
> >
> > On Fri, Dec 3, 2021 at 8:04 AM Stefan Mueller-Klieser
> > <S.Mueller-Klieser@phytec.de> wrote:
> >>
> >> Upstream renamed master to main and github will remove the git protocol.
> >>
> >> Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
> >> ---
> >>   recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb | 2 +-
> >>   1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
> >> index c4083c09d818..99f309772310 100644
> >> --- a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
> >> +++ b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
> >> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=b355a61a394a504dacde901c9
> >>   SRCNAME = "runtime-spec"
> >>
> >>   PKG_NAME = "github.com/opencontainers/${SRCNAME}"
> >> -SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME}"
> >> +SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https;destsuffix=git/src/${PKG_NAME}"
> >>
> >>   SRCREV = "78ab98c0761136f84e6e21b24b4dcd0be68ab782"
> >>   PV = "v1.0.1+git${SRCPV}"
> >> --
> >> 2.20.1
> >>
> >>
> >> 
> >>
> >
> >
>
> --
> Dipl.-Phys. Stefan Müller-Klieser
> -Gruppenleiter Software-
> Tel.: +49 (0)6131 9221-0
> s.mueller-klieser@phytec.de
> www.phytec.de
>
> Sie finden uns auch auf: Facebook, LinkedIn, Xing, YouTube
>
> PHYTEC Messtechnik GmbH | Robert-Koch-Str. 39 | 55129 Mainz, Germany
> Geschäftsführer: Dipl.-Ing. Michael Mitezki, Dipl.-Ing. Bodo Huber |
> Handelsregister Mainz HRB 4656 | Finanzamt Mainz| St.Nr. 266500608, DE
> 149059855
> This E-Mail may contain confidential or privileged information. If you
> are not the intended recipient (or have received this E-Mail in error)
> please notify the sender immediately and destroy this E-Mail. Any
> unauthorized copying, disclosure or distribution of the material in
> this E-Mail is strictly forbidden.



-- 
- 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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-03 13:04 [meta-virtualization][hardknott][PATCH] oci-runtime-spec: fix url Stefan Mueller-Klieser
2021-12-03 14:07 ` Bruce Ashfield
2021-12-03 14:36   ` Stefan Mueller-Klieser
2021-12-03 14:53     ` Bruce Ashfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).