From 1cc14334e4e6a9bd0dcbbcea3cb7b17cd83bbb25 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 18 Oct 2011 20:17:41 +0200 Subject: misc: change references to point to the new website It's been a while now that crosstool-NG has been hosted on it's own website, and not at my home. Change every reference to the old site to the new one, everywhere is makes sense to. Signed-off-by: "Yann E. MORIN" diff --git a/README b/README index 9bd2301..ca6692b 100644 --- a/README +++ b/README @@ -20,6 +20,6 @@ Here is a quick overview of what you'll find there: C - Misc. tutorials You can also point your browser at: - http://ymorin.is-a-geek.org/projects/crosstool + http://crosstool-ng.org/ Aloha! diff --git a/config/global/download.in b/config/global/download.in index 9f4b645..05ca59c 100644 --- a/config/global/download.in +++ b/config/global/download.in @@ -73,17 +73,20 @@ config MIRROR_BASE_URL string prompt "Base URL" depends on USE_MIRROR - default "http://ymorin.is-a-geek.org/mirrors/" + default "http://crosstool-ng.org/mirrors/" help This is the base URL searched in for tarballs. - I (Yann E. MORIN) have set up such a mirror to host snapshots of - some components, when those snapshots are volatile on the upstream - servers. The mirror is *slow*, because it is hosted behind an ADSL - line. For the time being, I haven't set up bandwidth limitations, - but should the mirror be abused, I will. Please avoid using my - machine when you can... Also, no guarantee is made as to its - availability. Use at your own risks. + The crosstool-NG server hosts a few of the required components, but + it is limited to volatile snashots (eg. uClibc) that are used in some + samples, or to mirror some archives which upstream can be flaky (eg. + mpfr), or for which upstream releases can be missing due to upstream + not doing archives (eg. glibc-ports). + + The mirror is provided as-is, no guarantee is made as to the actual + content of the archives, or to the availability of the mirror. + + Excercise caution, use at your own risks! The mirror is available at: - http://ymorin.is-a-geek.org/mirrors/ + http://crosstool-ng.org/mirrors/ diff --git a/samples/samples.mk b/samples/samples.mk index 2a5ac62..fa5134d 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -90,8 +90,8 @@ $(CT_SAMPLES): @echo '***********************************************************' @echo $(SILENT)( . $(call sample_dir,$@)/reported.by; \ - echo "Initially reported by: $${reporter_name:-Yann E. MORIN}"; \ - echo "URL: $${reporter_url:-http://ymorin.is-a-geek.org/}"; \ + echo "Initially reported by: $${reporter_name}"; \ + echo "URL: $${reporter_url}"; \ if [ -n "$${reporter_comment}" ]; then \ echo ; \ echo "Comment:"; \ diff --git a/scripts/mk-release.sh b/scripts/mk-release.sh index 6f71632..82db7ab 100755 --- a/scripts/mk-release.sh +++ b/scripts/mk-release.sh @@ -67,12 +67,12 @@ print_intro_mail() { are most welcome! The release can be found at the following URLs: - Changelog: http://ymorin.is-a-geek.org/download/crosstool-ng/crosstool-ng-${version}.changelog - Tarball: http://ymorin.is-a-geek.org/download/crosstool-ng/crosstool-ng-${version}.tar.bz2 - Patches: http://ymorin.is-a-geek.org/download/crosstool-ng/01-fixes/${version}/ + Changelog: http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-${version}.changelog + Tarball: http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-${version}.tar.bz2 + Patches: http://crosstool-ng.org/download/crosstool-ng/01-fixes/${version}/ As a reminder, the home for crosstool-NG is: - http://ymorin.is-a-geek.org/projects/crosstool + http://crosstool-ng.org/ Crosstool-NG also has a Freshmeat page: http://freshmeat.net/projects/crosstool-ng diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index e510b3d..490070c 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -145,7 +145,7 @@ dump_single_sample() { printf "| ${reporter_name} " fi else - printf "| [[http://ymorin.is-a-geek.org/|YEM]] " + printf "| (//unknown//) " fi ) sample_updated="$( hg log -l 1 --template '{date|shortdate}' "${sample_top}/samples/${sample}" )" -- cgit v0.10.2-6-g49f6