-
Notifications
You must be signed in to change notification settings - Fork 1
/
dev.cfg
42 lines (36 loc) · 1.49 KB
/
dev.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
[buildout]
extends = buildout.cfg
parts +=
fabric
omelette
tags
test
[omelette]
recipe = collective.recipe.omelette
eggs = ${pyramid:eggs}
[tags]
recipe = z3c.recipe.tag:tags
eggs = ${pyramid:eggs}
[test]
recipe = collective.xmltestreport
eggs =
rhaptos.cnxmlutils
defaults = ['--exit-with-status', '--auto-color', '--auto-progress',
'--verbose', '--ndiff']
[fabric]
recipe = zc.recipe.egg
[sources]
remix = git [email protected]:oerpub/oerpub.remix.git
oerpub.rhaptoslabs.sword1cnx = git [email protected]:oerpub/oerpub.rhaptoslabs.sword1cnx.git
oerpub.rhaptoslabs.sword2cnx = git [email protected]:oerpub/oerpub.rhaptoslabs.sword2cnx.git
rhaptos.cnxmlutils = git [email protected]:Connexions/rhaptos.cnxmlutils.git
oerpub.rhaptoslabs.cnxml2htmlpreview = git [email protected]:oerpub/oerpub.rhaptoslabs.cnxml2htmlpreview.git
oerpub.rhaptoslabs.html_gdocs2cnxml = git [email protected]:oerpub/oerpub.rhaptoslabs.html_gdocs2cnxml.git
oerpub.rhaptoslabs.latex2cnxml = git [email protected]:oerpub/oerpub.rhaptoslabs.latex2cnxml.git
sword2 = git [email protected]:oerpub/python-sword2.git
oerpub.rhaptoslabs.slideimporter = git [email protected]:oerpub/oerpub.rhaptoslabs.slideimporter.git
Aloha-Editor = git [email protected]:oerpub/Aloha-Editor.git egg=false
# We pin the version here for the moment, since any newer version breaks
# mathml. See issue 236 for more details.
bootstrap = git [email protected]:twbs/bootstrap.git egg=false rev=v2.3.2
MathJax = git [email protected]:mathjax/MathJax.git egg=false branch=v2.0-latest