This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -cvs lists oddities
- To: Jason Molenda <jason-gcclist at molenda dot com>, "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Subject: Re: -cvs lists oddities
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Sat, 4 Nov 2000 22:59:08 +0100 (CET)
- cc: <gcc at gcc dot gnu dot org>
On Sun, 22 Oct 2000, Jason Molenda wrote:
> The scripts for wwwdocs check out the updated pages into a staging
> directory and run some HTML preprocesor over them (metahtml IIRC).
Yup.
> The setup of the GCC project is odd in many ways :-), and one of those
> is that its -webpages mailing list is publicized and web archived.
...and not called -webpages but -wwwdocs. :-)
On Sun, 22 Oct 2000, Joseph S. Myers wrote:
> Given the comments at the top of the auto checkout scripts, this patch
> does the minimal fix of making the messages also go to gcc-cvs, so that
> gcc-cvs gets messages for all commits to /cvs/gcc/egcs. OK to commit?
Web page related messages should go to gcc-cvs-wwwdocs, IMHO.
> Index: libstdc++-v3-auto-checkout
> ===================================================================
> RCS file: /cvs/gcc/CVSROOT/libstdc++-v3-auto-checkout,v
> retrieving revision 1.2
> diff -u -r1.2 libstdc++-v3-auto-checkout
> --- libstdc++-v3-auto-checkout 2000/05/16 17:35:45 1.2
> +++ libstdc++-v3-auto-checkout 2000/10/22 13:48:18
> @@ -48,13 +48,13 @@
> filename=`echo $firstfile | sed 's|,[^,]*$||'`
> fileversion=`echo $firstfile | sed 's|^.*,||'`
>
> -QMAILHOST=sourceware.cygnus.com
> +QMAILHOST=gcc.gnu.org
> export QMAILHOST
> (
> echo Files modified in the $REPONAME repository. Log entry:
> echo ""
> /usr/local/bin/cvs log -N -r$fileversion $filename | sed -e '1,/^date: /d' -e '$d'
> ) |
> - /bin/mail -s "$SHORTNAMES" ${REPONAME}-webpages-cvs@sourceware.cygnus.com
> + /bin/mail -s "$SHORTNAMES" ${REPONAME}-webpages-cvs@sourceware.cygnus.com gcc-cvs@gcc.gnu.org
Please set QMAILHOST in loginfo, not here. This is how we (now) do it for
the other GCC modules as well. (That is, I think the QMAILHOST line should
be removed from libstdc++-v3-auto-checkout.)
Wherever the hostname appears, please use sources.redhat.com instead of
sourceware.cygnus.com and send the notification to gcc-cvs-wwwdocs not
gcc-cvs. (This script is used to check out the web pages for libstdc++-v3,
right?)
Gerald
--
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/