misc: change references to point to the new website
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 18 20:17:41 2011 +0200 (2011-10-18)
changeset 272532aa23619dfd
parent 2724 a32156bd31c0
child 2726 a0c5aad74f8f
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>
README
config/global/download.in
samples/samples.mk
scripts/mk-release.sh
scripts/showSamples.sh
     1.1 --- a/README	Sun Oct 16 17:51:42 2011 +0200
     1.2 +++ b/README	Tue Oct 18 20:17:41 2011 +0200
     1.3 @@ -20,6 +20,6 @@
     1.4    C - Misc. tutorials
     1.5  
     1.6  You can also point your browser at:
     1.7 -  http://ymorin.is-a-geek.org/projects/crosstool
     1.8 +  http://crosstool-ng.org/
     1.9  
    1.10  Aloha!
     2.1 --- a/config/global/download.in	Sun Oct 16 17:51:42 2011 +0200
     2.2 +++ b/config/global/download.in	Tue Oct 18 20:17:41 2011 +0200
     2.3 @@ -73,17 +73,20 @@
     2.4      string
     2.5      prompt "Base URL"
     2.6      depends on USE_MIRROR
     2.7 -    default "http://ymorin.is-a-geek.org/mirrors/"
     2.8 +    default "http://crosstool-ng.org/mirrors/"
     2.9      help
    2.10        This is the base URL searched in for tarballs.
    2.11        
    2.12 -      I (Yann E. MORIN) have set up such a mirror to host snapshots of
    2.13 -      some components, when those snapshots are volatile on the upstream
    2.14 -      servers. The mirror is *slow*, because it is hosted behind an ADSL
    2.15 -      line. For the time being, I haven't set up bandwidth limitations,
    2.16 -      but should the mirror be abused, I will. Please avoid using my
    2.17 -      machine when you can... Also, no guarantee is made as to its
    2.18 -      availability. Use at your own risks.
    2.19 +      The crosstool-NG server hosts a few of the required components, but
    2.20 +      it is limited to volatile snashots (eg. uClibc) that are used in some
    2.21 +      samples, or to mirror some archives which upstream can be flaky (eg.
    2.22 +      mpfr), or for which upstream releases can be missing due to upstream
    2.23 +      not doing archives (eg. glibc-ports).
    2.24 +      
    2.25 +      The mirror is provided as-is, no guarantee is made as to the actual
    2.26 +      content of the archives, or to the availability of the mirror.
    2.27 +      
    2.28 +      Excercise caution, use at your own risks!
    2.29        
    2.30        The mirror is available at:
    2.31 -        http://ymorin.is-a-geek.org/mirrors/
    2.32 +        http://crosstool-ng.org/mirrors/
     3.1 --- a/samples/samples.mk	Sun Oct 16 17:51:42 2011 +0200
     3.2 +++ b/samples/samples.mk	Tue Oct 18 20:17:41 2011 +0200
     3.3 @@ -90,8 +90,8 @@
     3.4  	@echo  '***********************************************************'
     3.5  	@echo
     3.6  	$(SILENT)( . $(call sample_dir,$@)/reported.by;                             \
     3.7 -	   echo "Initially reported by: $${reporter_name:-Yann E. MORIN}";          \
     3.8 -	   echo "URL: $${reporter_url:-http://ymorin.is-a-geek.org/}";              \
     3.9 +	   echo "Initially reported by: $${reporter_name}";                         \
    3.10 +	   echo "URL: $${reporter_url}";                                            \
    3.11  	   if [ -n "$${reporter_comment}" ]; then                                   \
    3.12  	     echo  ;                                                                \
    3.13  	     echo  "Comment:";                                                      \
     4.1 --- a/scripts/mk-release.sh	Sun Oct 16 17:51:42 2011 +0200
     4.2 +++ b/scripts/mk-release.sh	Tue Oct 18 20:17:41 2011 +0200
     4.3 @@ -67,12 +67,12 @@
     4.4  		are most welcome!
     4.5  		
     4.6  		The release can be found at the following URLs:
     4.7 -		Changelog: http://ymorin.is-a-geek.org/download/crosstool-ng/crosstool-ng-${version}.changelog
     4.8 -		Tarball:   http://ymorin.is-a-geek.org/download/crosstool-ng/crosstool-ng-${version}.tar.bz2
     4.9 -		Patches:   http://ymorin.is-a-geek.org/download/crosstool-ng/01-fixes/${version}/
    4.10 +		Changelog: http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-${version}.changelog
    4.11 +		Tarball:   http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-${version}.tar.bz2
    4.12 +		Patches:   http://crosstool-ng.org/download/crosstool-ng/01-fixes/${version}/
    4.13  		
    4.14  		As a reminder, the home for crosstool-NG is:
    4.15 -		http://ymorin.is-a-geek.org/projects/crosstool
    4.16 +		http://crosstool-ng.org/
    4.17  		
    4.18  		Crosstool-NG also has a Freshmeat page:
    4.19  		http://freshmeat.net/projects/crosstool-ng
     5.1 --- a/scripts/showSamples.sh	Sun Oct 16 17:51:42 2011 +0200
     5.2 +++ b/scripts/showSamples.sh	Tue Oct 18 20:17:41 2011 +0200
     5.3 @@ -145,7 +145,7 @@
     5.4                    printf "|  ${reporter_name}  "
     5.5                fi
     5.6            else
     5.7 -              printf "|  [[http://ymorin.is-a-geek.org/|YEM]]  "
     5.8 +              printf "|  (//unknown//)  "
     5.9            fi
    5.10          )
    5.11          sample_updated="$( hg log -l 1 --template '{date|shortdate}' "${sample_top}/samples/${sample}" )"