-
Notifications
You must be signed in to change notification settings - Fork 15
/
mx.ini
83 lines (67 loc) · 1.99 KB
/
mx.ini
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[settings]
# This is a mxdev configuration file
#
# available options are documented at
# https://pypi.org/project/mxdev/
#
# read also README_MAKE.md in this folder
#
main-package = -e .[test]
# ignore own dev-package from existing constraints
# because it is pinned in the plone-release
ignores =
bda.plone.shop
# default-install-mode = direct
# variables
bda = https://github.com/bluedynamics
bda_push = [email protected]:bluedynamics
cs = https://github.com/conestack
cs_push = [email protected]:conestack
version-overrides =
default-install-mode = direct
mxmake-templates = run-tests
mxmake-test-runner = zope-testrunner
mxmake-test-path = src
mxmake-source-path = src/bda/plone/shop
[bda.plone.cart]
url = ${settings:bda}/bda.plone.cart.git
pushurl = ${settings:bda_push}/bda.plone.cart.git
branch = master
[bda.plone.checkout]
url = ${settings:bda}/bda.plone.checkout.git
pushurl = ${settings:bda_push}/bda.plone.checkout.git
branch = master
[bda.plone.discount]
url = ${settings:bda}/bda.plone.discount.git
pushurl = ${settings:bda_push}/bda.plone.discount.git
branch = master
[bda.plone.payment]
url = ${settings:bda}/bda.plone.payment.git
pushurl = ${settings:bda_push}/bda.plone.payment.git
branch = master
[bda.plone.orders]
url = ${settings:bda}/bda.plone.orders.git
pushurl = ${settings:bda_push}/bda.plone.orders.git
branch = master
# [bda.plone.stripe]
# url = ${settings:bda}/bda.plone.stripe.git
# pushurl = ${settings:bda_push}/bda.plone.stripe.git
# branch = main
# install-mode = skip
# [bda.plone.wallee]
# url = ${settings:bda}/bda.plone.wallee.git
# pushurl = ${settings:bda_push}/bda.plone.wallee.git
# branch = main
# install-mode = skip
# [yafowil.plone]
# url = ${settings:bda}/yafowil.plone.git
# pushurl = ${settings:bda_push}/yafowil.plone.git
# branch = master
[yafowil.bootstrap]
url = ${settings:cs}/yafowil.bootstrap.git
pushurl = ${settings:cs_push}/yafowil.bootstrap.git
branch = 2.0
[yafowil]
url = ${settings:cs}/yafowil.git
pushurl = ${settings:cs_push}/yafowil.git
branch = master