All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] axel: fixed package download issue
@ 2014-02-01 12:46 Martin Bark
  2014-02-02  8:10 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Bark @ 2014-02-01 12:46 UTC (permalink / raw)
  To: buildroot

This patch updates axel.mk to download axel v2.4 from snapshot.debian.org.
The download from alioth.debian.org is currently broken resulting in a
malformed axel.2.4.tar.gz being downloaded and the build failing.  The
package is available instead from snapshot.debian.org.

Signed-off-by: Martin Bark <martin@barkynet.com>
---
 package/axel/axel.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/axel/axel.mk b/package/axel/axel.mk
index a83001f..d448dbb 100644
--- a/package/axel/axel.mk
+++ b/package/axel/axel.mk
@@ -5,7 +5,8 @@
 ################################################################################
 
 AXEL_VERSION = 2.4
-AXEL_SITE = https://alioth.debian.org/frs/download.php/file/3015
+AXEL_SOURCE = axel_$(AXEL_VERSION).orig.tar.gz
+AXEL_SITE = http://snapshot.debian.org/archive/debian/20090429T154100Z/pool/main/a/axel
 AXEL_LICENSE = GPLv2+
 AXEL_LICENSE_FILES = COPYING
 
-- 
1.7.9.5

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

* [Buildroot] [PATCH 1/1] axel: fixed package download issue
  2014-02-01 12:46 [Buildroot] [PATCH 1/1] axel: fixed package download issue Martin Bark
@ 2014-02-02  8:10 ` Thomas Petazzoni
  2014-02-04  0:00   ` Martin Bark
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2014-02-02  8:10 UTC (permalink / raw)
  To: buildroot

Dear Martin Bark,

On Sat,  1 Feb 2014 12:46:58 +0000, Martin Bark wrote:
> This patch updates axel.mk to download axel v2.4 from snapshot.debian.org.
> The download from alioth.debian.org is currently broken resulting in a
> malformed axel.2.4.tar.gz being downloaded and the build failing.  The
> package is available instead from snapshot.debian.org.
> 
> Signed-off-by: Martin Bark <martin@barkynet.com>

As I explained, this problem is not specific to Axel, but to all
package that download from Alioth. So I believe it would be better to
have one single patch that changes all the Alioth URLs to other URLs,
so that we can revert that single patch later on once Alioth is working
again.

Best regards,

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

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

* [Buildroot] [PATCH 1/1] axel: fixed package download issue
  2014-02-02  8:10 ` Thomas Petazzoni
@ 2014-02-04  0:00   ` Martin Bark
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Bark @ 2014-02-04  0:00 UTC (permalink / raw)
  To: buildroot

Thomas,

On 02/02/14 08:10, Thomas Petazzoni wrote:
> Dear Martin Bark,
>
> On Sat,  1 Feb 2014 12:46:58 +0000, Martin Bark wrote:
>> This patch updates axel.mk to download axel v2.4 from snapshot.debian.org.
>> The download from alioth.debian.org is currently broken resulting in a
>> malformed axel.2.4.tar.gz being downloaded and the build failing.  The
>> package is available instead from snapshot.debian.org.
>>
>> Signed-off-by: Martin Bark <martin@barkynet.com>
>
> As I explained, this problem is not specific to Axel, but to all
> package that download from Alioth. So I believe it would be better to
> have one single patch that changes all the Alioth URLs to other URLs,
> so that we can revert that single patch later on once Alioth is working
> again.
>
> Best regards,
>
> Thomas
>

Yes I agree.  I had not notice at first that all alioth was broken.  I 
see Ryan Barnett has submitted a patch to update all alioth urls now so 
hopefully that's will fix the issue.

Thanks

Martin

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

end of thread, other threads:[~2014-02-04  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-01 12:46 [Buildroot] [PATCH 1/1] axel: fixed package download issue Martin Bark
2014-02-02  8:10 ` Thomas Petazzoni
2014-02-04  0:00   ` Martin Bark

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.