-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbuildout.cfg
More file actions
24 lines (20 loc) · 878 Bytes
/
buildout.cfg
File metadata and controls
24 lines (20 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[buildout]
extends = https://raw.githubusercontent.com/collective/buildout.plonetest/master/test-5.x.cfg
package-name = plone.app.blob
package-extras = [test]
extensions = mr.developer
sources = sources
sources-dir = src-dev
auto-checkout =
[remotes]
plone = git://github.com/plone
plone_push = git@github.com:plone
zope = git://github.com/zopefoundation
zope_push = git@github.com:zopefoundation
[versions]
plone.app.testing =
plone.app.blob =
[sources]
plone.app.testing = git ${remotes:plone}/plone.app.testing.git pushurl=${remotes:plone_push}/plone.app.testing.git branch=master
plone.app.imaging = git ${remotes:plone}/plone.app.imaging.git pushurl=${remotes:plone_push}/plone.app.imaging.git branch=master
Products.GenericSetup = git ${remotes:zope}/Products.GenericSetup.git pushurl=${remotes:zope_push}/Products.GenericSetup.git branch=master