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:
208ca90
)
Do not include vessel info in published _ocean-*.txt
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 7 Sep 2009 17:03:32 +0000
(18:03 +0100)
committer
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Mon, 7 Sep 2009 17:03:32 +0000
(18:03 +0100)
yarrg/update-master-info
patch
|
blob
|
history
diff --git
a/yarrg/update-master-info
b/yarrg/update-master-info
index 893b3677974aa924143a20360dd085341de3175c..b16e7b4704b4e486b4426ad423a81656bdd4d873 100755
(executable)
--- a/
yarrg/update-master-info
+++ b/
yarrg/update-master-info
@@
-90,7
+90,7
@@
sub process_some_info ($$$) {
next if $h =~ m/^nocommods/;
}
next if $sfn =~ m/source-info/ && $h =~ m/^ocean\b/;
- next if $h =~ m/^client\b/;
+ next if $h =~ m/^client
|^vessels|^shot
\b/;
print $df $_, "\n" or die $!;
}