File tree Expand file tree Collapse file tree 6 files changed +10
-13
lines changed Expand file tree Collapse file tree 6 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,9 @@ buildout: ## Runs bootstrap if needed and builds the buildout
34
34
echo " Starting Buildout on $( shell date) "
35
35
rm -f .installed.cfg
36
36
if ! test -f bin/buildout; then make bootstrap; else make install-requirements; fi
37
- # reinstall requirements in case it changed since last bootstrap
38
- if ! test -f var/filestorage/Data.fs; then make standard-config; fi
39
37
if test -z " $( args) " ; then bin/python bin/buildout; else bin/python bin/buildout -c $( args) ; fi
40
38
echo " Finished on $( shell date) "
41
39
42
- .PHONY : standard-config
43
- standard-config : # # Creates a standard plone site
44
- if ! test -f bin/buildout; then make bootstrap; fi
45
- bin/python bin/buildout -c standard-config.cfg
46
-
47
-
48
40
.PHONY : run
49
41
run : # # Runs buildout if needed and starts instance1 in foregroud
50
42
if test -z " $( args) " ; then make buildout; else make buildout " $( args) " ; fi
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ eggs =
131
131
Products.ZNagios
132
132
zc.z3monitor
133
133
imio.prometheus
134
+ collective.big.bang
134
135
135
136
zcml =
136
137
Products.PloneMeeting-overrides
@@ -139,14 +140,14 @@ zcml =
139
140
zc.z3monitor
140
141
collective.monitor
141
142
imio.prometheus
143
+ collective.big.bang
142
144
143
145
[instance-async]
144
146
<= instance1
145
147
http-address = ${port:instance-async-http}
146
148
zserver-threads = 4
147
149
debug-mode = on
148
150
verbose-security = on
149
- zope-conf-additional =
150
151
zcml-additional =
151
152
<include package =" plone.app.async" file =" multi_db_worker.zcml" />
152
153
environment-vars =
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ auto-checkout =
47
47
collective.js.iframeresizer
48
48
collective.js.tooltipster
49
49
collective.querynextprev
50
+ collective.big.bang
50
51
# collective.fingerpointing
51
52
# collective.upgrade
52
53
# communesplone.layout
Original file line number Diff line number Diff line change @@ -20,9 +20,11 @@ zope-conf-additional =
20
20
</product-config>
21
21
${zope-conf:additional}
22
22
${zope-conf:zamqp}
23
+ environment-vars -=
24
+ ACTIVE_BIGBANG True
23
25
24
26
[instance3]
25
- <= instance1
27
+ <= instance2
26
28
http-address = ${port:instance3-http}
27
29
zope-conf-additional =
28
30
<product-config five.z2monitor>
@@ -32,7 +34,7 @@ zope-conf-additional =
32
34
${zope-conf:zamqp}
33
35
34
36
[instance4]
35
- <= instance1
37
+ <= instance2
36
38
http-address = ${port:instance4-http}
37
39
zope-conf-additional =
38
40
<product-config five.z2monitor>
@@ -42,7 +44,7 @@ zope-conf-additional =
42
44
${zope-conf:zamqp}
43
45
44
46
[instance-debug]
45
- <= instance1
47
+ <= instance2
46
48
http-address = ${port:instance-debug-http}
47
49
debug-mode = on
48
50
verbose-security = on
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ collective.messagesviewlet = git ${remotes:collective}/collective.messagesviewle
35
35
collective.querynextprev = git ${remotes:collective}/collective.querynextprev.git pushurl =${remotes:collective_push}/collective.querynextprev.git
36
36
collective.upgrade = git ${remotes:collective}/collective.upgrade.git pushurl =${remotes:collective_push}/collective.upgrade.git
37
37
collective.solr = git ${remotes:collective}/collective.solr.git branch =master
38
+ collective.big.bang = git ${remotes:collective}/collective.big.bang.git pushurl =${remotes:collective_push}/collective.big.bang.git branch =main
38
39
39
40
communesplone.layout = git ${remotes:imio}/communesplone.layout.git pushurl =${remotes:imio_push}/communesplone.layout.git
40
41
ftw.labels = git ${remotes:ftw}/ftw.labels.git pushurl =${remotes:ftw_push}/ftw.labels.git
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ setuptools = 44.1.1
4
4
pip = 20.3.4
5
5
6
6
imio.prometheus = 1.0.0
7
- collective.big.bang = 1.0a2
7
+ collective.big.bang = 1.0a3
8
8
9
9
# Required by:
10
10
# imio.prometheus
You can’t perform that action at this time.
0 commit comments