From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17947 invoked by alias); 16 Feb 2008 00:17:21 -0000 Received: (qmail 17937 invoked by uid 22791); 16 Feb 2008 00:17:19 -0000 X-Spam-Check-By: sourceware.org Received: from smtp804.mail.ird.yahoo.com (HELO smtp804.mail.ird.yahoo.com) (217.146.188.64) by sourceware.org (qpsmtpd/0.31) with SMTP; Sat, 16 Feb 2008 00:16:44 +0000 Received: (qmail 36883 invoked from network); 16 Feb 2008 00:16:42 -0000 Received: from unknown (HELO orthanc.middle-earth.co.uk) (hughes2002@btinternet.com@86.149.18.101 with plain) by smtp804.mail.ird.yahoo.com with SMTP; 16 Feb 2008 00:16:42 -0000 X-YMail-OSG: eA4OXVoVM1mB7kUhqh4Ajyzw4QGdDuCL7kTG8biSYJ3lRR28shD4hbzLTDhdjcsnZtP1aIptUw4XGMtpnLuQ_FG_h8SKxiMMZwWw.Cb3zBe6zUM7 X-Yahoo-Newman-Property: ymail-3 Received: from rivendell.middle-earth.co.uk ([192.168.0.1] helo=localhost.localdomain ident=andrew) by orthanc.middle-earth.co.uk with smtp (Exim 4.63) (envelope-from ) id 1JQAVe-0002Pp-1J for mauve-patches@sources.redhat.com; Sat, 16 Feb 2008 00:02:27 +0000 Received: by localhost.localdomain (sSMTP sendmail emulation); Sat, 16 Feb 2008 00:16:39 +0000 From: "Andrew John Hughes" Date: Sat, 16 Feb 2008 00:17:00 -0000 To: mauve-patches@sources.redhat.com Subject: [builder] FYI: Cleanup updates Message-ID: <20080216001639.GA24051@localhost.localdomain> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GID0FwUMdk1T2AWN" Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact mauve-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-patches-owner@sourceware.org X-SW-Source: 2008/txt/msg00009.txt.bz2 --GID0FwUMdk1T2AWN Content-Type: multipart/mixed; boundary="xHFwDpU9dbj6ez1V" Content-Disposition: inline --xHFwDpU9dbj6ez1V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 525 This is the first of a series of patches to remove some cruft from builder. This gets rid of a few dead updates (gcj-eclipse, generics) and fixes cacao so we are using the hg development tree and not the dead svn repository. ChangeLog: 2008-02-16 Andrew John Hughes * Update: Remove generics, gcj-eclipse and future branches. Fix cacao to use hg. --=20 Andrew :) Support Free Java! Contribute to GNU Classpath and the OpenJDK http://www.gnu.org/software/classpath http://openjdk.java.net --xHFwDpU9dbj6ez1V Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="cleanup-01.diff" Content-Transfer-Encoding: quoted-printable Content-length: 1969 Index: Update =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/mauve/builder/scripts/Update,v retrieving revision 1.5 diff -u -3 -p -u -r1.5 Update --- Update 30 Jan 2008 20:06:09 -0000 1.5 +++ Update 16 Feb 2008 00:13:16 -0000 @@ -15,11 +15,6 @@ Status "svn update gcc" cd $TOP/gcc/trunk ./contrib/gcc_update =20 -# gcc gcj-eclipse branch -Status "svn update gcc gcj-eclipse branch" -cd $TOP/gcc/gcj-eclipse -./contrib/gcc_update - # Classpath. Status "cvs update classpath" cd $TOP/classpath @@ -27,22 +22,6 @@ cvs -d :pserver:anonymous@cvs.savannah.g cd classpath ./autogen.sh =20 -# Classpath generics -Status "cvs update classpath generics branch" -cd $TOP/generics -cvs -d :pserver:anonymous@cvs.savannah.gnu.org:/cvsroot/classpath co \ - -rgenerics-branch classpath -cd classpath -./autogen.sh - -# Classpath future release -#Status "cvs update classpath future release branch" -#cd $TOP/classpath-future-release -#cvs -d :pserver:anonymous@cvs.savannah.gnu.org:/cvsroot/classpath co \ -# -rclasspath-0_92-branch classpath -#cd classpath -#./autogen.sh - # Mauve. Status "cvs update mauve" cd $TOP/mauve @@ -63,18 +42,16 @@ ACLOCAL=3Daclocal-1.9 AUTOMAKE=3Dautomake-1. Status "cvs update jamvm" cd $TOP/jamvm cvs -d:pserver:anonymous@cvs.jamvm.berlios.de:/cvsroot/jamvm co jamvm -cd jamvm =20 # Jamvm -Status "cvs update jamvm future release" -cd $TOP/jamvm-future-release -cvs -d:pserver:anonymous@cvs.jamvm.berlios.de:/cvsroot/jamvm co jamvm -cd jamvm +Status "cvs update jamvm release" +cd $TOP/jamvm-release +cp -r $TOP/jamvm/jamvm . =20 # Cacao -Status "svn update cacao" +Status "hg update cacao" cd $TOP/cacao -svn co svn://c1.complang.tuwien.ac.at/ahome/cacao/svn/cacao/trunk cacao +hg clone http://mips.complang.tuwien.ac.at/hg/cacao/ cd cacao ./autogen.sh =20 --xHFwDpU9dbj6ez1V-- --GID0FwUMdk1T2AWN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHtitnAQUyfTZIWfoRAlGCAKCIAyXGC4SRa2dIqFl0AMcFj8sL7wCeNZr8 Lpx57K0rEb4TkdfhU8JMrAE= =VZar -----END PGP SIGNATURE----- --GID0FwUMdk1T2AWN--