# HG changeset patch # User "Yann E. MORIN" # Date 1318961861 -7200 # Node ID 32aa23619dfd8fae0095da160c796f687416c8e3 # Parent a32156bd31c0d395e8d346431b123a7d2caa14cd 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 -r a32156bd31c0 -r 32aa23619dfd README --- a/README Sun Oct 16 17:51:42 2011 +0200 +++ b/README Tue Oct 18 20:17:41 2011 +0200 @@ -20,6 +20,6 @@ C - Misc. tutorials You can also point your browser at: - http://ymorin.is-a-geek.org/projects/crosstool + http://crosstool-ng.org/ Aloha! diff -r a32156bd31c0 -r 32aa23619dfd config/global/download.in --- a/config/global/download.in Sun Oct 16 17:51:42 2011 +0200 +++ b/config/global/download.in Tue Oct 18 20:17:41 2011 +0200 @@ -73,17 +73,20 @@ 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 -r a32156bd31c0 -r 32aa23619dfd samples/samples.mk --- a/samples/samples.mk Sun Oct 16 17:51:42 2011 +0200 +++ b/samples/samples.mk Tue Oct 18 20:17:41 2011 +0200 @@ -90,8 +90,8 @@ @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 -r a32156bd31c0 -r 32aa23619dfd scripts/mk-release.sh --- a/scripts/mk-release.sh Sun Oct 16 17:51:42 2011 +0200 +++ b/scripts/mk-release.sh Tue Oct 18 20:17:41 2011 +0200 @@ -67,12 +67,12 @@ 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 -r a32156bd31c0 -r 32aa23619dfd scripts/showSamples.sh --- a/scripts/showSamples.sh Sun Oct 16 17:51:42 2011 +0200 +++ b/scripts/showSamples.sh Tue Oct 18 20:17:41 2011 +0200 @@ -145,7 +145,7 @@ 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}" )"