All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCHv2] package/libclc: switch to use the frozen, legacy mirror
@ 2021-01-09 21:10 Yann E. MORIN
  2021-01-10  9:45 ` Romain Naour
  2021-01-12 17:41 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Yann E. MORIN @ 2021-01-09 21:10 UTC (permalink / raw)
  To: buildroot

The LLVM project has switched to using a monorepo to host all their
components. The separate, individual repositories have been closed
late 2020 / early 2021. The libclc repository is no longer.

Switch to using the libclc source from the llvm legacy and frozen
mirror.

Even though we could switch over to using the github helper, we just
keep using the git download method: it is a small repository, and it
will not impact people that were already using it.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Romain Naour <romain.naour@gmail.com>
Cc: Valentin Korenblit <valentinkorenblit@gmail.com>
Cc: Michael Opdenacker <michael.opdenacker@bootlin.com>

---
Changes v1 -> v2:
  - keep everything as-is, just switch to the frozen mirror
---
 package/libclc/libclc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libclc/libclc.mk b/package/libclc/libclc.mk
index 630616905c..6fe8e10a77 100644
--- a/package/libclc/libclc.mk
+++ b/package/libclc/libclc.mk
@@ -6,7 +6,7 @@
 
 # Use the latest commit from release_90 branch.
 LIBCLC_VERSION = d1cbc92e2ceee59963f5c3a576382e5bba31f060
-LIBCLC_SITE = https://git.llvm.org/git/libclc
+LIBCLC_SITE = https://github.com/llvm-mirror/libclc
 LIBCLC_SITE_METHOD = git
 LIBCLC_LICENSE = Apache-2.0 with exceptions or MIT
 LIBCLC_LICENSE_FILES = LICENSE.TXT
-- 
2.25.1

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

* [Buildroot] [PATCHv2] package/libclc: switch to use the frozen, legacy mirror
  2021-01-09 21:10 [Buildroot] [PATCHv2] package/libclc: switch to use the frozen, legacy mirror Yann E. MORIN
@ 2021-01-10  9:45 ` Romain Naour
  2021-01-12 17:41 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Romain Naour @ 2021-01-10  9:45 UTC (permalink / raw)
  To: buildroot

Hello Yann,

Le 09/01/2021 ? 22:10, Yann E. MORIN a ?crit?:
> The LLVM project has switched to using a monorepo to host all their
> components. The separate, individual repositories have been closed
> late 2020 / early 2021. The libclc repository is no longer.
> 
> Switch to using the libclc source from the llvm legacy and frozen
> mirror.
> 
> Even though we could switch over to using the github helper, we just
> keep using the git download method: it is a small repository, and it
> will not impact people that were already using it.

Acked-by: Romain Naour <romain.naour@gmail.com>

Best regards,
Romain

> 
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Romain Naour <romain.naour@gmail.com>
> Cc: Valentin Korenblit <valentinkorenblit@gmail.com>
> Cc: Michael Opdenacker <michael.opdenacker@bootlin.com>
> 
> ---
> Changes v1 -> v2:
>   - keep everything as-is, just switch to the frozen mirror
> ---
>  package/libclc/libclc.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/libclc/libclc.mk b/package/libclc/libclc.mk
> index 630616905c..6fe8e10a77 100644
> --- a/package/libclc/libclc.mk
> +++ b/package/libclc/libclc.mk
> @@ -6,7 +6,7 @@
>  
>  # Use the latest commit from release_90 branch.
>  LIBCLC_VERSION = d1cbc92e2ceee59963f5c3a576382e5bba31f060
> -LIBCLC_SITE = https://git.llvm.org/git/libclc
> +LIBCLC_SITE = https://github.com/llvm-mirror/libclc
>  LIBCLC_SITE_METHOD = git
>  LIBCLC_LICENSE = Apache-2.0 with exceptions or MIT
>  LIBCLC_LICENSE_FILES = LICENSE.TXT
> 

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

* [Buildroot] [PATCHv2] package/libclc: switch to use the frozen, legacy mirror
  2021-01-09 21:10 [Buildroot] [PATCHv2] package/libclc: switch to use the frozen, legacy mirror Yann E. MORIN
  2021-01-10  9:45 ` Romain Naour
@ 2021-01-12 17:41 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-01-12 17:41 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > The LLVM project has switched to using a monorepo to host all their
 > components. The separate, individual repositories have been closed
 > late 2020 / early 2021. The libclc repository is no longer.

 > Switch to using the libclc source from the llvm legacy and frozen
 > mirror.

 > Even though we could switch over to using the github helper, we just
 > keep using the git download method: it is a small repository, and it
 > will not impact people that were already using it.

 > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
 > Cc: Romain Naour <romain.naour@gmail.com>
 > Cc: Valentin Korenblit <valentinkorenblit@gmail.com>
 > Cc: Michael Opdenacker <michael.opdenacker@bootlin.com>

 > ---
 > Changes v1 -> v2:
 >   - keep everything as-is, just switch to the frozen mirror

Committed to 2020.02.x and 2020.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-01-12 17:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-09 21:10 [Buildroot] [PATCHv2] package/libclc: switch to use the frozen, legacy mirror Yann E. MORIN
2021-01-10  9:45 ` Romain Naour
2021-01-12 17:41 ` Peter Korsgaard

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.