Skip to content

Commit 6ea6502

Browse files
committed
Solucionar test Run failed: Buildout and QA
1 parent 0e2deca commit 6ea6502

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

base.cfg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,15 @@ parts =
1818
plone-helper-scripts
1919
vscode
2020

21+
developeggs +=
22+
genweb6.core
23+
genweb6.theme
2124
develop = .
2225

26+
extensions = mr.developer
27+
always-checkout = false
28+
auto-checkout = ${buildout:developeggs}
29+
2330

2431
[instance]
2532
recipe = plone.recipe.zope2instance
@@ -31,6 +38,7 @@ eggs =
3138
Plone
3239
Pillow
3340
genweb6.esports [test]
41+
${buildout:developeggs}
3442

3543
[vscode]
3644
recipe = collective.recipe.vscode
@@ -109,3 +117,7 @@ scripts =
109117
[versions]
110118
# Don't use a released version of genweb6.esports
111119
genweb6.esports =
120+
121+
[sources]
122+
genweb6.core = git https://github.com/UPCnet/genweb6.core.git branch=master
123+
genweb6.theme = git https://github.com/UPCnet/genweb6.theme.git branch=master

0 commit comments

Comments
 (0)