From 87ce87a1c109f41201938b16a1aa7b74336bb4f2 Mon Sep 17 00:00:00 2001 From: filip Date: Tue, 5 Jul 2016 21:53:55 +0200 Subject: added listing of mga6 branch --- check_for_translation_work.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'check_for_translation_work.sh') diff --git a/check_for_translation_work.sh b/check_for_translation_work.sh index b2442d65..0013f828 100755 --- a/check_for_translation_work.sh +++ b/check_for_translation_work.sh @@ -7,7 +7,7 @@ # # Filip Komar, 2012 - 2016 # Remco Rijnders, 2012 -# $Id: check_for_translation_work.sh 2016-05-24 20:23:00 UTC filip $ +# $Id: check_for_translation_work.sh 2016-07-05 19:51:00 UTC filip $ # # Please see git for a list of changes to this script. # @@ -234,7 +234,7 @@ do # just echo $language_code.po or *.pot file line if they are updated git pull --stat --rebase -q | grep -E "$language_code.po\>|.pot\>|.desktop\>|.html\>" | tee -a "$logfile"_this_run.log # list mga5 branch if it exists - git ls-remote --heads origin | grep mga5 | tee -a "$logfile"_this_run.log + git ls-remote --heads origin | grep -E "mga5|mga6" | tee -a "$logfile"_this_run.log # git diff --name-status ORIG_HEAD.. | grep -E "$language_code.po|[\.]pot" else echo Clone git repository "${git_addresses[$git_address]}" to "$git_address". | tee -a "$logfile"_this_run.log -- cgit v1.2.1