From 9ffc90ba1abf9fd2f77cd0aa10b95512315bf5ae Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 13 Dec 2012 14:26:16 +0100 Subject: [PATCH] Use stable branch of Leaflet now on --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index 7482fcb0..2d3644e8 100644 --- a/fabfile.py +++ b/fabfile.py @@ -251,7 +251,7 @@ def collect_remote_statics(): remote_static_dir = '{project_dir}/{project_name}/remote_static'.format(**env) run('mkdir -p {0}'.format(remote_static_dir)) remote_repositories = { - 'leaflet': "git://github.com/CloudMade/Leaflet.git", + 'leaflet': "git://github.com/CloudMade/Leaflet.git@stable", 'draw': "git://github.com/jacobtoye/Leaflet.draw.git", 'hash': "git://github.com/mlevans/leaflet-hash.git", 'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git',