[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 788752912509b99aa97445f088856db71d51fdbb

Michal Čihař nijel at users.sourceforge.net
Wed Dec 8 16:53:08 CET 2010


The branch, master has been updated
       via  788752912509b99aa97445f088856db71d51fdbb (commit)
      from  1c7cf7ef15bd28bdd37cf02143d0c0d22a15b57c (commit)


- Log -----------------------------------------------------------------
commit 788752912509b99aa97445f088856db71d51fdbb
Author: Michal Čihař <mcihar at novell.com>
Date:   Wed Dec 8 16:52:41 2010 +0100

    Use different mirror for snapshot downloads.

-----------------------------------------------------------------------

Summary of changes:
 render.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/render.py b/render.py
index ae59587..9f27d7d 100755
--- a/render.py
+++ b/render.py
@@ -490,7 +490,7 @@ class SFGenerator:
                 'size_k' : int(size) / 1024,
                 'size_m' : int(size) / (1024 * 1024),
                 'humansize' : fmt_bytes(size),
-                'url' : 'http://dl.cihar.com.nyud.net/phpMyAdmin/master/%s' % name,
+                'url' : 'http://dl2.cihar.com/phpMyAdmin/master/%s' % name,
                 'md5' : md5s[name],
             })
         self.data['release_vcs'] = vcs


hooks/post-receive
-- 
phpMyAdmin website




More information about the Git mailing list