Skip to content

Commit edaa173

Browse files
committed
feat(migration): continue to tests/errors
1 parent e60144b commit edaa173

File tree

6 files changed

+4
-7
lines changed

6 files changed

+4
-7
lines changed

base.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ auto-checkout +=
3939
collective.contact.importexport
4040
collective.externaleditor
4141
collective.portlet.actions
42-
collective.relationhelpers
4342
collective.z3cform.select2
4443
eea.facetednavigation
4544
imio.dms.mail

dev.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ auto-checkout +=
3939
collective.excelexport
4040
collective.externaleditor
4141
collective.iconifiedcategory
42-
collective.ckeditortemplates
42+
# collective.ckeditortemplates
4343
collective.js.datatables
4444
collective.js.tooltipster
4545
# collective.local.workspace
@@ -92,7 +92,6 @@ environment-vars +=
9292

9393
eggs +=
9494
${debug:eggs}
95-
Products.Clouseau
9695
# Products.PDBDebugMode
9796
Products.PrintingMailHost
9897
collective.wfautodoc

sources-base.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ collective.portlet.actions = git ${remotes:sge}/collective.portlet.actions.git p
66
collective.z3cform.select2 = git ${remotes:sge}/collective.z3cform.select2.git pushurl=${remotes:sge_push}/collective.z3cform.select2.git branch=2.x
77
imio.dms.mail = git ${remotes:imio}/imio.dms.mail.git pushurl=${remotes:imio_push}/imio.dms.mail.git
88
imio.transmogrifier.contact = git ${remotes:imio}/imio.transmogrifier.contact.git pushurl=${remotes:imio_push}/imio.transmogrifier.contact.git
9-
imio.transmogrifier.iadocs = git ${remotes:imio}/imio.transmogrifier.iadocs.git pushurl=${remotes:imio_push}/imio.transmogrifier.iadocs.git
9+
imio.transmogrifier.iadocs = git ${remotes:imio}/imio.transmogrifier.iadocs.git pushurl=${remotes:imio_push}/imio.transmogrifier.iadocs.git branch=plone6
1010
# for oupeye where versions have been purged
1111
Products.CMFEditions = git ${remotes:imio}/Products.CMFEditions pushurl=${remotes:imio_push}/Products.CMFEditions branch=2.2.x
1212
Products.CPUtils = git ${remotes:imio}/Products.CPUtils pushurl=${remotes:imio_push}/Products.CPUtils

sources.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ plone.formwidget.contenttree = git ${remotes:plone}/plone.formwidget.contenttree
2525
plone.formwidget.datetime = git ${remotes:sge}/plone.formwidget.datetime.git pushurl=${remotes:sge_push}/plone.formwidget.datetime.git
2626
plone.formwidget.masterselect = git ${remotes:collective}/plone.formwidget.masterselect.git pushurl=${remotes:collective_push}/plone.formwidget.masterselect.git
2727
plone.app.jquerytools = git ${remotes:plone}/plone.app.jquerytools.git pushurl=${remotes:plone_push}/plone.app.jquerytools.git branch=master
28+
collective.contact.contactlist = git ${remotes:collective}/collective.contact.contactlist.git pushurl=${remotes:collective_push}/collective.contact.contactlist.git
2829

2930

3031
# OK for python 3.12 :
@@ -33,7 +34,6 @@ collective.behavior.talcondition = git ${remotes:collective}/collective.behavior
3334
collective.ckeditortemplates = git ${remotes:collective}/collective.ckeditortemplates.git pushurl=${remotes:collective_push}/collective.ckeditortemplates.git
3435
collective.compoundcriterion = git ${remotes:collective}/collective.compoundcriterion.git pushurl=${remotes:collective_push}/collective.compoundcriterion.git branch=plone6
3536
collective.contact.core = git ${remotes:collective}/collective.contact.core.git pushurl=${remotes:collective_push}/collective.contact.core.git branch=python3
36-
collective.contact.contactlist = git ${remotes:collective}/collective.contact.contactlist.git pushurl=${remotes:collective_push}/collective.contact.contactlist.git branch=python3
3737
collective.contact.plonegroup = git ${remotes:collective}/collective.contact.plonegroup.git pushurl=${remotes:collective_push}/collective.contact.plonegroup.git branch=python3
3838
collective.contact.widget = git ${remotes:collective}/collective.contact.widget.git pushurl=${remotes:collective_push}/collective.contact.widget.git branch=python3
3939
collective.dms.scanbehavior = git ${remotes:collective}/collective.dms.scanbehavior.git pushurl=${remotes:collective_push}/collective.dms.scanbehavior.git branch=python3

test.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ eggs =
2929
collective.eeafaceted.z3ctable [test]
3030
collective.eeafaceted.collectionwidget [test]
3131
collective.behavior.talcondition [test]
32-
collective.ckeditortemplates [test]
32+
#-- collective.ckeditortemplates [test]
3333
collective.classification.tree [test]
3434
collective.classification.folder [test]
3535
collective.contact.contactlist [test]

versions-dev.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[versions]
2-
Products.Clouseau = 1.0
32
Products.PDBDebugMode = 1.3.1
43
collective.recipe.cmd = 0.11
54
# bug with collective.wfautodoc 1.2

0 commit comments

Comments
 (0)