server update
Ulrich Drepper
drepper@cygnus.com
Sat Oct 9 09:20:00 GMT 1999
sourceware.cygnus.com is now on a new, bigger, faster machine. This
is what the downtime was about.
At the same time Jason made the directory structure a bit more
rational. This requires you to change the CVS/Root and CVS/Repository
files. I had to do this:
find -name Root | while read f; do mv $f $f.old; sed -e 's/:glibc/:sourceware/' -e 's|glibc/cvsfiles|cvs/glibc|' < $f.old > $f; done
find -name Repository | while read f; do mv $f $f.old; sed 's|glibc/cvsfiles|cvs/glibc|' < $f.old > $f; done
Your lines might be a bit different depending on the hostname you
used. Please avoid checking out everything again.
The old machine will sometime soon be transformed into
anoncvs.cygnus.com. I.e., it will mirror the content of sourceware
but is mean only for the anoncvs checkouts. The time difference will
be insignificant but it will help the developers in the checkin
process since the locks created by all the anonymous checkouts are not
there anymore.
--
---------------. drepper at gnu.org ,-. 1325 Chesapeake Terrace
Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com `------------------------
More information about the Libc-hacker
mailing list