[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 8815313c7efe4b090316276fe6514f8d425b53f5

The branch, master has been updated via 8815313c7efe4b090316276fe6514f8d425b53f5 (commit) from 98476b7005a60a213432d465acd4508f9f07ac7f (commit) - Log ----------------------------------------------------------------- commit 8815313c7efe4b090316276fe6514f8d425b53f5 Author: Michal Čihař <mcihar@novell.com> Date: Tue Jul 27 15:28:58 2010 +0200 Better matching of latest change. ----------------------------------------------------------------------- Summary of changes: render.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/render.py b/render.py index d77e584..e9dc8e5 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).*update|update.*(translation|lang|%s)|^updated?$|new lang|better word|fix.*translation|Translation update done using Pootle)' +LANG_REGEXP ='((translation|lang|%s)[[:space:]].*update|update.*(translation|lang|%s)($|[[:space:]])|^updated?$|new lang|better word|fix.*translation$|Translation update done using Pootle)' # Base URL (including trailing /) SERVER = 'http://www.phpmyadmin.net' hooks/post-receive -- phpMyAdmin website
participants (1)
-
Michal Čihař