Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Sep 2005 08:52:21 -0400
From:      Ken Smith <kensmith@cse.Buffalo.EDU>
To:        Ceri Davies <ceri@submonkey.net>
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:  <1127911941.91368.6.camel@opus.cse.buffalo.edu>
In-Reply-To: <20050928124614.GJ94010@submonkey.net>
References:  <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net>

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

--=-3jZLH0FYwP84g8wC0RF+
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

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.s=
h
> > |  	@(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?

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.

--=20
                                                Ken Smith
- From there to here, from here to      |       kensmith@cse.buffalo.edu
  there, funny things are everywhere.   |
                      - Theodore Geisel |


--=-3jZLH0FYwP84g8wC0RF+
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

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

iD8DBQBDOpIF/G14VSmup/YRAnndAJ9DWDz45Rwef9pjPt0nLShs3/IlQQCdGsqz
9eGj+9JzK4fewKv95cCt/S0=
=p70A
-----END PGP SIGNATURE-----

--=-3jZLH0FYwP84g8wC0RF+--




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