From 650477449bd075ba2195cca8cedfd6d7f2c71b73 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 1 Sep 2009 18:17:20 +0100 Subject: [PATCH] Do not include approved client info in master-info --- yarrg/update-master-info | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 $!; } -- 2.30.2