Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Sep 2005 13:56:24 +0100
From:      Ceri Davies <ceri@submonkey.net>
To:        Ken Smith <kensmith@cse.Buffalo.EDU>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ken Smith <kensmith@FreeBSD.org>
Subject:   Re: cvs commit: src/release Makefile
Message-ID:  <20050928125624.GM94010@submonkey.net>
In-Reply-To: <1127911941.91368.6.camel@opus.cse.buffalo.edu>
References:  <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> <1127911941.91368.6.camel@opus.cse.buffalo.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

--nEsDIrWrg+hrB7l1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Sep 28, 2005 at 08:52:21AM -0400, Ken Smith wrote:
> On Wed, 2005-09-28 at 13:46 +0100, Ceri Davies wrote:
> > On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote:
> > > kensmith    2005-09-28 12:39:00 UTC
> > > | @@ -654,8 +654,10 @@ release.6:
> > > |  	  -czf ${RD}/dists/ports/ports.tgz -C /usr ports
> > > |  	@cp ${.CURDIR}/scripts/ports-install.sh ${RD}/dists/ports/install=
=2Esh
> > > |  	@(cd ${RD}/dists/ports; \
> > > | -	  rm -f CHECKSUM.MD5; \
> > > | -	  md5 * > CHECKSUM.MD5)
> > > | +	  rm -f .CHECKSUM.MD5 CHECKSUM.SHA256; \
> > > | +	  md5 * > .CHECKSUM.MD5; \
> > > | +	  sha256 * > CHECKSUM.SHA256; \
> > > | +	  mv .CHECKSUM.MD5 CHECKSUM.MD5)
> >=20
> > Curiosity overcomes me; why the "md5 > .blah; mv .blah blah" dance?
>=20
> So that CHECKSUM.MD5 doesn't wind up being one of the files that get
> checksum-ed and included in CHECKSUM.SHA256.  It's not a huge deal I
> suppose but CHECKSUM.SHA256 wouldn't be in CHECKSUM.MD5 so this keeps
> them consistent.

Oh yeah.

Ceri

--=20
Only two things are infinite, the universe and human stupidity, and I'm
not sure about the former.			  -- Einstein (attrib.)

--nEsDIrWrg+hrB7l1
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFDOpL4ocfcwTS3JF8RAshcAKCiFiN2ynfJ95H5C6nC2JK2OL81FwCfUpNG
fuxREDtasu3otgaETbHItMo=
=bsBp
-----END PGP SIGNATURE-----

--nEsDIrWrg+hrB7l1--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050928125624.GM94010>