svn commit: r227536 - in head: release share/man/man7

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Nov 17 12:43:04 UTC 2011


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 at svn.freebsd.org>
> > > Nathan Whitehorn<nwhitehorn at freebsd.org>  writes:
> > >
> > >> Log:
> > >>    Further automate production release generation by naming files the right
> > >>    things and generating checksums.
> > >>
> > >> Modified: head/release/generate-release.sh
> > >> ==============================================================================
> > >> --- head/release/generate-release.sh	Tue Nov 15 17:53:29 2011	(r227535)
> > >> +++ head/release/generate-release.sh	Tue Nov 15 18:49:27 2011	(r227536)
> > >> @@ -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=/R
> > >>
> > >> +: ${RELSTRING=`chroot $2 uname -s`-`chroot $2 uname -r`-`chroot $2 uname -p`}
> > > Should this be 'uname -m' rather than 'uname -p'?
> > 
> > There isn't a good option here when there is only one tag -- most of the 
> > time, I imagine this will get specified in the builder's environment. I 
> > picked uname -p because there are more possibilities than uname -m: it 
> > breaks the degeneracies for PPC, ARM, and MIPS, leaving only one for 
> > i386/pc98. uname -m would have been the other way around.
> > -Nathan
> > 
> 
> Or both?  We're heading in the direction of having both for the FTP
> server tree.
> 
> Kinda gross but "FBSD-9.0-RELEASE-amd64-amd64-bootonly.iso"?

Can't we use one if they are equal?

-- 
Pawel Jakub Dawidek                       http://www.wheelsystems.com
FreeBSD committer                         http://www.FreeBSD.org
Am I Evil? Yes, I Am!                     http://yomoli.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20111117/9c0f8caf/attachment.pgp


More information about the svn-src-head mailing list