All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/ltrace: directly use s.b.o to fetch the archive
@ 2020-05-24 20:39 Yann E. MORIN
  2020-05-25 19:58 ` Peter Korsgaard
  2020-05-31 21:15 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-05-24 20:39 UTC (permalink / raw)
  To: buildroot

During the migration from alioth to gitlab, the git repository for ltrace
was not migrated. There is a repository on gitlab.com, own by the debian
maintainer, but that repository does not contain the sha1 we know of:
    https://gitlab.com/cespedes/ltrace

s.b.o. is the only known location so far to host the archive, so switch
to it.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
---
 package/ltrace/ltrace.mk | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/package/ltrace/ltrace.mk b/package/ltrace/ltrace.mk
index b71215e43b..2eb60fe450 100644
--- a/package/ltrace/ltrace.mk
+++ b/package/ltrace/ltrace.mk
@@ -5,7 +5,14 @@
 ################################################################################
 
 LTRACE_VERSION = c22d359433b333937ee3d803450dc41998115685
-LTRACE_SITE = git://anonscm.debian.org/collab-maint/ltrace.git
+#LTRACE_SITE = git://anonscm.debian.org/collab-maint/ltrace.git
+
+# Upstream is dead: the git reporistory for ltrace did not follow during the
+# migration from alioth to gitlab, and there is no longer any official
+# upstream repository with the expected sha1, except for the tarball cached on
+# s.b.o., so we go fetch it there.
+LTRACE_SITE = http://sources.buildroot.org/ltrace
+
 LTRACE_DEPENDENCIES = elfutils
 LTRACE_CONF_OPTS = --disable-werror
 LTRACE_LICENSE = GPL-2.0
-- 
2.20.1

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

* [Buildroot] [PATCH] package/ltrace: directly use s.b.o to fetch the archive
  2020-05-24 20:39 [Buildroot] [PATCH] package/ltrace: directly use s.b.o to fetch the archive Yann E. MORIN
@ 2020-05-25 19:58 ` Peter Korsgaard
  2020-05-31 21:15 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-05-25 19:58 UTC (permalink / raw)
  To: buildroot

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

 > During the migration from alioth to gitlab, the git repository for ltrace
 > was not migrated. There is a repository on gitlab.com, own by the debian
 > maintainer, but that repository does not contain the sha1 we know of:
 >     https://gitlab.com/cespedes/ltrace

 > s.b.o. is the only known location so far to host the archive, so switch
 > to it.

 > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
 > Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
 > Cc: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/ltrace: directly use s.b.o to fetch the archive
  2020-05-24 20:39 [Buildroot] [PATCH] package/ltrace: directly use s.b.o to fetch the archive Yann E. MORIN
  2020-05-25 19:58 ` Peter Korsgaard
@ 2020-05-31 21:15 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-05-31 21:15 UTC (permalink / raw)
  To: buildroot

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

 > During the migration from alioth to gitlab, the git repository for ltrace
 > was not migrated. There is a repository on gitlab.com, own by the debian
 > maintainer, but that repository does not contain the sha1 we know of:
 >     https://gitlab.com/cespedes/ltrace

 > s.b.o. is the only known location so far to host the archive, so switch
 > to it.

 > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
 > Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
 > Cc: Peter Korsgaard <peter@korsgaard.com>

Committed to 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-05-31 21:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-24 20:39 [Buildroot] [PATCH] package/ltrace: directly use s.b.o to fetch the archive Yann E. MORIN
2020-05-25 19:58 ` Peter Korsgaard
2020-05-31 21:15 ` 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.