
The branch, master has been updated via b444c19d59bcfd37a222ddf7cda0e55b28c2e70d (commit) from 268db1a7e9d86141e4b3834606e8d3d0c1419ff7 (commit) - Log ----------------------------------------------------------------- commit b444c19d59bcfd37a222ddf7cda0e55b28c2e70d Author: Michal Čihař <michal@cihar.com> Date: Mon Apr 19 15:19:08 2010 +0200 This is actually the second most donwloaded file. ----------------------------------------------------------------------- Summary of changes: render.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/render.py b/render.py index 6cc0378..10509d4 100755 --- a/render.py +++ b/render.py @@ -53,7 +53,7 @@ PROJECT_ID = 23067 PROJECT_NAME = 'phpmyadmin' # Filtering -FILES_REGEXP = re.compile(r'.*all-languages\.(zip|tar\.bz2).*') +FILES_REGEXP = re.compile(r'.*all-languages\.(zip|tar\.gz).*') BRANCH_REGEXP = re.compile('^([0-9]+\.[0-9]+)\.') MAJOR_BRANCH_REGEXP = re.compile('^([0-9]+)\.') TESTING_REGEXP = re.compile('.*(beta|alpha|rc).*') hooks/post-receive -- phpMyAdmin website