diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-10-18 20:17:41 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-10-18 20:17:41 +0200 |
commit | 1cc14334e4e6a9bd0dcbbcea3cb7b17cd83bbb25 (patch) | |
tree | 923e6f098e1ffb6e7d36c76e1d8f91ef408168ae | |
parent | 32c5ef83a1d9e627376cb759b0f3b4472dbc3d58 (diff) | |
download | crosstool-ng-1cc14334e4e6a9bd0dcbbcea3cb7b17cd83bbb25.tar.gz crosstool-ng-1cc14334e4e6a9bd0dcbbcea3cb7b17cd83bbb25.tar.bz2 crosstool-ng-1cc14334e4e6a9bd0dcbbcea3cb7b17cd83bbb25.zip |
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" <yann.morin.1998@anciens.enib.fr>
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | config/global/download.in | 21 | ||||
-rw-r--r-- | samples/samples.mk | 4 | ||||
-rwxr-xr-x | scripts/mk-release.sh | 8 | ||||
-rwxr-xr-x | scripts/showSamples.sh | 2 |
5 files changed, 20 insertions, 17 deletions
@@ -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 9f4b6456..05ca59cd 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 2a5ac629..fa5134d7 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 6f716324..82db7abc 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 e510b3da..490070c1 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}" )" |