From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Martin Jansa <Martin.Jansa@gmail.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH 2/2] yq: convert github SRC_URI to use https protocol
Date: Mon, 8 Nov 2021 09:20:14 -0500 [thread overview]
Message-ID: <20211108142013.GB18783@gmail.com> (raw)
In-Reply-To: <20211107173723.700787-2-Martin.Jansa@gmail.com>
Ha! I managed to miss the main repoistory (with the GO_IMPORT indirection).
I've merged this to master and honister.
Bruce
In message: [meta-virtualization][PATCH 2/2] yq: convert github SRC_URI to use https protocol
on 07/11/2021 Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
> recipes-devtools/yq/yq_git.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-devtools/yq/yq_git.bb b/recipes-devtools/yq/yq_git.bb
> index 3e48fee..1fccb12 100644
> --- a/recipes-devtools/yq/yq_git.bb
> +++ b/recipes-devtools/yq/yq_git.bb
> @@ -15,7 +15,7 @@ SRCREV_logging = "b2cb9fa56473e98db8caba80237377e83fe44db5"
> SRCREV_yaml = "eeeca48fe7764f320e4870d231902bf9c1be2c08"
>
> SRCREV_FORMAT = "yq_color"
> -SRC_URI = "git://${GO_IMPORT};name=yq;branch=master \
> +SRC_URI = "git://${GO_IMPORT};name=yq;branch=master;protocol=https \
> git://github.com/fatih/color;name=color;destsuffix=build/vendor/src/github.com/fatih/color;branch=master;protocol=https \
> git://github.com/goccy/go-yaml;name=lexer;destsuffix=build/vendor/src/github.com/goccy/go-yaml/;branch=master;protocol=https \
> git://github.com/kylelemons/godebug;name=debug;destsuffix=build/vendor/src/github.com/kylelemons/godebug/;branch=master;protocol=https \
> --
> 2.32.0
>
>
>
>
next prev parent reply other threads:[~2021-11-08 14:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-07 17:37 [meta-virtualization][PATCH 1/2] irqbalance: bump SRCREV to latest Martin Jansa
2021-11-07 17:37 ` [meta-virtualization][PATCH 2/2] yq: convert github SRC_URI to use https protocol Martin Jansa
2021-11-08 14:20 ` Bruce Ashfield [this message]
2021-11-08 14:19 ` [meta-virtualization][PATCH 1/2] irqbalance: bump SRCREV to latest Bruce Ashfield
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211108142013.GB18783@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=Martin.Jansa@gmail.com \
--cc=meta-virtualization@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.