All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] ltp-testsuite: update homepage link and download site
@ 2015-10-20 10:31 Baruch Siach
  2015-10-21 20:18 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2015-10-20 10:31 UTC (permalink / raw)
  To: buildroot

ltp-testsuite migrated to github.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/ltp-testsuite/Config.in        | 2 +-
 package/ltp-testsuite/ltp-testsuite.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/ltp-testsuite/Config.in b/package/ltp-testsuite/Config.in
index 978b8e3cbae1..bd540f29f86b 100644
--- a/package/ltp-testsuite/Config.in
+++ b/package/ltp-testsuite/Config.in
@@ -19,7 +19,7 @@ config BR2_PACKAGE_LTP_TESTSUITE
 	  UCLIBC_HAS_OBSOLETE_BSD_SIGNAL and UCLIBC_SV4_DEPRECATED
 	  are needed.
 
-	  http://ltp.sourceforge.net/
+	  http://linux-test-project.github.io
 
 comment "ltp-testsuite needs a non-musl toolchain w/ threads"
 	depends on !BR2_nios2
diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk
index 7fe42eb82ff9..64467de69737 100644
--- a/package/ltp-testsuite/ltp-testsuite.mk
+++ b/package/ltp-testsuite/ltp-testsuite.mk
@@ -6,7 +6,7 @@
 
 LTP_TESTSUITE_VERSION = 20150420
 LTP_TESTSUITE_SOURCE = ltp-full-$(LTP_TESTSUITE_VERSION).tar.xz
-LTP_TESTSUITE_SITE = http://downloads.sourceforge.net/project/ltp/LTP%20Source/ltp-$(LTP_TESTSUITE_VERSION)
+LTP_TESTSUITE_SITE = https://github.com/linux-test-project/ltp/releases/download/$(LTP_TESTSUITE_VERSION)
 LTP_TESTSUITE_LICENSE = GPLv2 GPLv2+
 LTP_TESTSUITE_LICENSE_FILES = COPYING
 LTP_TESTSUITE_CONF_OPTS += \
-- 
2.6.1

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

* [Buildroot] [PATCH] ltp-testsuite: update homepage link and download site
  2015-10-20 10:31 [Buildroot] [PATCH] ltp-testsuite: update homepage link and download site Baruch Siach
@ 2015-10-21 20:18 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-10-21 20:18 UTC (permalink / raw)
  To: buildroot

Dear Baruch Siach,

On Tue, 20 Oct 2015 13:31:56 +0300, Baruch Siach wrote:
> ltp-testsuite migrated to github.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/ltp-testsuite/Config.in        | 2 +-
>  package/ltp-testsuite/ltp-testsuite.mk | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-10-21 20:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-20 10:31 [Buildroot] [PATCH] ltp-testsuite: update homepage link and download site Baruch Siach
2015-10-21 20:18 ` Thomas Petazzoni

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.