public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [RFC] change sources.redhat.com to sourceware.org in gdbadmin/ss dir (was:  libiberty configuration for DJGPP)
       [not found]     ` <m3ocuz474n.fsf@google.com>
@ 2009-04-14 16:25       ` Pierre Muller
  2009-04-14 17:12         ` [RFC] change sources.redhat.com to sourceware.org in gdbadmin/ss dir Keith Seitz
  2009-04-14 19:21         ` [RFC] change sources.redhat.com to sourceware.org in gdbadmin/ss dir (was: libiberty configuration for DJGPP) Christopher Faylor
  0 siblings, 2 replies; 3+ messages in thread
From: Pierre Muller @ 2009-04-14 16:25 UTC (permalink / raw)
  To: insight; +Cc: gdb-patches

I proposed this patch for gdbadmin/ss directory

Ian tought it was a good idea, and added that I should ask 
directly on insight mailing list about this issue I raised:

I am not really sure about insight reference in README,
as this is still seems to be more a redhat
than a GNU project.

  Should we leave sources.redhat.com for all insight 
related references or also switch to sourceware.org?




Pierre Muller
Pascal language support maintainer for GDB

PS: main src directory and many subdirectories 
seem to be in the need of similar changes...


Index: README
===================================================================
RCS file: /cvs/gdbadmin/ss/README,v
retrieving revision 1.6
diff -u -r1.6 README
--- README      29 Mar 2004 13:55:09 -0000      1.6
+++ README      14 Apr 2009 15:34:03 -0000
@@ -1,20 +1,20 @@
            GDB and INSIGHT Snapshot directory.
-       ftp://sources.redhat.com/pub/gdb/snapshots/
+       ftp://sourceware.org/pub/gdb/snapshots/

 See also:
-       http://sources.redhat.com/gdb
-       http://sources.redhat.com/insight
+       http://sourceware.org/gdb
+       http://sourceware.org/insight

 To unpack a snap-shot you will need the BZIP2 program.  See:

-       http://sources.redhat.com/bzip2/
-  and  ftp://sources.redhat.com/pub/bzip2
+       http://sourceware.org/bzip2/
+  and  ftp://sourceware.org/pub/bzip2

 For rebuilding GDB snapshots, several useful utilities (especially
 automake) are available:

-       ftp://sources.redhat.com/pub/gdb/infrastructure/
-  and  ftp://sources.redhat.com/pub/binutils/
+       ftp://sourceware.org/pub/gdb/infrastructure/
+  and  ftp://sourceware.org/pub/binutils/

 The following snapshots are available:

Index: do-ss
===================================================================
RCS file: /cvs/gdbadmin/ss/do-ss,v
retrieving revision 1.15
diff -u -r1.15 do-ss
--- do-ss       28 Apr 2005 23:13:49 -0000      1.15
+++ do-ss       14 Apr 2009 15:34:03 -0000
@@ -17,7 +17,7 @@

 sssh ()
 {
-    ssh -o 'Protocol 2' gdbadmin@sources.redhat.com "$@"
+    ssh -o 'Protocol 2' gdbadmin@sourceware.org "$@"
 }

 sssh mkdir -p ${tmpdir}
@@ -46,7 +46,7 @@
                --exclude='old*' \
                --exclude='ari.html' \
                --rsh='ssh -2' \
-               gdbadmin@sources.redhat.com:${wwwdir}/* /tmp/ari
+               gdbadmin@sourceware.org:${wwwdir}/* /tmp/ari
            ;;
        esac
     done
Index: do-scp
===================================================================
RCS file: /cvs/gdbadmin/ss/do-scp,v
retrieving revision 1.2
diff -u -r1.2 do-scp
--- do-scp      23 Oct 2002 21:15:16 -0000      1.2
+++ do-scp      14 Apr 2009 15:34:03 -0000
@@ -8,4 +8,4 @@
        --delete \
        --rsync-path=/usr/local/bin/rsync \
        --rsh='ssh -2' \
-       . gdbadmin@sources.redhat.com:ss
+       . gdbadmin@sourceware.org:ss
Index: make-snapshot
===================================================================
RCS file: /cvs/gdbadmin/ss/make-snapshot,v
retrieving revision 1.9
diff -u -r1.9 make-snapshot
--- make-snapshot       9 Jan 2004 21:59:44 -0000       1.9
+++ make-snapshot       14 Apr 2009 15:34:03 -0000
@@ -58,7 +58,7 @@
 echo "Replace root with sourceware root ..."
 find ${root} -name Root | while read f
 do
-    echo ":pserver:anoncvs@sources.redhat.com:/cvs/src" > $f
+    echo ":pserver:anoncvs@sourceware.org:/cvs/src" > $f
 done

 echo "`date`: Create CVS tarball ..."

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

* Re: [RFC] change sources.redhat.com to sourceware.org in gdbadmin/ss  dir
  2009-04-14 16:25       ` [RFC] change sources.redhat.com to sourceware.org in gdbadmin/ss dir (was: libiberty configuration for DJGPP) Pierre Muller
@ 2009-04-14 17:12         ` Keith Seitz
  2009-04-14 19:21         ` [RFC] change sources.redhat.com to sourceware.org in gdbadmin/ss dir (was: libiberty configuration for DJGPP) Christopher Faylor
  1 sibling, 0 replies; 3+ messages in thread
From: Keith Seitz @ 2009-04-14 17:12 UTC (permalink / raw)
  To: Pierre Muller; +Cc: insight

Pierre Muller wrote:

>   Should we leave sources.redhat.com for all insight 
> related references or also switch to sourceware.org?

While it *appears* that Insight is still only a Red Hat project, it was 
never certainly meant to be. I won't go into the history, but let's just 
say that the biggest reason this appears true is because insight is 
basically maintained by one person who happens to work for Red Hat (but 
it is not his job).

Please make the proposed changes to sourceware.org. I don't mind.

Keith

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

* Re: [RFC] change sources.redhat.com to sourceware.org in  gdbadmin/ss dir (was:  libiberty configuration for DJGPP)
  2009-04-14 16:25       ` [RFC] change sources.redhat.com to sourceware.org in gdbadmin/ss dir (was: libiberty configuration for DJGPP) Pierre Muller
  2009-04-14 17:12         ` [RFC] change sources.redhat.com to sourceware.org in gdbadmin/ss dir Keith Seitz
@ 2009-04-14 19:21         ` Christopher Faylor
  1 sibling, 0 replies; 3+ messages in thread
From: Christopher Faylor @ 2009-04-14 19:21 UTC (permalink / raw)
  To: gdb-patches, insight

On Tue, Apr 14, 2009 at 06:25:46PM +0200, Pierre Muller wrote:
>I proposed this patch for gdbadmin/ss directory
>
>Ian tought it was a good idea, and added that I should ask 
>directly on insight mailing list about this issue I raised:
>
>I am not really sure about insight reference in README,
>as this is still seems to be more a redhat
>than a GNU project.
>
>Should we leave sources.redhat.com for all insight related references
>or also switch to sourceware.org?

The name of the site really is sourceware.org but insight isn't really
officially supported by Red Hat anymore (and hasn't been for years) so I
don't see any reason to keep the .redhat.com for insight's sake.

If we were talking about something like systemtap or frysk then that
would be a different story...

cgf

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

end of thread, other threads:[~2009-04-14 19:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <83zlejmkgb.fsf@gnu.org>
     [not found] ` <m3eivv5n8e.fsf@google.com>
     [not found]   ` <83skkbmhk6.fsf@gnu.org>
     [not found]     ` <m3ocuz474n.fsf@google.com>
2009-04-14 16:25       ` [RFC] change sources.redhat.com to sourceware.org in gdbadmin/ss dir (was: libiberty configuration for DJGPP) Pierre Muller
2009-04-14 17:12         ` [RFC] change sources.redhat.com to sourceware.org in gdbadmin/ss dir Keith Seitz
2009-04-14 19:21         ` [RFC] change sources.redhat.com to sourceware.org in gdbadmin/ss dir (was: libiberty configuration for DJGPP) 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).