diff mbox series

[1/2] kmscube: Change repository to gitlab

Message ID 20200401170504.9307-1-festevam@gmail.com
State Accepted
Headers show
Series [1/2] kmscube: Change repository to gitlab | expand

Commit Message

Fabio Estevam April 1, 2020, 5:05 p.m. UTC
The https://cgit.freedesktop.org/mesa/kmscube repository
is mirrored from https://gitlab.freedesktop.org/mesa/kmscube, so
switch to the gitlab one. 

The other advantage of using the gitlab repository is that it can handle
archive downloads, so switch to it.

Suggested-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 package/kmscube/kmscube.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN April 1, 2020, 8:14 p.m. UTC | #1
Fabio, All,

On 2020-04-01 14:05 -0300, Fabio Estevam spake thusly:
> The https://cgit.freedesktop.org/mesa/kmscube repository
> is mirrored from https://gitlab.freedesktop.org/mesa/kmscube, so
> switch to the gitlab one. 
> 
> The other advantage of using the gitlab repository is that it can handle
> archive downloads, so switch to it.
> 
> Suggested-by: Arnout Vandecappelle <arnout@mind.be>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Both applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/kmscube/kmscube.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/kmscube/kmscube.mk b/package/kmscube/kmscube.mk
> index 37983b1a78..73d290c88b 100644
> --- a/package/kmscube/kmscube.mk
> +++ b/package/kmscube/kmscube.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>  
>  KMSCUBE_VERSION = 6cbd03ab94066dddbba7bedfde87c7c4319c18d5
> -KMSCUBE_SITE = https://cgit.freedesktop.org/mesa/kmscube/snapshot
> +KMSCUBE_SITE = https://gitlab.freedesktop.org/mesa/kmscube/-/archive/$(KMSCUBE_VERSION)
>  KMSCUBE_LICENSE = MIT
>  KMSCUBE_DEPENDENCIES = host-pkgconf mesa3d libdrm
>  KMSCUBE_AUTORECONF = YES
> -- 
> 2.17.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard April 2, 2020, 3:38 p.m. UTC | #2
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Fabio, All,
 > On 2020-04-01 14:05 -0300, Fabio Estevam spake thusly:
 >> The https://cgit.freedesktop.org/mesa/kmscube repository
 >> is mirrored from https://gitlab.freedesktop.org/mesa/kmscube, so
 >> switch to the gitlab one. 
 >> 
 >> The other advantage of using the gitlab repository is that it can handle
 >> archive downloads, so switch to it.
 >> 
 >> Suggested-by: Arnout Vandecappelle <arnout@mind.be>
 >> Signed-off-by: Fabio Estevam <festevam@gmail.com>

 > Both applied to master, thanks.

NIT: The subject prefix should be package/kmscube, not just kmscube.
Yann E. MORIN April 2, 2020, 4:28 p.m. UTC | #3
Peter, All,

On 2020-04-02 17:38 +0200, Peter Korsgaard spake thusly:
> >>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
> 
>  > Fabio, All,
>  > On 2020-04-01 14:05 -0300, Fabio Estevam spake thusly:
>  >> The https://cgit.freedesktop.org/mesa/kmscube repository
>  >> is mirrored from https://gitlab.freedesktop.org/mesa/kmscube, so
>  >> switch to the gitlab one. 
>  >> 
>  >> The other advantage of using the gitlab repository is that it can handle
>  >> archive downloads, so switch to it.
>  >> 
>  >> Suggested-by: Arnout Vandecappelle <arnout@mind.be>
>  >> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> 
>  > Both applied to master, thanks.
> 
> NIT: The subject prefix should be package/kmscube, not just kmscube.

Woops... :-(

Regards,
Yann E. MORIN.

> -- 
> Bye, Peter Korsgaard
Peter Korsgaard April 8, 2020, 11:31 a.m. UTC | #4
>>>>> "Fabio" == Fabio Estevam <festevam@gmail.com> writes:

 > The https://cgit.freedesktop.org/mesa/kmscube repository
 > is mirrored from https://gitlab.freedesktop.org/mesa/kmscube, so
 > switch to the gitlab one. 

 > The other advantage of using the gitlab repository is that it can handle
 > archive downloads, so switch to it.

 > Suggested-by: Arnout Vandecappelle <arnout@mind.be>
 > Signed-off-by: Fabio Estevam <festevam@gmail.com>

Committed to 2019.02.x, 2019.11.x and 2020.02.x, thanks.
diff mbox series

Patch

diff --git a/package/kmscube/kmscube.mk b/package/kmscube/kmscube.mk
index 37983b1a78..73d290c88b 100644
--- a/package/kmscube/kmscube.mk
+++ b/package/kmscube/kmscube.mk
@@ -5,7 +5,7 @@ 
 ################################################################################
 
 KMSCUBE_VERSION = 6cbd03ab94066dddbba7bedfde87c7c4319c18d5
-KMSCUBE_SITE = https://cgit.freedesktop.org/mesa/kmscube/snapshot
+KMSCUBE_SITE = https://gitlab.freedesktop.org/mesa/kmscube/-/archive/$(KMSCUBE_VERSION)
 KMSCUBE_LICENSE = MIT
 KMSCUBE_DEPENDENCIES = host-pkgconf mesa3d libdrm
 KMSCUBE_AUTORECONF = YES