From owner-cvs-all@FreeBSD.ORG Wed Sep 28 12:52:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 563C716A41F; Wed, 28 Sep 2005 12:52:24 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from opus.cse.buffalo.edu (opus.cse.Buffalo.EDU [128.205.32.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id E59F843D70; Wed, 28 Sep 2005 12:52:22 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from opus.cse.buffalo.edu (opus.cse.buffalo.edu [128.205.32.4]) by opus.cse.buffalo.edu (8.13.3/8.12.10) with ESMTP id j8SCqLg4091464; Wed, 28 Sep 2005 08:52:21 -0400 (EDT) From: Ken Smith To: Ceri Davies In-Reply-To: <20050928124614.GJ94010@submonkey.net> References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-3jZLH0FYwP84g8wC0RF+" Organization: U. Buffalo CSE Department Date: Wed, 28 Sep 2005 08:52:21 -0400 Message-Id: <1127911941.91368.6.camel@opus.cse.buffalo.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ken Smith Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 12:52:24 -0000 --=-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+--