# HG changeset patch # User Madhusudan.C.S # Date 1294430402 -19800 # Node ID f1a789359ec8793458142c8744d955207186f155 # Parent 868970989094b9662b35b66add1ff8e028b73e51 Replaced all the bitbucket URLs to use https instead of plain http. diff -r 868970989094 -r f1a789359ec8 buildout.cfg --- a/buildout.cfg Fri Jan 07 11:30:29 2011 +0530 +++ b/buildout.cfg Sat Jan 08 01:30:02 2011 +0530 @@ -1,7 +1,7 @@ [buildout] parts = django tagging django-robots south registration eggs = - python-pgsql + psycopg2 PIL @@ -24,13 +24,13 @@ [django-robots] recipe = mercurialrecipe -repository = http://bitbucket.org/jezdez/django-robots/ +repository = https://bitbucket.org/jezdez/django-robots/ [south] recipe = mercurialrecipe -repository = http://bitbucket.org/andrewgodwin/south/ +repository = https://bitbucket.org/andrewgodwin/south/ [registration] recipe = mercurialrecipe -repository = http://bitbucket.org/ubernostrum/django-registration/ +repository = https://bitbucket.org/ubernostrum/django-registration/