From 6e65a05261ff839f3c287baf007ca8f539262d66 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Sun, 19 Aug 2012 01:09:40 -0700 Subject: scripts: use generic urls for sourceforge For expat, duma, and strace, use the generic url and 302 to the mirror instead of trying to download a file from a downed mirror and failing. Signed-off-by: Bryan Hundven Message-Id: --- scripts/build/debug/500-strace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/debug/500-strace.sh') diff --git a/scripts/build/debug/500-strace.sh b/scripts/build/debug/500-strace.sh index f0cfe7f2..f71a1b75 100644 --- a/scripts/build/debug/500-strace.sh +++ b/scripts/build/debug/500-strace.sh @@ -1,7 +1,7 @@ # Build script for strace do_debug_strace_get() { - local base_url="http://kent.dl.sourceforge.net/project/strace/strace" + local base_url="http://downloads.sourceforge.net/project/strace/strace" CT_GetFile "strace-${CT_STRACE_VERSION}" "${base_url}/${CT_STRACE_VERSION}" # Downloading from sourceforge leaves garbage, cleanup CT_DoExecLog ALL rm -f "${CT_TARBALLS_DIR}/showfiles.php"* -- cgit v1.2.3