-
Notifications
You must be signed in to change notification settings - Fork 7
/
versions.cfg
26 lines (23 loc) · 1.29 KB
/
versions.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
[buildout]
extensions = mr.developer
sources-dir = ${buildout:directory}/devsrc
auto-checkout +=
bda.plone.discount
bda.plone.checkout
bda.plone.cart
bda.plone.payment
bda.plone.shipping
bda.plone.shop
[versions]
yafowil = >=2.2b2
yafowil.plone = >=2.3.1
[remotes]
github = git://github.com
github_push = [email protected]
[sources]
bda.plone.discount = git ${remotes:github}/bluedynamics/bda.plone.discount.git pushurl=${remotes:github_push}:bluedynamics/bda.plone.discount.git
bda.plone.checkout = git ${remotes:github}/bluedynamics/bda.plone.checkout.git pushurl=${remotes:github_push}:bluedynamics/bda.plone.checkout.git
bda.plone.cart = git ${remotes:github}/bluedynamics/bda.plone.cart.git pushurl=${remotes:github_push}:bluedynamics/bda.plone.cart.git
bda.plone.payment = git ${remotes:github}/bluedynamics/bda.plone.payment.git pushurl=${remotes:github_push}:bluedynamics/bda.plone.payment.git
bda.plone.shipping = git ${remotes:github}/bluedynamics/bda.plone.shipping.git pushurl=${remotes:github_push}:bluedynamics/bda.plone.shipping.git
bda.plone.shop = git ${remotes:github}/bluedynamics/bda.plone.shop.git pushurl=${remotes:github_push}:bluedynamics/bda.plone.shop.git