public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* Re: Patch to add libstdc++ lists to lists.html
  2000-12-30  6:08 ` Patch to add libstdc++ lists to lists.html Joseph S. Myers
@ 2000-12-01 15:31   ` Joseph S. Myers
  2000-12-30  6:08   ` Jason Molenda
  1 sibling, 0 replies; 8+ messages in thread
From: Joseph S. Myers @ 2000-12-01 15:31 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches, libstdc++, overseers

On Sat, 2 Dec 2000, Gerald Pfeifer wrote:

>  +<p>For more info, and features of the mailing list software, please
>  +consult <a href=" http://sources.redhat.com/lists.html#faqs ">the
>  +documentation page for sources.redhat.com and gcc.gnu.org mailing
>  +lists</a>.
>  +</p>
>
> (This duplicates some information we already have, and it "demasks"
> gcc.gnu.org as sources.redhat.com, something which we cannot do due
> to *VERY* strong concerns by RMS.)

The point was, this text is on the libstdc++/mail.html page and has more
detailed information than the GCC page.  One of the issues with the move
was to be that GCC ought to have its own gcc.gnu.org-branded copy of that
page.

> In this case, please report the problems to overseers@gcc.gnu.org.

The following are issues with the libstdc++ move to gcc.gnu.org:

* Though subscription attempts through the gcc.gnu.org addresses get
through, the confirm messages refer to the wrong hostnames:

	Subject: confirm subscribe to libstdc++@sources.redhat.com

	Hi! This is the ezmlm program. I'm managing the
	libstdc++@sourceware.cygnus.com mailing list.

(Not being on the libstdc++ lists, I don't know whether messages from the
lists, as well as subscription ones, themselves get references to the
wrong hostname in any header beyond the inevitable references in Received
from reverse DNS.)

* The web page http://gcc.gnu.org/ml/libstdc++/ has some problems: two
links to December archives; links to FTP archives use the old
sources.redhat.com and sourceware.cygnus.com names rather than
gcc.gnu.org.  The hostname problems affect the libstdc++-cvs and
libstdc++-prs archives as well.  (I'm supposing that the libstdc++ ftp
site should be referenced to the gcc.gnu.org hostname; see below.)

* The web page http://gcc.gnu.org/ml/libstdc++/2000-12/ refers to the
"libstdc++@sources.redhat.com" mailing list; as do the current
libstdc++-cvs archives.  While there's no need to regenerate old archives,
the current ones, and newly added messages, ought to be getting references
to the gcc.gnu.org name instead.

* The GCC search form in search.html will need updating to include the
libstdc++ lists.  Maybe something needs to be done to get them included in
the right indexes as well, for this to work.

* The ftp mail archives should join the GCC ones in /pub/gcc.  Arguably,
the libstdc++ ftp site should move to under /pub/gcc (with a symlink).
I'm presuming that until this is done, it will be safe to refer to
ftp://gcc.gnu.org/pub/libstdc++/ .

-- 
Joseph S. Myers
jsm28@cam.ac.uk

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Patch to add libstdc++ lists to lists.html
  2000-12-30  6:08   ` Jason Molenda
@ 2000-12-01 15:46     ` Jason Molenda
  2000-12-30  6:08     ` Gerald Pfeifer
  2000-12-30  6:08     ` Christopher Faylor
  2 siblings, 0 replies; 8+ messages in thread
From: Jason Molenda @ 2000-12-01 15:46 UTC (permalink / raw)
  To: overseers

On Fri, Dec 01, 2000 at 11:31:36PM +0000, Joseph S. Myers wrote:

> * The web page http://gcc.gnu.org/ml/libstdc++/ has some problems: two
> links to December archives;

Interesting problem.  I'm guessing that the list archives appear
on both sites via a filesystem symlink.  The once-a-month scripts
don't look for a symlink or a list that appears under both sourceware
and gcc; it'll add a Dec entry for the libstdc++ under sourceware
and another for the list under gcc.

Fixing the monthly scripts is an option.  A better one is to move
it to the gcc side and add httpd redirects to the sourceware side
so that people accessing the list under sourceware are redirected
to gcc.  Symlinks which make the same content appear under two web
addresses are rarely a good idea.  Pick a canonical location and
shunt everyone to that one location.



The rest of the noted problems are straightforward.  I'd add one
bit here:

> * The ftp mail archives should join the GCC ones in /pub/gcc.  Arguably,
> the libstdc++ ftp site should move to under /pub/gcc (with a symlink).
> I'm presuming that until this is done, it will be safe to refer to
> ftp://gcc.gnu.org/pub/libstdc++/ .


None of the archiving scripts will support
~ftp/pub/gcc/libstdc++/mail-archives.  They only support
~ftp/pub/PROJECT/mail-archives.

Jason

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Patch to add libstdc++ lists to lists.html
  2000-12-30  6:08     ` Gerald Pfeifer
@ 2000-12-01 18:06       ` Gerald Pfeifer
  0 siblings, 0 replies; 8+ messages in thread
From: Gerald Pfeifer @ 2000-12-01 18:06 UTC (permalink / raw)
  To: Jason Molenda; +Cc: overseers

On Fri, 1 Dec 2000, Jason Molenda wrote:
> Fixing the monthly scripts is an option.  A better one is to move
> it to the gcc side and add httpd redirects to the sourceware side
> so that people accessing the list under sourceware are redirected

Yes, that would be my preference as well.

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Patch to add libstdc++ lists to lists.html
  2000-12-30  6:08     ` Christopher Faylor
@ 2000-12-01 18:20       ` Christopher Faylor
  0 siblings, 0 replies; 8+ messages in thread
From: Christopher Faylor @ 2000-12-01 18:20 UTC (permalink / raw)
  To: Jason Molenda; +Cc: overseers

On Fri, Dec 01, 2000 at 03:46:36PM -0800, Jason Molenda wrote:
>On Fri, Dec 01, 2000 at 11:31:36PM +0000, Joseph S. Myers wrote:
>
>> * The web page http://gcc.gnu.org/ml/libstdc++/ has some problems: two
>> links to December archives;
>
>Interesting problem.  I'm guessing that the list archives appear
>on both sites via a filesystem symlink.  The once-a-month scripts
>don't look for a symlink or a list that appears under both sourceware
>and gcc; it'll add a Dec entry for the libstdc++ under sourceware
>and another for the list under gcc.

Yep.  That was my fault.  I didn't realize that this would be a
potential problem when I made the link.  It seems sort of obvious
now.

cgf

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Patch to add libstdc++ lists to lists.html
  2000-12-30  6:08   ` Jason Molenda
  2000-12-01 15:46     ` Jason Molenda
@ 2000-12-30  6:08     ` Gerald Pfeifer
  2000-12-01 18:06       ` Gerald Pfeifer
  2000-12-30  6:08     ` Christopher Faylor
  2 siblings, 1 reply; 8+ messages in thread
From: Gerald Pfeifer @ 2000-12-30  6:08 UTC (permalink / raw)
  To: Jason Molenda; +Cc: overseers

On Fri, 1 Dec 2000, Jason Molenda wrote:
> Fixing the monthly scripts is an option.  A better one is to move
> it to the gcc side and add httpd redirects to the sourceware side
> so that people accessing the list under sourceware are redirected

Yes, that would be my preference as well.

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Patch to add libstdc++ lists to lists.html
  2000-12-30  6:08   ` Jason Molenda
  2000-12-01 15:46     ` Jason Molenda
  2000-12-30  6:08     ` Gerald Pfeifer
@ 2000-12-30  6:08     ` Christopher Faylor
  2000-12-01 18:20       ` Christopher Faylor
  2 siblings, 1 reply; 8+ messages in thread
From: Christopher Faylor @ 2000-12-30  6:08 UTC (permalink / raw)
  To: Jason Molenda; +Cc: overseers

On Fri, Dec 01, 2000 at 03:46:36PM -0800, Jason Molenda wrote:
>On Fri, Dec 01, 2000 at 11:31:36PM +0000, Joseph S. Myers wrote:
>
>> * The web page http://gcc.gnu.org/ml/libstdc++/ has some problems: two
>> links to December archives;
>
>Interesting problem.  I'm guessing that the list archives appear
>on both sites via a filesystem symlink.  The once-a-month scripts
>don't look for a symlink or a list that appears under both sourceware
>and gcc; it'll add a Dec entry for the libstdc++ under sourceware
>and another for the list under gcc.

Yep.  That was my fault.  I didn't realize that this would be a
potential problem when I made the link.  It seems sort of obvious
now.

cgf

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Patch to add libstdc++ lists to lists.html
       [not found] <Pine.BSF.4.30.0012012355410.65520-100000@deneb.dbai.tuwien.ac.at>
@ 2000-12-30  6:08 ` Joseph S. Myers
  2000-12-01 15:31   ` Joseph S. Myers
  2000-12-30  6:08   ` Jason Molenda
  0 siblings, 2 replies; 8+ messages in thread
From: Joseph S. Myers @ 2000-12-30  6:08 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches, libstdc++, overseers

On Sat, 2 Dec 2000, Gerald Pfeifer wrote:

>  +<p>For more info, and features of the mailing list software, please
>  +consult <a href=" http://sources.redhat.com/lists.html#faqs ">the
>  +documentation page for sources.redhat.com and gcc.gnu.org mailing
>  +lists</a>.
>  +</p>
>
> (This duplicates some information we already have, and it "demasks"
> gcc.gnu.org as sources.redhat.com, something which we cannot do due
> to *VERY* strong concerns by RMS.)

The point was, this text is on the libstdc++/mail.html page and has more
detailed information than the GCC page.  One of the issues with the move
was to be that GCC ought to have its own gcc.gnu.org-branded copy of that
page.

> In this case, please report the problems to overseers@gcc.gnu.org.

The following are issues with the libstdc++ move to gcc.gnu.org:

* Though subscription attempts through the gcc.gnu.org addresses get
through, the confirm messages refer to the wrong hostnames:

	Subject: confirm subscribe to libstdc++@sources.redhat.com

	Hi! This is the ezmlm program. I'm managing the
	libstdc++@sourceware.cygnus.com mailing list.

(Not being on the libstdc++ lists, I don't know whether messages from the
lists, as well as subscription ones, themselves get references to the
wrong hostname in any header beyond the inevitable references in Received
from reverse DNS.)

* The web page http://gcc.gnu.org/ml/libstdc++/ has some problems: two
links to December archives; links to FTP archives use the old
sources.redhat.com and sourceware.cygnus.com names rather than
gcc.gnu.org.  The hostname problems affect the libstdc++-cvs and
libstdc++-prs archives as well.  (I'm supposing that the libstdc++ ftp
site should be referenced to the gcc.gnu.org hostname; see below.)

* The web page http://gcc.gnu.org/ml/libstdc++/2000-12/ refers to the
"libstdc++@sources.redhat.com" mailing list; as do the current
libstdc++-cvs archives.  While there's no need to regenerate old archives,
the current ones, and newly added messages, ought to be getting references
to the gcc.gnu.org name instead.

* The GCC search form in search.html will need updating to include the
libstdc++ lists.  Maybe something needs to be done to get them included in
the right indexes as well, for this to work.

* The ftp mail archives should join the GCC ones in /pub/gcc.  Arguably,
the libstdc++ ftp site should move to under /pub/gcc (with a symlink).
I'm presuming that until this is done, it will be safe to refer to
ftp://gcc.gnu.org/pub/libstdc++/ .

-- 
Joseph S. Myers
jsm28@cam.ac.uk

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Patch to add libstdc++ lists to lists.html
  2000-12-30  6:08 ` Patch to add libstdc++ lists to lists.html Joseph S. Myers
  2000-12-01 15:31   ` Joseph S. Myers
@ 2000-12-30  6:08   ` Jason Molenda
  2000-12-01 15:46     ` Jason Molenda
                       ` (2 more replies)
  1 sibling, 3 replies; 8+ messages in thread
From: Jason Molenda @ 2000-12-30  6:08 UTC (permalink / raw)
  To: overseers

On Fri, Dec 01, 2000 at 11:31:36PM +0000, Joseph S. Myers wrote:

> * The web page http://gcc.gnu.org/ml/libstdc++/ has some problems: two
> links to December archives;

Interesting problem.  I'm guessing that the list archives appear
on both sites via a filesystem symlink.  The once-a-month scripts
don't look for a symlink or a list that appears under both sourceware
and gcc; it'll add a Dec entry for the libstdc++ under sourceware
and another for the list under gcc.

Fixing the monthly scripts is an option.  A better one is to move
it to the gcc side and add httpd redirects to the sourceware side
so that people accessing the list under sourceware are redirected
to gcc.  Symlinks which make the same content appear under two web
addresses are rarely a good idea.  Pick a canonical location and
shunt everyone to that one location.



The rest of the noted problems are straightforward.  I'd add one
bit here:

> * The ftp mail archives should join the GCC ones in /pub/gcc.  Arguably,
> the libstdc++ ftp site should move to under /pub/gcc (with a symlink).
> I'm presuming that until this is done, it will be safe to refer to
> ftp://gcc.gnu.org/pub/libstdc++/ .


None of the archiving scripts will support
~ftp/pub/gcc/libstdc++/mail-archives.  They only support
~ftp/pub/PROJECT/mail-archives.

Jason

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2000-12-30  6:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Pine.BSF.4.30.0012012355410.65520-100000@deneb.dbai.tuwien.ac.at>
2000-12-30  6:08 ` Patch to add libstdc++ lists to lists.html Joseph S. Myers
2000-12-01 15:31   ` Joseph S. Myers
2000-12-30  6:08   ` Jason Molenda
2000-12-01 15:46     ` Jason Molenda
2000-12-30  6:08     ` Gerald Pfeifer
2000-12-01 18:06       ` Gerald Pfeifer
2000-12-30  6:08     ` Christopher Faylor
2000-12-01 18:20       ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).