]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
look for "cvs log:" or "cvs server:" when generating missing.
authorMark Andrews <marka@isc.org>
Fri, 11 Jun 2004 02:55:01 +0000 (02:55 +0000)
committerMark Andrews <marka@isc.org>
Fri, 11 Jun 2004 02:55:01 +0000 (02:55 +0000)
doc/dev/release

index ed4859d268ec41201d95651c46300f0e306ca49d..32f67d5b26c8f1d0867b885e1cc739ca0f0ee259 100644 (file)
@@ -2,7 +2,7 @@ Copyright (C) 2004  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.60 2004/03/18 02:57:55 marka Exp $
+$Id: release,v 1.61 2004/06/11 02:55:01 marka Exp $
 
 Preparing a bind9 release
 
@@ -165,7 +165,7 @@ release.
    $ 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: nothing known about/ {print $6}'`
+              awk '/^cvs (log|server): nothing known about/ {print $6}'`
    $ for i in $missing; \
        do echo Index: $i; diff -u /dev/null $i; done >$patchd/$new_patch
    $ cvs -f diff -U 2 -N $files >>$patchd/$new_patch