~mgedmin/ubuntu.lt/socialauth

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Mantas Zimnickas
  • Date: 2010-12-17 19:43:54 UTC
  • Revision ID: sirexas@gmail.com-20101217194354-cwv7zcl477htzlrj
Updated from django-starter and removed all djangbb changes, to cleanup environment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[buildout]
2
2
parts =
3
 
    mkdir
4
3
    apacheconf
5
4
    ctags
6
5
    django
7
 
    django-haystacksearch
8
 
    djangobb
 
6
    mkdir
9
7
    omelette
10
8
    production
11
9
    sphinx
12
10
 
 
11
develop =
 
12
    apps/social
 
13
 
13
14
eggs =
14
 
    Markdown
15
15
    PIL
16
16
    South
17
 
    Whoosh
18
17
    coverage
19
18
    django-annoying
20
 
    django-authopenid
21
19
    django-coverage
22
20
    django-debug-toolbar
23
21
    django-extensions
24
 
    django-mailer
25
 
    django-messages
26
 
    django-registration
27
22
    django-staticfiles
28
23
    ipdb
29
24
    ipython
 
25
    social
30
26
 
31
27
extra-paths =
32
28
    ${buildout:directory}
33
 
    ${django-haystacksearch:location}
34
29
    ${django:location}
35
 
    ${djangobb:location}
 
30
 
 
31
extensions = mr.developer
 
32
sources = sources
 
33
sources-dir = apps
 
34
auto-checkout = *
 
35
 
 
36
versions = versions
 
37
 
 
38
[sources]
 
39
# my.package = svn http://example.com/svn/my.package/trunk
 
40
# some.other.package = git git://example.com/git/some.other.package.git
 
41
 
 
42
[versions]
36
43
 
37
44
[django]
38
45
recipe = djangorecipe
41
48
settings = development
42
49
eggs = ${buildout:eggs}
43
50
extra-paths = 
44
 
    ${djangobb:location}
45
 
    ${djangobb:location}/djangobb
46
 
    ${django-haystacksearch:location}
47
51
 
48
52
[production]
49
53
recipe = djangorecipe
55
59
wsgi = true
56
60
wsgilog = ${buildout:directory}/var/log/wsgi.log
57
61
 
58
 
[djangobb]
59
 
recipe = hexagonit.recipe.download
60
 
url = http://hg.djangobb.org/djangobb/archive/tip.tar.gz
61
 
strip-top-level-dir = true
62
 
 
63
 
[django-haystacksearch]
64
 
recipe = hexagonit.recipe.download
65
 
url = https://github.com/downloads/toastdriven/django-haystack/django-haystack-1.0.1-final.tar.gz
66
 
strip-top-level-dir = true
67
 
 
68
62
[mkdir]
69
63
recipe = z3c.recipe.mkdir
70
64
paths =