chiark
/
gitweb
/
~ijackson
/
ypp-sc-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc9191d
)
Do not include approved client info in master-info
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 1 Sep 2009 17:17:20 +0000
(18:17 +0100)
committer
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Tue, 1 Sep 2009 17:17:20 +0000
(18:17 +0100)
yarrg/update-master-info
patch
|
blob
|
history
diff --git
a/yarrg/update-master-info
b/yarrg/update-master-info
index ba778d4049212eafe4195527a0acbe40b5e0717e..893b3677974aa924143a20360dd085341de3175c 100755
(executable)
--- 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 $!;
}