This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

[RFA:] system setup in gcc cvs.html (was: Re: Automation update tosearch.html...)


On Mon, 9 Jul 2001, Hans-Peter Nilsson wrote:
> On Mon, 9 Jul 2001, Joseph S. Myers wrote:
> > As long as this is all (including the crontab) in a publicly readable CVS
> > repository - and I think the details of such global repositories that
> > affect GCC should be documented somewhere in the GCC web pages.
>
> Perhaps.  Right now it isn't (at least the crontab isn't), just
> as for other similar tasks running on the system.

I was wrong, though the crontab isn't in CVS, yet.  Until it is,
FYI the crontab entry for updating the search.html webpage (and
script usage example) is:

36 2 1 * * /bin/sh /sourceware/libre/infra/bin/munge-cvs-file /cvs/gcc wwwdocs/htdocs/search.html "Monthly update" /sourceware/libre/infra/bin/up-dates

Ok to commit the following to address the system setup openness
issue?

Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.48
diff -p -c -r1.48 cvs.html
*** cvs.html	2001/06/18 13:07:59	1.48
--- cvs.html	2001/07/09 18:57:36
*************** you may want to check out include:
*** 141,147 ****
  <p>The web pages for the GCC project are also in the CVS repository
  and you can check them out, submit patches, etc just like you do for
  the compiler itself.  Use <code>cvs co wwwdocs</code> to check out
! the web pages.

  </body>
  </html>
--- 141,157 ----
  <p>The web pages for the GCC project are also in the CVS repository
  and you can check them out, submit patches, etc just like you do for
  the compiler itself.  Use <code>cvs co wwwdocs</code> to check out
! the web pages.</p>
!
! <h2><a name="system">The host system</a></h2>
!
! <p>The setup of the machine running the gcc.gnu.org site is also
! available, through
! <a href="http://sources.redhat.com/cgi-bin/cvsweb.cgi/?cvsroot=sourceware";>
! cvsweb</a> and anonymous read-only cvs.  Use the same procedure
! as above, but replace the repository bits with
! <code>:pserver:anoncvs@gcc.gnu.org:/cvs/sourceware</code> and
! <code>infra</code>.</p>

  </body>
  </html>

brgds, H-P


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