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>
This commit is contained in:
Yann E. MORIN" 2011-10-18 20:17:41 +02:00
parent 32c5ef83a1
commit 1cc14334e4
5 changed files with 20 additions and 17 deletions

2
README
View File

@ -20,6 +20,6 @@ Here is a quick overview of what you'll find there:
C - Misc. tutorials C - Misc. tutorials
You can also point your browser at: You can also point your browser at:
http://ymorin.is-a-geek.org/projects/crosstool http://crosstool-ng.org/
Aloha! Aloha!

View File

@ -73,17 +73,20 @@ config MIRROR_BASE_URL
string string
prompt "Base URL" prompt "Base URL"
depends on USE_MIRROR depends on USE_MIRROR
default "http://ymorin.is-a-geek.org/mirrors/" default "http://crosstool-ng.org/mirrors/"
help help
This is the base URL searched in for tarballs. This is the base URL searched in for tarballs.
I (Yann E. MORIN) have set up such a mirror to host snapshots of The crosstool-NG server hosts a few of the required components, but
some components, when those snapshots are volatile on the upstream it is limited to volatile snashots (eg. uClibc) that are used in some
servers. The mirror is *slow*, because it is hosted behind an ADSL samples, or to mirror some archives which upstream can be flaky (eg.
line. For the time being, I haven't set up bandwidth limitations, mpfr), or for which upstream releases can be missing due to upstream
but should the mirror be abused, I will. Please avoid using my not doing archives (eg. glibc-ports).
machine when you can... Also, no guarantee is made as to its
availability. Use at your own risks. 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: The mirror is available at:
http://ymorin.is-a-geek.org/mirrors/ http://crosstool-ng.org/mirrors/

View File

@ -90,8 +90,8 @@ $(CT_SAMPLES):
@echo '***********************************************************' @echo '***********************************************************'
@echo @echo
$(SILENT)( . $(call sample_dir,$@)/reported.by; \ $(SILENT)( . $(call sample_dir,$@)/reported.by; \
echo "Initially reported by: $${reporter_name:-Yann E. MORIN}"; \ echo "Initially reported by: $${reporter_name}"; \
echo "URL: $${reporter_url:-http://ymorin.is-a-geek.org/}"; \ echo "URL: $${reporter_url}"; \
if [ -n "$${reporter_comment}" ]; then \ if [ -n "$${reporter_comment}" ]; then \
echo ; \ echo ; \
echo "Comment:"; \ echo "Comment:"; \

View File

@ -67,12 +67,12 @@ print_intro_mail() {
are most welcome! are most welcome!
The release can be found at the following URLs: The release can be found at the following URLs:
Changelog: http://ymorin.is-a-geek.org/download/crosstool-ng/crosstool-ng-${version}.changelog Changelog: http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-${version}.changelog
Tarball: http://ymorin.is-a-geek.org/download/crosstool-ng/crosstool-ng-${version}.tar.bz2 Tarball: http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-${version}.tar.bz2
Patches: http://ymorin.is-a-geek.org/download/crosstool-ng/01-fixes/${version}/ Patches: http://crosstool-ng.org/download/crosstool-ng/01-fixes/${version}/
As a reminder, the home for crosstool-NG is: 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: Crosstool-NG also has a Freshmeat page:
http://freshmeat.net/projects/crosstool-ng http://freshmeat.net/projects/crosstool-ng

View File

@ -145,7 +145,7 @@ dump_single_sample() {
printf "| ${reporter_name} " printf "| ${reporter_name} "
fi fi
else else
printf "| [[http://ymorin.is-a-geek.org/|YEM]] " printf "| (//unknown//) "
fi fi
) )
sample_updated="$( hg log -l 1 --template '{date|shortdate}' "${sample_top}/samples/${sample}" )" sample_updated="$( hg log -l 1 --template '{date|shortdate}' "${sample_top}/samples/${sample}" )"