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>
- Subject: Re: -cvs lists oddities
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Sun, 22 Oct 2000 14:53:11 +0100 (BST)
- cc: gcc at gcc dot gnu dot org
On Sun, 22 Oct 2000, Jason Molenda wrote:
> No one ever bothered trying to call log_accum from within the web page
> updating scripts. Incidentally, this is related to...
>
> > Changes to libstdc++-v3/docs seem (from looking in CVSROOT) to go only to
> > a mysterious undocumented and unarchived libstdc++-webpages-cvs list. As
> > these docs are included in the main GCC sources, shouldn't the messages go
> > to gcc-cvs as well?
>
> If you look at the projects hosted on sourceware.cygnus.com, I
> don't think any of them publicize their -webpages mailing list or
> archive that list. It's of little interest to anyone except the
> maintainers (and those people usually just subscribe to the list).
> libstdc++ lives on the sourceware.cygnus.com side of the site, so
> it is like all the others. 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.
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?
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
exit 0
--
Joseph S. Myers
jsm28@cam.ac.uk