aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xcheck_for_translation_work.sh4
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f9beeb74..e4128702 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
NEWS
+2016/07/05
+added listing of mga6 branch
+
2016/05/24
added listing of current branch in each repository if it exists
stoped procesing of web page translation until script check part for web pages is also converted to git
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