aboutsummaryrefslogtreecommitdiffstats
path: root/check_for_translation_work.sh
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2016-07-05 21:53:55 +0200
committerfilip <filip.komar@gmail.com>2016-07-05 21:53:55 +0200
commit87ce87a1c109f41201938b16a1aa7b74336bb4f2 (patch)
tree218efa49c6d0b2c8447a162d88a276eea4b23512 /check_for_translation_work.sh
parent065b641308e41912dd3479bdfad52561efd17391 (diff)
downloadtools-87ce87a1c109f41201938b16a1aa7b74336bb4f2.tar
tools-87ce87a1c109f41201938b16a1aa7b74336bb4f2.tar.gz
tools-87ce87a1c109f41201938b16a1aa7b74336bb4f2.tar.bz2
tools-87ce87a1c109f41201938b16a1aa7b74336bb4f2.tar.xz
tools-87ce87a1c109f41201938b16a1aa7b74336bb4f2.zip
added listing of mga6 branch
Diffstat (limited to 'check_for_translation_work.sh')
-rwxr-xr-xcheck_for_translation_work.sh4
1 files changed, 2 insertions, 2 deletions
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