This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: using rsync to create local repository


On Fri, Feb 03, 2006 at 02:59:13PM -0800, PAUL GILLIAM wrote:
> rsync -az --delete --exclude '#cvs.*' --exclude 'CVSROOT/config'  \
> --exclude  \ 'CVSROOT/history' --exclude 'CVSROOT/updatelog'  \
> rsync://sources.redhat.com/gdb-cvs gdb-cvs
> 
> I cribbed these from Janis Johnson as used for GCC.  Do we need these
> same excludes?

Yes.  Except, you've now switched back to gdb-cvs, and that's not the
right repository.

> I have also attached a patch to MAINTAINERS in light of the following
> e-mail exchange:

Do we want a maintainer for the web pages right now?  A serious
question.

With the recent changes to MAINTAINERS, if there is one, then that
individual needs to review all web page patches, and be interested in
taking general care of the web pages.  If there isn't one, any global
maintainer can make changes to the web pages.  I have the feeling that
distributing the responsibility, for this particular area, would be
a better choice.

Maybe it wouldn't.  I'm open to other opinions.

-- 
Daniel Jacobowitz
CodeSourcery


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