forked from collective/collective.developermanual
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.cfg
More file actions
18 lines (16 loc) · 1.22 KB
/
sources.cfg
File metadata and controls
18 lines (16 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# auto-checkout has moved to checkouts.cfg so it's easier to extend sources.cfg
[sources]
Products.TinyMCE = git ${remotes:plone}/Products.TinyMCE.git pushurl=${remotes:plone_push}/Products.TinyMCE.git
plone.api = git ${remotes:plone}/plone.api.git pushurl=${remotes:plone_push}/plone.api.git
tutorials.todoapp = git ${remotes:collective}/tutorial.todoapp.git pushurl=${remotes:collective_push}/tutorial.todoapp.git
ploneorg.admin = git ${remotes:plone}/ploneorg.admin.git pushurl=${remotes:plone_push}/ploneorg.admin.git egg=false
sphinxcontrib.contributors = git git://github.com/miohtama/sphinxcontrib.contributors.git
# funnelweb
transmogrify.webcrawler = git ${remotes:collective}/transmogrify.webcrawler.git
transmogrify.htmlcontentextractor = git ${remotes:collective}/transmogrify.htmlcontentextractor.git
transmogrify.ploneremote = git ${remotes:collective}/transmogrify.ploneremote.git
transmogrify.htmltesting = git git://github.com/djay/transmogrify.htmltesting.git
transmogrify.siteanalyser = git ${remotes:collective}/transmogrify.siteanalyser.git
transmogrify.command = git ${remotes:collective}/transmogrify.command.git
funnelweb = git ${remotes:collective}/funnelweb.git
mr.migrator = git ${remotes:collective}/mr.migrator.git