From 43f8e013acbfc92ec9c4d6c2ea8f066fd9afcd38 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 31 Oct 2009 13:58:55 +0000 Subject: [PATCH] Make new "tree-info.txt" file not in revision control for locally approved clients etc. --- yarrg/Commods.pm | 1 + 1 file changed, 1 insertion(+) 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) = @_; -- 2.30.2