From owner-svn-src-all@FreeBSD.ORG Thu Nov 17 12:43:04 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B629F1065672; Thu, 17 Nov 2011 12:43:04 +0000 (UTC) (envelope-from pawel@dawidek.net) Received: from mail.dawidek.net (60.wheelsystems.com [83.12.187.60]) by mx1.freebsd.org (Postfix) with ESMTP id 5838B8FC14; Thu, 17 Nov 2011 12:43:04 +0000 (UTC) Received: from localhost (58.wheelsystems.com [83.12.187.58]) by mail.dawidek.net (Postfix) with ESMTPSA id DE49DCCC; Thu, 17 Nov 2011 13:43:02 +0100 (CET) Date: Thu, 17 Nov 2011 13:42:10 +0100 From: Pawel Jakub Dawidek To: Ken Smith Message-ID: <20111117124210.GB2051@garage.freebsd.pl> References: <201111151849.pAFInR3K012609@svn.freebsd.org> <20111116.232828.343708041526200614.nyan@FreeBSD.org> <4EC3D40A.5040204@freebsd.org> <1321457050.78238.10.camel@bauer.cse.buffalo.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LpQ9ahxlCli8rRTG" Content-Disposition: inline In-Reply-To: <1321457050.78238.10.camel@bauer.cse.buffalo.edu> X-OS: FreeBSD 9.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Nathan Whitehorn , TAKAHASHI Yoshihiro Subject: Re: svn commit: r227536 - in head: release share/man/man7 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2011 12:43:04 -0000 --LpQ9ahxlCli8rRTG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 16, 2011 at 10:24:10AM -0500, Ken Smith wrote: > On Wed, 2011-11-16 at 09:17 -0600, Nathan Whitehorn wrote: > > On 11/16/11 08:28, TAKAHASHI Yoshihiro wrote: > > > In article<201111151849.pAFInR3K012609@svn.freebsd.org> > > > Nathan Whitehorn writes: > > > > > >> Log: > > >> Further automate production release generation by naming files th= e right > > >> things and generating checksums. > > >> > > >> Modified: head/release/generate-release.sh > > >> =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 > > >> --- head/release/generate-release.sh Tue Nov 15 17:53:29 2011 (r2275= 35) > > >> +++ head/release/generate-release.sh Tue Nov 15 18:49:27 2011 (r2275= 36) > > >> @@ -65,3 +66,12 @@ chroot $2 make -C /usr/src $MAKE_FLAGS b > > >> chroot $2 make -C /usr/src/release release > > >> chroot $2 make -C /usr/src/release install DESTDIR=3D/R > > >> > > >> +: ${RELSTRING=3D`chroot $2 uname -s`-`chroot $2 uname -r`-`chroot $= 2 uname -p`} > > > Should this be 'uname -m' rather than 'uname -p'? > >=20 > > There isn't a good option here when there is only one tag -- most of th= e=20 > > time, I imagine this will get specified in the builder's environment. I= =20 > > picked uname -p because there are more possibilities than uname -m: it= =20 > > breaks the degeneracies for PPC, ARM, and MIPS, leaving only one for=20 > > i386/pc98. uname -m would have been the other way around. > > -Nathan > >=20 >=20 > Or both? We're heading in the direction of having both for the FTP > server tree. >=20 > Kinda gross but "FBSD-9.0-RELEASE-amd64-amd64-bootonly.iso"? Can't we use one if they are equal? --=20 Pawel Jakub Dawidek http://www.wheelsystems.com FreeBSD committer http://www.FreeBSD.org Am I Evil? Yes, I Am! http://yomoli.com --LpQ9ahxlCli8rRTG Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAk7FASIACgkQForvXbEpPzS6BwCdHWcwAjHBLaYResnMHE9/i8+S 5xkAmwS87wA2t3XH9cotbkypiWHv+zJm =+2ZV -----END PGP SIGNATURE----- --LpQ9ahxlCli8rRTG--