* [Buildroot] [PATCH 1/1] Fix alioth.debian URLs that are broken
@ 2014-02-03 21:22 Ryan Barnett
2014-02-04 5:54 ` Baruch Siach
2014-02-04 8:48 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Ryan Barnett @ 2014-02-03 21:22 UTC (permalink / raw)
To: buildroot
Inspired by a patch from Martin Bark <martin@barkynet.com>, this fixes
autobuild issues related to packages not downloading from alioth.debian
URLs. This patches is meant to be "temporary" until the URLs are fixed
by debain.
Fixes:
http://autobuild.buildroot.org/results/8c3/8c34649a7f98f60f14cff8b32fa2f8e82b1afeb6
http://autobuild.buildroot.org/results/7e3/7e34e73e40fdb0e04bd63fa889f9bc14f7e30536
Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
---
package/axel/axel.mk | 2 +-
package/libhid/libhid.mk | 2 +-
package/ltrace/ltrace.mk | 2 +-
package/minicom/minicom.mk | 2 +-
package/sane-backends/sane-backends.mk | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/axel/axel.mk b/package/axel/axel.mk
index a83001f..ea97d75 100644
--- a/package/axel/axel.mk
+++ b/package/axel/axel.mk
@@ -5,7 +5,7 @@
################################################################################
AXEL_VERSION = 2.4
-AXEL_SITE = https://alioth.debian.org/frs/download.php/file/3015
+AXEL_SITE = http://sources.buildroot.net/
AXEL_LICENSE = GPLv2+
AXEL_LICENSE_FILES = COPYING
diff --git a/package/libhid/libhid.mk b/package/libhid/libhid.mk
index 97aab5d..1b9b895 100644
--- a/package/libhid/libhid.mk
+++ b/package/libhid/libhid.mk
@@ -5,7 +5,7 @@
################################################################################
LIBHID_VERSION = 0.2.16
-LIBHID_SITE = http://alioth.debian.org/frs/download.php/file/1958
+LIBHID_SITE = http://sources.buildroot.net/
LIBHID_DEPENDENCIES = libusb-compat libusb
LIBHID_INSTALL_STAGING = YES
LIBHID_AUTORECONF = YES
diff --git a/package/ltrace/ltrace.mk b/package/ltrace/ltrace.mk
index b42c252..99c1af6 100644
--- a/package/ltrace/ltrace.mk
+++ b/package/ltrace/ltrace.mk
@@ -5,7 +5,7 @@
################################################################################
LTRACE_VERSION = 0.7.3
-LTRACE_SITE = http://alioth.debian.org/frs/download.php/file/3947
+LTRACE_SITE = http://sources.buildroot.net/
LTRACE_SOURCE = ltrace-$(LTRACE_VERSION).tar.bz2
LTRACE_DEPENDENCIES = libelf
LTRACE_CONF_OPT = --disable-werror
diff --git a/package/minicom/minicom.mk b/package/minicom/minicom.mk
index e0a7cee..d72a40d 100644
--- a/package/minicom/minicom.mk
+++ b/package/minicom/minicom.mk
@@ -5,7 +5,7 @@
################################################################################
MINICOM_VERSION = 2.7
-MINICOM_SITE = http://alioth.debian.org/frs/download.php/file/3977/
+MINICOM_SITE = http://sources.buildroot.net/
MINICOM_LICENSE = GPLv2+
MINICOM_LICENSE_FILES = COPYING
diff --git a/package/sane-backends/sane-backends.mk b/package/sane-backends/sane-backends.mk
index e2adc1a..52c5aa7 100644
--- a/package/sane-backends/sane-backends.mk
+++ b/package/sane-backends/sane-backends.mk
@@ -5,7 +5,7 @@
################################################################################
SANE_BACKENDS_VERSION = 1.0.22
-SANE_BACKENDS_SITE = https://alioth.debian.org/frs/download.php/file/3503
+SANE_BACKENDS_SITE = http://sources.buildroot.net/
SANE_BACKENDS_CONFIG_SCRIPTS = sane-config
ifeq ($(BR2_PACKAGE_LIBUSB),y)
--
1.8.3.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] Fix alioth.debian URLs that are broken
2014-02-03 21:22 [Buildroot] [PATCH 1/1] Fix alioth.debian URLs that are broken Ryan Barnett
@ 2014-02-04 5:54 ` Baruch Siach
2014-02-04 8:48 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Baruch Siach @ 2014-02-04 5:54 UTC (permalink / raw)
To: buildroot
Hi Ryan,
On Mon, Feb 03, 2014 at 10:22:53PM +0100, Ryan Barnett wrote:
> Inspired by a patch from Martin Bark <martin@barkynet.com>, this fixes
> autobuild issues related to packages not downloading from alioth.debian
> URLs. This patches is meant to be "temporary" until the URLs are fixed
> by debain.
Debian.
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] Fix alioth.debian URLs that are broken
2014-02-03 21:22 [Buildroot] [PATCH 1/1] Fix alioth.debian URLs that are broken Ryan Barnett
2014-02-04 5:54 ` Baruch Siach
@ 2014-02-04 8:48 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2014-02-04 8:48 UTC (permalink / raw)
To: buildroot
>>>>> "Ryan" == Ryan Barnett <ryanbarnett3@gmail.com> writes:
> Inspired by a patch from Martin Bark <martin@barkynet.com>, this fixes
> autobuild issues related to packages not downloading from alioth.debian
> URLs. This patches is meant to be "temporary" until the URLs are fixed
> by debain.
s/debain/debian/ ;)
> Fixes:
> http://autobuild.buildroot.org/results/8c3/8c34649a7f98f60f14cff8b32fa2f8e82b1afeb6
> http://autobuild.buildroot.org/results/7e3/7e34e73e40fdb0e04bd63fa889f9bc14f7e30536
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-02-04 8:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-03 21:22 [Buildroot] [PATCH 1/1] Fix alioth.debian URLs that are broken Ryan Barnett
2014-02-04 5:54 ` Baruch Siach
2014-02-04 8:48 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox