From owner-svn-src-stable@FreeBSD.ORG Mon Jan 2 23:50:56 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6ABF2106568C; Mon, 2 Jan 2012 23:50:56 +0000 (UTC) (envelope-from kensmith@buffalo.edu) Received: from localmailB.acsu.buffalo.edu (localmailb.acsu.buffalo.edu [128.205.5.200]) by mx1.freebsd.org (Postfix) with ESMTP id 229968FC16; Mon, 2 Jan 2012 23:50:55 +0000 (UTC) Received: from localmailB.acsu.buffalo.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 556102E9EC; Mon, 2 Jan 2012 18:33:21 -0500 (EST) Received: from localmailB.acsu.buffalo.edu (localhost [127.0.0.1]) by localmailB.acsu.buffalo.edu (Postfix) with ESMTP id C1A335EE7; Mon, 2 Jan 2012 18:33:18 -0500 (EST) Received: from smtp3.acsu.buffalo.edu (smtp3.acsu.buffalo.edu [128.205.5.226]) by localmailB.acsu.buffalo.edu (Prefixe) with ESMTP id 7161F2E9EC; Mon, 2 Jan 2012 18:33:18 -0500 (EST) Received: from [192.168.1.101] (cpe-72-231-248-9.buffalo.res.rr.com [72.231.248.9]) (Authenticated sender: kensmith@buffalo.edu) by smtp3.acsu.buffalo.edu (Postfix) with ESMTPSA id A76BF49A45; Mon, 2 Jan 2012 18:33:17 -0500 (EST) From: Ken Smith To: "Luchesar V. ILIEV" In-Reply-To: <4F022EE5.1040100@gmail.com> References: <201201021842.q02IgT5T080547@svn.freebsd.org> <4F022EE5.1040100@gmail.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-RBOHfbqZj6Pvc/OPuo8g" Organization: U. Buffalo Date: Mon, 02 Jan 2012 18:33:16 -0500 Message-ID: <1325547196.1710.18.camel@neo.cse.buffalo.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-PM-EL-Spam-Prob: XX: 28% Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org, Ken Smith Subject: Re: svn commit: r229304 - stable/9/usr.sbin/pkg_install/add X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2012 23:50:56 -0000 --=-RBOHfbqZj6Pvc/OPuo8g Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Tue, 2012-01-03 at 00:25 +0200, Luchesar V. ILIEV wrote: > On 02/01/2012 20:42, Ken Smith wrote: > > Author: kensmith > > Date: Mon Jan 2 18:42:29 2012 > > New Revision: 229304 > > URL: http://svn.freebsd.org/changeset/base/229304 > > > > Log: > > The portion of r225757 that added the packages-9.0-release directory > > was supposed to be MFCed closer to the release but that got missed. > > > > Pointy hat: kensmith > > > > Modified: > > stable/9/usr.sbin/pkg_install/add/main.c > > > > Modified: stable/9/usr.sbin/pkg_install/add/main.c > > =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=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- stable/9/usr.sbin/pkg_install/add/main.c Mon Jan 2 18:06:48 2012 (= r229303) > > +++ stable/9/usr.sbin/pkg_install/add/main.c Mon Jan 2 18:42:29 2012 (= r229304) > > @@ -87,6 +87,7 @@ struct { > > { 800000, 800499, "/packages-8.0-release" }, > > { 801000, 801499, "/packages-8.1-release" }, > > { 802000, 802499, "/packages-8.2-release" }, > > + { 900000, 900499, "/packages-9.0-release" }, > > { 300000, 399000, "/packages-3-stable" }, > > { 400000, 499000, "/packages-4-stable" }, > > { 502100, 502128, "/packages-5-current" }, >=20 > Apologies if I'm getting it wrong, but shouldn't the following be MFCed= =20 > too, as noted in PR 162490? >=20 > { 600100, 699000, "/packages-6-stable" }, > { 700100, 799000, "/packages-7-stable" }, > { 800500, 899000, "/packages-8-stable" }, > - { 900000, 999000, "/packages-9-current" }, > + { 900500, 999000, "/packages-9-stable" }, > + { 1000000, 1099000, "/packages-10-current" }, > { 0, 9999999, "/packages-current" }, > { 0, 0, NULL } > }; >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D162490 >=20 > Cheers, > Luchesar >=20 I'll fix up that and a few more things in stable/9 shortly. This commit was aimed more at the bare minimum needed for releng/9.0. The X.0 releases are always a bit weird when it comes to pieces of what's above. We usually don't release stable/X from code freeze before the release is announced, and that's when for example 900500 would get created. I created it today before the release announcement because we'd released stable/9 from code freeze earlier than we normally do. In other words I probably could have done it but it doesn't hurt that I didn't. --=20 Ken Smith - From there to here, from here to | kensmith@buffalo.edu there, funny things are everywhere. | - Theodore Geisel | --=-RBOHfbqZj6Pvc/OPuo8g Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEABECAAYFAk8CPrwACgkQ/G14VSmup/a2JACfcAZm2j+j+TFkisBzkAWLu4hU XvMAoIIp4t08cLTUjFXDxNoB/+PhrpF0 =5iJm -----END PGP SIGNATURE----- --=-RBOHfbqZj6Pvc/OPuo8g--