]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update
authorMark Andrews <marka@isc.org>
Wed, 12 Oct 2005 01:33:01 +0000 (01:33 +0000)
committerMark Andrews <marka@isc.org>
Wed, 12 Oct 2005 01:33:01 +0000 (01:33 +0000)
doc/dev/release

index c0a3ebb6bd4bd60222a61604669db3cd5723b099..b5c07c95f993a04f23bd09ce8f01bb9f0c3e1606 100644 (file)
@@ -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