
The branch, master has been updated via 89a6183f2bdb7c1e7df9d6d0ad215ca35e3b7a78 (commit) from d122c9e628999df1f30e607d497d10ecda94e4fc (commit) - Log ----------------------------------------------------------------- commit 89a6183f2bdb7c1e7df9d6d0ad215ca35e3b7a78 Author: Michal Čihař <michal@cihar.com> Date: Fri Jan 21 08:23:04 2011 +0100 Switch to other mirror ----------------------------------------------------------------------- Summary of changes: render.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/render.py b/render.py index b3d24ec..187341d 100755 --- a/render.py +++ b/render.py @@ -475,7 +475,7 @@ class SFGenerator: 'size_k' : int(size) / 1024, 'size_m' : int(size) / (1024 * 1024), 'humansize' : fmt_bytes(size), - 'url' : 'http://dl2.cihar.com/phpMyAdmin/master/%s' % name, + 'url' : 'http://dl.cihar.com/phpMyAdmin/master/%s' % name, 'md5' : md5s[name], }) self.data['release_vcs'] = vcs hooks/post-receive -- phpMyAdmin website