This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See crosstool-NG for lots more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
# HG changeset patch
# User Bryan Hundven <bryanhundven@gmail.com>
# Date 1345363780 25200
# Node ID b69ebeb72fef93c04c84c13875849d84fbdc3180
# Parent 1c7363e92ede42f223edf3497fab348e16d4b05d
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 <bryanhundven@gmail.com>
diff -r 1c7363e92ede -r b69ebeb72fef scripts/build/debug/200-duma.sh
--- a/scripts/build/debug/200-duma.sh Sun Aug 19 01:04:49 2012 -0700
+++ b/scripts/build/debug/200-duma.sh Sun Aug 19 01:09:40 2012 -0700
@@ -3,7 +3,7 @@
do_debug_duma_get() {
local dl_base
- dl_base="http://dfn.dl.sourceforge.net/project/duma/duma"
+ dl_base="http://downloads.sourceforge.net/project/duma/duma"
dl_base+="/${CT_DUMA_VERSION//_/.}"
# Downloading an non-existing file from sourceforge will give you an
diff -r 1c7363e92ede -r b69ebeb72fef scripts/build/debug/300-gdb.sh
--- a/scripts/build/debug/300-gdb.sh Sun Aug 19 01:04:49 2012 -0700
+++ b/scripts/build/debug/300-gdb.sh Sun Aug 19 01:09:40 2012 -0700
@@ -62,7 +62,7 @@
if [ "${do_expat}" = "y" ]; then
CT_GetFile "expat-${CT_DEBUG_GDB_EXPAT_VERSION}" .tar.gz \
- http://kent.dl.sourceforge.net/project/expat/expat/${CT_DEBUG_GDB_EXPAT_VERSION}
+ http://downloads.sourceforge.net/project/expat/expat/${CT_DEBUG_GDB_EXPAT_VERSION}
fi
}
diff -r 1c7363e92ede -r b69ebeb72fef scripts/build/debug/500-strace.sh
--- a/scripts/build/debug/500-strace.sh Sun Aug 19 01:04:49 2012 -0700
+++ b/scripts/build/debug/500-strace.sh Sun Aug 19 01:09:40 2012 -0700
@@ -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"*
--
For unsubscribe information see http://sourceware.org/lists.html#faq
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |