The branch, master has been updated via fc10460f74514d233859b45c6e66da48035e52f0 (commit) from 8815313c7efe4b090316276fe6514f8d425b53f5 (commit)
- Log ----------------------------------------------------------------- commit fc10460f74514d233859b45c6e66da48035e52f0 Author: Michal Čihař mcihar@novell.com Date: Tue Jul 27 15:33:59 2010 +0200
Some more improvements to find out last actual change in po file.
-----------------------------------------------------------------------
Summary of changes: render.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/render.py b/render.py index e9dc8e5..9767d60 100755 --- a/render.py +++ b/render.py @@ -58,7 +58,7 @@ BRANCH_REGEXP = re.compile('^([0-9]+.[0-9]+).') MAJOR_BRANCH_REGEXP = re.compile('^([0-9]+).') TESTING_REGEXP = re.compile('.*(beta|alpha|rc).*') SIZE_REGEXP = re.compile('.*(([0-9]+) bytes, ([0-9]+) downloads to date') -LANG_REGEXP ='((translation|lang|%s)[[:space:]].*update|update.*(translation|lang|%s)($|[[:space:]])|^updated?$|new lang|better word|fix.*translation$|Translation update done using Pootle)' +LANG_REGEXP ='((translation|lang|%s)\W.*update|update.*\W(translation|lang|%s)($|\W)|^updated?$|new lang|better word|fix.*translation($|\W)|Translation update done using Pootle)'
# Base URL (including trailing /) SERVER = 'http://www.phpmyadmin.net'
hooks/post-receive