diff --git a/doc/dev/release b/doc/dev/release index 5536678985..40dab99ebb 100644 --- a/doc/dev/release +++ b/doc/dev/release @@ -1,7 +1,7 @@ Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: release,v 1.25 2001/02/09 00:08:52 gson Exp $ +$Id: release,v 1.26 2001/02/15 03:54:21 gson Exp $ Preparing a bind9 release @@ -127,7 +127,7 @@ release. - Tag the CVS source tree with the final tag, as in "cvs rtag v9_0_0rc1 bind9" (mainline) or - "cvs rtag -r v9_1 v9_1_1rc1 bind9" (release branch). + "cvs rtag -r v9_1 v9_1_1rc2 bind9" (release branch). - Build the release kit. This procedure differs between the 9.0 release branch and the mainline. @@ -139,7 +139,7 @@ release. sh configure make kit - On the 9.1 release branchy or mainline, use the + On the 9.1 release branch or mainline, use the "util/kit.sh" script. - Build bind9 from the kit on at least one machine @@ -152,21 +152,21 @@ release. - Sign the distribution files with the ISC signing PGP key: - pgp -sba bind-9.1.1rc1.tar.gz -u 0x51BAB2ED + pgp -sba bind-9.1.1rc2.tar.gz -u 0x51BAB2ED - Fix the permissions on the signature file: - chmod 644 bind-9.1.1rc1.tar.gz.asc + chmod 644 bind-9.1.1rc2.tar.gz.asc - Verify the PGP signature: - pgp bind-9.1.1rc1.tar.gz.asc bind-9.1.1rc1.tar.gz + pgp bind-9.1.1rc2.tar.gz.asc bind-9.1.1rc2.tar.gz - Prepare a release announcement based on the previous one. - Copy the distribution and PGP signature files to the FTP site: - ver=9.1.1rc1 + ver=9.1.1rc2 ssh -n isrv4.pa.vix.com "mkdir /udir/ftp/isc/bind9/$ver" scp bind-$ver.tar.gz bind-$ver.tar.gz.asc \ isrv4.pa.vix.com:/udir/ftp/isc/bind9/$ver