From f16e86976db51d5be36cb94d1895a41cedf73117 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Fri, 8 Jun 2018 21:48:39 +0100 Subject: Explicitly generate a cache when starting check_trans.pl Well worth the time taken to improve performance --- check_trans.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'check_trans.pl') diff --git a/check_trans.pl b/check_trans.pl index 3a3980e7e9c..e8020d84a32 100755 --- a/check_trans.pl +++ b/check_trans.pl @@ -176,6 +176,9 @@ sub verbose; my $subdir = $OPT{'s'} || undef; my $VCS = Local::VCS->new(); + print "Caching VCS for performancs...\n"; + $VCS->cache_repo(); + print " ...done\n"; # Global .transignore my $transignore = Webwml::TransIgnore->new($VCS->get_topdir()); -- cgit v1.2.3