This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

server update


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   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]