From: Mark Andrews Date: Wed, 12 Oct 2005 01:33:01 +0000 (+0000) Subject: update X-Git-Tag: v9.2.7b1~91^2~148 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5d2568aa9d3218e32bcbe795473e6d2d710a4ab6;p=thirdparty%2Fbind9.git update --- diff --git a/doc/dev/release b/doc/dev/release index c0a3ebb6bd4..b5c07c95f99 100644 --- a/doc/dev/release +++ b/doc/dev/release @@ -2,7 +2,7 @@ Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") Copyright (C) 2000-2003 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: release,v 1.65 2005/10/12 00:50:18 marka Exp $ +$Id: release,v 1.66 2005/10/12 01:33:01 marka Exp $ Preparing a bind9 release @@ -164,8 +164,7 @@ release. $ old_patch=bind-9.x.y-patch $ new_patch=bind-9.x.z-patch $ files=`awk '/^Index:/ && NF == 2 {print $2}' $patchd/$old_patch` - $ missing=`cvs log -R $files 2>&1 >/dev/null | \ - awk '/^cvs (log|server): nothing known about/ {print $6}'` + $ missing=`cvs status $files | awk '/Status: Unknown/ { print $2; }'` $ sed '/^Index:/,$d' $patchd/$old_patch > $patchd/$new_patch $ for i in $missing; \ do echo Index: $i; diff -u /dev/null $i; done >> $patchd/$new_patch