-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtransmo.cfg
64 lines (56 loc) · 1.77 KB
/
transmo.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
[buildout]
extensions = mr.developer
extends =
dev.cfg
versions-transmo.cfg
parts +=
instance-transmo
auto-checkout =
collective.directory
imio.transmogrifier.cardimporter
transmogrify.dexterity
collective.transmogrifier
collective.jsonmigrator
ftw.blueprints
cpskin.workflow
cpskin.demo
cpskin.core
[instance-transmo]
<= instance
http-address = 5000
user = admin:admin
debug-mode = off
verbose-security = on
eggs =
${instance:eggs}
imio.transmogrifier.cardimporter
collective.transmogrifier
transmogrify.dexterity
plone.app.transmogrifier
transmogrify.print
ftw.blueprints
cpskin.workflow
collective.jsonmigrator
zcml =
${instance:zcml}
imio.transmogrifier.cardimporter
collective.transmogrifier
transmogrify.dexterity
ftw.blueprints
cpskin.workflow
[remotes]
plone = git://github.com/plone
plone_push = [email protected]:plone
imio = git://github.com/IMIO
imio_push = [email protected]:IMIO
collective = git://github.com/collective
collective_push = [email protected]:collective
zopefoundation = git://github.com/zopefoundation
zopefoundation_push = [email protected]:zopefoundation
github = git://github.com/
github_push = [email protected]:
[sources]
collective.jsonmigrator = git ${remotes:collective}/collective.jsonmigrator.git pushurl=${remotes:collective_push}/collective.jsonmigrator.git
imio.transmogrifier.blueprints = git ${remotes:imio}/imio.transmogrifier.blueprints pushurl=${remotes:imio_push}/imio.transmogrifier.blueprints
imio.transmogrifier.cardimporter = git ${remotes:imio}/imio.transmogrifier.cardimporter pushurl=${remotes:imio_push}/imio.transmogrifier.cardimporter branch=jsonmigrator
ftw.blueprints = git ${remotes:imio}/ftw.blueprints.git pushurl=${remotes:imio_push}/ftw.blueprints.git