meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-virtualization][m-c-s][PATCH] consul: fixes consul git urls
@ 2023-08-26 17:28 Anne Macedo
  2023-08-27 13:35 ` Bruce Ashfield
  2023-08-27 13:37 ` Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: Anne Macedo @ 2023-08-26 17:28 UTC (permalink / raw
  To: meta-virtualization, Bruce Ashfield; +Cc: retpolanne

Fixes error:

URL: git://github.com/hashicorp/consul-migrate.git;branch=master uses
git protocol which is no longer supported by github.
Please change to ;protocol=https in the url.

when running bitbake with the meta-cloud-services layer.

Signed-off-by: Anne Macedo <retpolanne@posteo.net>
---
 .../consul/consul-migrate_git.bb                 | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/recipes-connectivity/consul/consul-migrate_git.bb b/recipes-connectivity/consul/consul-migrate_git.bb
index 7d784c2a..1393c912 100644
--- a/recipes-connectivity/consul/consul-migrate_git.bb
+++ b/recipes-connectivity/consul/consul-migrate_git.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD & MPL-2.0 & MIT"
 LIC_FILES_CHKSUM = "file://src/github.com/hashicorp/consul-migrate/LICENSE;md5=b278a92d2c1509760384428817710378"
 
 GO_IMPORT = "github.com/hashicorp/consul-migrate"
-SRC_URI = "git://${GO_IMPORT}.git;branch=master"
+SRC_URI = "https://${GO_IMPORT}.git;branch=master"
 SRCREV = "678fb10cdeae25ab309e99e655148f0bf65f9710"
 
 S = "${WORKDIR}/git"
@@ -18,13 +18,13 @@ SRCREV_bolt = "c6ba97b89e0454fec9aa92e1d33a4e2c5fc1f631"
 SRCREV_go-msgpack = "fa3f63826f7c23912c15263591e65d54d080b458"
 
 SRC_URI += " \
-   git://github.com/hashicorp/raft;name=raft;destsuffix=git/src/github.com/hashicorp/raft;branch=master;protocol=https \
-   git://github.com/armon/go-metrics;name=go-metrics;destsuffix=git/src/github.com/armon/go-metrics;branch=master;protocol=https \
-   git://github.com/hashicorp/raft-boltdb;name=raft-boltdb;destsuffix=git/src/github.com/hashicorp/raft-boltdb;branch=master;protocol=https \
-   git://github.com/hashicorp/raft-mdb;name=raft-mdb;destsuffix=git/src/github.com/hashicorp/raft-mdb;branch=master;protocol=https \
-   git://github.com/armon/gomdb;name=gomdb;destsuffix=git/src/github.com/armon/gomdb;branch=master;protocol=https \
-   git://github.com/boltdb/bolt;name=bolt;destsuffix=git/src/github.com/boltdb/bolt;branch=master;protocol=https \
-   git://github.com/hashicorp/go-msgpack;name=go-msgpack;destsuffix=git/src/github.com/hashicorp/go-msgpack;branch=master;protocol=https \
+   https://github.com/hashicorp/raft;name=raft;destsuffix=git/src/github.com/hashicorp/raft;branch=master;protocol=https \
+   https://github.com/armon/go-metrics;name=go-metrics;destsuffix=git/src/github.com/armon/go-metrics;branch=master;protocol=https \
+   https://github.com/hashicorp/raft-boltdb;name=raft-boltdb;destsuffix=git/src/github.com/hashicorp/raft-boltdb;branch=master;protocol=https \
+   https://github.com/hashicorp/raft-mdb;name=raft-mdb;destsuffix=git/src/github.com/hashicorp/raft-mdb;branch=master;protocol=https \
+   https://github.com/armon/gomdb;name=gomdb;destsuffix=git/src/github.com/armon/gomdb;branch=master;protocol=https \
+   https://github.com/boltdb/bolt;name=bolt;destsuffix=git/src/github.com/boltdb/bolt;branch=master;protocol=https \
+   https://github.com/hashicorp/go-msgpack;name=go-msgpack;destsuffix=git/src/github.com/hashicorp/go-msgpack;branch=master;protocol=https \
 "
 
 inherit go
-- 
2.41.0



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

* Re: [meta-virtualization][m-c-s][PATCH] consul: fixes consul git urls
  2023-08-26 17:28 [meta-virtualization][m-c-s][PATCH] consul: fixes consul git urls Anne Macedo
@ 2023-08-27 13:35 ` Bruce Ashfield
  2023-08-27 13:37 ` Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2023-08-27 13:35 UTC (permalink / raw
  To: Anne Macedo; +Cc: meta-virtualization

In message: [meta-virtualization][m-c-s][PATCH] consul: fixes consul git urls
on 26/08/2023 Anne Macedo wrote:

> Fixes error:
> 
> URL: git://github.com/hashicorp/consul-migrate.git;branch=master uses
> git protocol which is no longer supported by github.
> Please change to ;protocol=https in the url.
> 
> when running bitbake with the meta-cloud-services layer.
> 
> Signed-off-by: Anne Macedo <retpolanne@posteo.net>
> ---
>  .../consul/consul-migrate_git.bb                 | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/recipes-connectivity/consul/consul-migrate_git.bb b/recipes-connectivity/consul/consul-migrate_git.bb
> index 7d784c2a..1393c912 100644
> --- a/recipes-connectivity/consul/consul-migrate_git.bb
> +++ b/recipes-connectivity/consul/consul-migrate_git.bb
> @@ -4,7 +4,7 @@ LICENSE = "BSD & MPL-2.0 & MIT"
>  LIC_FILES_CHKSUM = "file://src/github.com/hashicorp/consul-migrate/LICENSE;md5=b278a92d2c1509760384428817710378"
>  
>  GO_IMPORT = "github.com/hashicorp/consul-migrate"
> -SRC_URI = "git://${GO_IMPORT}.git;branch=master"
> +SRC_URI = "https://${GO_IMPORT}.git;branch=master"
>  SRCREV = "678fb10cdeae25ab309e99e655148f0bf65f9710"
>  
>  S = "${WORKDIR}/git"
> @@ -18,13 +18,13 @@ SRCREV_bolt = "c6ba97b89e0454fec9aa92e1d33a4e2c5fc1f631"
>  SRCREV_go-msgpack = "fa3f63826f7c23912c15263591e65d54d080b458"
>  
>  SRC_URI += " \
> -   git://github.com/hashicorp/raft;name=raft;destsuffix=git/src/github.com/hashicorp/raft;branch=master;protocol=https \
> -   git://github.com/armon/go-metrics;name=go-metrics;destsuffix=git/src/github.com/armon/go-metrics;branch=master;protocol=https \
> -   git://github.com/hashicorp/raft-boltdb;name=raft-boltdb;destsuffix=git/src/github.com/hashicorp/raft-boltdb;branch=master;protocol=https \
> -   git://github.com/hashicorp/raft-mdb;name=raft-mdb;destsuffix=git/src/github.com/hashicorp/raft-mdb;branch=master;protocol=https \
> -   git://github.com/armon/gomdb;name=gomdb;destsuffix=git/src/github.com/armon/gomdb;branch=master;protocol=https \
> -   git://github.com/boltdb/bolt;name=bolt;destsuffix=git/src/github.com/boltdb/bolt;branch=master;protocol=https \
> -   git://github.com/hashicorp/go-msgpack;name=go-msgpack;destsuffix=git/src/github.com/hashicorp/go-msgpack;branch=master;protocol=https \
> +   https://github.com/hashicorp/raft;name=raft;destsuffix=git/src/github.com/hashicorp/raft;branch=master;protocol=https \
> +   https://github.com/armon/go-metrics;name=go-metrics;destsuffix=git/src/github.com/armon/go-metrics;branch=master;protocol=https \
> +   https://github.com/hashicorp/raft-boltdb;name=raft-boltdb;destsuffix=git/src/github.com/hashicorp/raft-boltdb;branch=master;protocol=https \
> +   https://github.com/hashicorp/raft-mdb;name=raft-mdb;destsuffix=git/src/github.com/hashicorp/raft-mdb;branch=master;protocol=https \
> +   https://github.com/armon/gomdb;name=gomdb;destsuffix=git/src/github.com/armon/gomdb;branch=master;protocol=https \
> +   https://github.com/boltdb/bolt;name=bolt;destsuffix=git/src/github.com/boltdb/bolt;branch=master;protocol=https \
> +   https://github.com/hashicorp/go-msgpack;name=go-msgpack;destsuffix=git/src/github.com/hashicorp/go-msgpack;branch=master;protocol=https \
>  "
>  
>  inherit go
> -- 
> 2.41.0
> 


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

* Re: [meta-virtualization][m-c-s][PATCH] consul: fixes consul git urls
  2023-08-26 17:28 [meta-virtualization][m-c-s][PATCH] consul: fixes consul git urls Anne Macedo
  2023-08-27 13:35 ` Bruce Ashfield
@ 2023-08-27 13:37 ` Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2023-08-27 13:37 UTC (permalink / raw
  To: Anne Macedo; +Cc: meta-virtualization

Thanks for the fixup!

I'll be going through the entire layer shortly and doing uprevs, etc,
and this saves me some effort.

Bruce

In message: [meta-virtualization][m-c-s][PATCH] consul: fixes consul git urls
on 26/08/2023 Anne Macedo wrote:

> Fixes error:
> 
> URL: git://github.com/hashicorp/consul-migrate.git;branch=master uses
> git protocol which is no longer supported by github.
> Please change to ;protocol=https in the url.
> 
> when running bitbake with the meta-cloud-services layer.
> 
> Signed-off-by: Anne Macedo <retpolanne@posteo.net>
> ---
>  .../consul/consul-migrate_git.bb                 | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/recipes-connectivity/consul/consul-migrate_git.bb b/recipes-connectivity/consul/consul-migrate_git.bb
> index 7d784c2a..1393c912 100644
> --- a/recipes-connectivity/consul/consul-migrate_git.bb
> +++ b/recipes-connectivity/consul/consul-migrate_git.bb
> @@ -4,7 +4,7 @@ LICENSE = "BSD & MPL-2.0 & MIT"
>  LIC_FILES_CHKSUM = "file://src/github.com/hashicorp/consul-migrate/LICENSE;md5=b278a92d2c1509760384428817710378"
>  
>  GO_IMPORT = "github.com/hashicorp/consul-migrate"
> -SRC_URI = "git://${GO_IMPORT}.git;branch=master"
> +SRC_URI = "https://${GO_IMPORT}.git;branch=master"
>  SRCREV = "678fb10cdeae25ab309e99e655148f0bf65f9710"
>  
>  S = "${WORKDIR}/git"
> @@ -18,13 +18,13 @@ SRCREV_bolt = "c6ba97b89e0454fec9aa92e1d33a4e2c5fc1f631"
>  SRCREV_go-msgpack = "fa3f63826f7c23912c15263591e65d54d080b458"
>  
>  SRC_URI += " \
> -   git://github.com/hashicorp/raft;name=raft;destsuffix=git/src/github.com/hashicorp/raft;branch=master;protocol=https \
> -   git://github.com/armon/go-metrics;name=go-metrics;destsuffix=git/src/github.com/armon/go-metrics;branch=master;protocol=https \
> -   git://github.com/hashicorp/raft-boltdb;name=raft-boltdb;destsuffix=git/src/github.com/hashicorp/raft-boltdb;branch=master;protocol=https \
> -   git://github.com/hashicorp/raft-mdb;name=raft-mdb;destsuffix=git/src/github.com/hashicorp/raft-mdb;branch=master;protocol=https \
> -   git://github.com/armon/gomdb;name=gomdb;destsuffix=git/src/github.com/armon/gomdb;branch=master;protocol=https \
> -   git://github.com/boltdb/bolt;name=bolt;destsuffix=git/src/github.com/boltdb/bolt;branch=master;protocol=https \
> -   git://github.com/hashicorp/go-msgpack;name=go-msgpack;destsuffix=git/src/github.com/hashicorp/go-msgpack;branch=master;protocol=https \
> +   https://github.com/hashicorp/raft;name=raft;destsuffix=git/src/github.com/hashicorp/raft;branch=master;protocol=https \
> +   https://github.com/armon/go-metrics;name=go-metrics;destsuffix=git/src/github.com/armon/go-metrics;branch=master;protocol=https \
> +   https://github.com/hashicorp/raft-boltdb;name=raft-boltdb;destsuffix=git/src/github.com/hashicorp/raft-boltdb;branch=master;protocol=https \
> +   https://github.com/hashicorp/raft-mdb;name=raft-mdb;destsuffix=git/src/github.com/hashicorp/raft-mdb;branch=master;protocol=https \
> +   https://github.com/armon/gomdb;name=gomdb;destsuffix=git/src/github.com/armon/gomdb;branch=master;protocol=https \
> +   https://github.com/boltdb/bolt;name=bolt;destsuffix=git/src/github.com/boltdb/bolt;branch=master;protocol=https \
> +   https://github.com/hashicorp/go-msgpack;name=go-msgpack;destsuffix=git/src/github.com/hashicorp/go-msgpack;branch=master;protocol=https \
>  "
>  
>  inherit go
> -- 
> 2.41.0
> 


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

end of thread, other threads:[~2023-08-27 13:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-26 17:28 [meta-virtualization][m-c-s][PATCH] consul: fixes consul git urls Anne Macedo
2023-08-27 13:35 ` Bruce Ashfield
2023-08-27 13:37 ` 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 read-only IMAP folder(s) and NNTP newsgroup(s).