From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27125 invoked by alias); 14 Apr 2009 16:25:52 -0000 Received: (qmail 27108 invoked by uid 22791); 14 Apr 2009 16:25:51 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.153) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Apr 2009 16:25:45 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.2/jtpda-5.5pre1) with ESMTP id n3EGPeX8041962 ; Tue, 14 Apr 2009 18:25:40 +0200 (CEST) Received: from mailserver.u-strasbg.fr (ms3.u-strasbg.fr [IPv6:2001:660:2402:d::12]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id n3EGPeXT046554 ; Tue, 14 Apr 2009 18:25:40 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) Received: from d620muller (www-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id n3EGPeWW067520 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Tue, 14 Apr 2009 18:25:40 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) From: "Pierre Muller" To: Cc: References: <83zlejmkgb.fsf@gnu.org> <83skkbmhk6.fsf@gnu.org> In-Reply-To: Subject: [RFC] change sources.redhat.com to sourceware.org in gdbadmin/ss dir (was: libiberty configuration for DJGPP) Date: Tue, 14 Apr 2009 16:25:00 -0000 Message-ID: <006801c9bd1d$aa40bb40$fec231c0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00013.txt.bz2 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 ..."