2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 08:05:21 +00:00

add comment

This commit is contained in:
Mark Andrews
2005-05-16 23:38:45 +00:00
parent 9531750120
commit 01163d188b

View File

@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: update_branches,v 1.8 2005/05/16 23:35:37 marka Exp $ # $Id: update_branches,v 1.9 2005/05/16 23:38:45 marka Exp $
# #
# Track which branches are still open or not in the bind9 cvs repository. # Track which branches are still open or not in the bind9 cvs repository.
@@ -35,7 +35,11 @@
%whom = (); %whom = ();
%comments = (); %comments = ();
!system("cvs", "-d", "/proj/cvs/prod", "update", "doc/private/branches") || die "cannot update doc/private/branches: $!"; #
# Make sure we have a up to date copy. If the previous ran failed for
# any reason remove it (-C).
#
!system("cvs", "-d", "/proj/cvs/prod", "update", "-C", "doc/private/branches") || die "cannot update doc/private/branches: $!";
# #
# load existing content # load existing content