From: Ian Jackson Date: Tue, 1 Sep 2009 17:17:20 +0000 (+0100) Subject: Do not include approved client info in master-info X-Git-Tag: 3.4~28 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=commitdiff_plain;h=650477449bd075ba2195cca8cedfd6d7f2c71b73 Do not include approved client info in master-info --- diff --git a/yarrg/update-master-info b/yarrg/update-master-info index ba778d4..893b367 100755 --- a/yarrg/update-master-info +++ b/yarrg/update-master-info @@ -60,6 +60,7 @@ sub full ($) { quick($ocean); print "## updating topology of $ocean\n"; system('./yppedia-chart-parser',$ocean); die "$ocean $?" if $?; + print "\n"; } sub quick ($) { @@ -88,7 +89,8 @@ sub process_some_info ($$$) { if ($v<2) { next if $h =~ m/^nocommods/; } - next if $sfn =~ m/source-info/ && $h =~ m/^ocean/; + next if $sfn =~ m/source-info/ && $h =~ m/^ocean\b/; + next if $h =~ m/^client\b/; print $df $_, "\n" or die $!; }