public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* PATCH: Suggest tar.gz for ltrace download
@ 2010-01-05 10:47 Joachim Nilsson
  2010-01-05 18:15 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Joachim Nilsson @ 2010-01-05 10:47 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

[-- Attachment #1: Type: text/plain, Size: 50 bytes --]

Hi Yann!

Here's a quick one.

Regards
  /Joachim

[-- Attachment #2: ltrace-extension-is-targz.patch --]
[-- Type: text/x-diff, Size: 968 bytes --]

debug/tools: set the ltrace extension to .tar.gz

Trying to download every extension in turn does not work.
The Debian server returns a friendly 404-page that is
saved as the orig.tar.bz2 file.  Help the helper by giving
it the extension to retrieve.

Signed-off-by: Joachim Nilsson <jocke@vmlinux.org>

diff -r ecccce88fc71 scripts/build/debug/400-ltrace.sh
--- a/scripts/build/debug/400-ltrace.sh	Sun Jan 03 16:46:58 2010 +0100
+++ b/scripts/build/debug/400-ltrace.sh	Tue Jan 05 11:43:31 2010 +0100
@@ -1,7 +1,7 @@
 # Build script for ltrace
 
 do_debug_ltrace_get() {
-    CT_GetFile "ltrace_${CT_LTRACE_VERSION}.orig" {ftp,http}://ftp.de.debian.org/debian/pool/main/l/ltrace/
+    CT_GetFile "ltrace_${CT_LTRACE_VERSION}.orig" .tar.gz {ftp,http}://ftp.de.debian.org/debian/pool/main/l/ltrace/
     # Create a link so that the following steps are easier to do:
     cd "${CT_TARBALLS_DIR}"
     ltrace_ext=$(CT_GetFileExtension "ltrace_${CT_LTRACE_VERSION}.orig")


[-- Attachment #3: Type: text/plain, Size: 71 bytes --]

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

* Re: PATCH: Suggest tar.gz for ltrace download
  2010-01-05 10:47 PATCH: Suggest tar.gz for ltrace download Joachim Nilsson
@ 2010-01-05 18:15 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2010-01-05 18:15 UTC (permalink / raw)
  To: crossgcc; +Cc: Joachim Nilsson

Hello Joachim!

On Tuesday 05 January 2010 11:47:42 Joachim Nilsson wrote:
> Here's a quick one.

Thank you! Applied as 7608142e4fc1.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
`------------------------------^-------^------------------^--------------------'



--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

end of thread, other threads:[~2010-01-05 18:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-05 10:47 PATCH: Suggest tar.gz for ltrace download Joachim Nilsson
2010-01-05 18:15 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).