From: Ian Jackson Date: Sat, 31 Oct 2009 13:58:55 +0000 (+0000) Subject: Make new "tree-info.txt" file not in revision control for locally approved clients... X-Git-Tag: 5.3~2^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.main.git;a=commitdiff_plain;h=43f8e013acbfc92ec9c4d6c2ea8f066fd9afcd38 Make new "tree-info.txt" file not in revision control for locally approved clients etc. --- diff --git a/yarrg/Commods.pm b/yarrg/Commods.pm index 372fe16..6cad3e3 100644 --- a/yarrg/Commods.pm +++ b/yarrg/Commods.pm @@ -205,6 +205,7 @@ sub fetch_with_rsync ($) { sub parse_info_serverside () { parse_info1('source-info.txt','s',0); + parse_info1('tree-info.txt','t',1); } sub parse_info_serverside_ocean ($) { my ($oceanname) = @_;