This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFC] change sources.redhat.com to sourceware.org in gdbadmin/ss dir (was: libiberty configuration for DJGPP)


Hi Ian,

> (By the way, sources.redhat.com is the old name.  sourceware.org is
> preferred.)
> 
> Ian

  Shouldn't we update 
the files in ss directory, then?

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



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 ..."


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