-
Notifications
You must be signed in to change notification settings - Fork 2
/
buildout.cfg
96 lines (89 loc) · 2.06 KB
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[buildout]
develop = .
parts = scripts mysite karen production sqlite_mysite download_solr
eggs =
ipython
django-assets
python-memcached
setuptools
BeautifulSoup
twill
mechanize
lxml
python-dateutil
decorator==3.1.2
MySQL-python
simplejson
pytz
django_extensions
python-openid
windmill
south==0.6.2
typecheck
odict
celery
mock
django-registration
django-authopenid
invitation
feedparser
launchpadlib==1.5.3
python-github2==0.1.1
pygeoip
pysolr
ghettoq
django-haystack
django-voting
setproctitle
staticgenerator
python-launchpad-bugs
unzip = true
newest = false
download-cache = downloads
[scripts]
recipe = zc.recipe.egg:scripts
eggs = mysite
interpreter = python
initialization =
import os
os.environ['DJANGO_SETTINGS_MODULE'] = 'mysite.settings'
[karen]
recipe = djangorecipe
version = http://code.djangoproject.com/svn/django/branches/releases/1.1.X/@12344
eggs = ${buildout:eggs}
projectegg = mysite
project = karen
settings = karensettings
test = search profile account base
testrunner = karen_test
[production]
recipe = djangorecipe
version = http://code.djangoproject.com/svn/django/branches/releases/1.1.X/@12344
eggs = ${buildout:eggs}
projectegg = mysite
project = mysite
settings = deployment_settings
test = search profile account base
testrunner = test_production
wsgi = true
[mysite]
recipe = djangorecipe
version = http://code.djangoproject.com/svn/django/branches/releases/1.1.X/@12344
eggs = ${buildout:eggs}
projectegg = mysite
project = mysite
settings = settings
test = search profile account base
testrunner = test_sans_customs
[sqlite_mysite]
recipe = djangorecipe
version = http://code.djangoproject.com/svn/django/branches/releases/1.1.X/@12344
eggs = ${buildout:eggs}
projectegg = mysite
project = mysite
settings = sqlite_settings
[download_solr]
recipe = hexagonit.recipe.download
url = http://apache.tradebit.com/pub/lucene/solr/1.4.0/apache-solr-1.4.0.tgz
strip-top-level-dir = true
md5sum = 1cc3783316aa1f95ba5e250a4c1d0451