diff --git a/README.rst b/README.rst index a4af4e6536..67acd9b10a 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,18 @@ +Build Status +============ + +Jenkins CI - Plone 5.0 - core: + +.. image:: http://jenkins.plone.org/buildStatus/icon?job=plone-5.0-python-2.7 + :target: http://jenkins.plone.org/job/plone-5.0-python-2.7/ + :alt: Jenkins CI - Plone 5.0 - core + +Jenkins CI - Plone 5.0 - with archetypes: + +.. image:: http://jenkins.plone.org/buildStatus/icon?job=plone-5.0-python-2.7-at + :target: http://jenkins.plone.org/job/plone-5.0-python-2.7-at/ + :alt: Jenkins CI - Plone 5.0 - with Archetypes + Introduction ============ This is the development buildout for Plone Core. You are on the version 5.0 branch. If this is your first time here, please read ALL if the instructions at `readthedocs.org `_ before getting started. It will save you time in the end, we promise! diff --git a/checkouts.cfg b/checkouts.cfg index 45ec0bd5a9..fcbcfa0006 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -4,6 +4,8 @@ auto-checkout = Products.ATContentTypes Products.Archetypes Products.CMFPlone + Products.CMFDiffTool + Products.CMFEditions Products.CMFQuickInstallerTool Products.GenericSetup Products.PasswordResetTool @@ -20,6 +22,7 @@ auto-checkout = plone.app.controlpanel plone.app.dexterity plone.app.discussion + plone.app.iterate plone.app.jquerytools plone.app.layout plone.app.linkintegrity @@ -32,6 +35,7 @@ auto-checkout = plone.app.theming plone.app.upgrade plone.app.users + plone.app.versioningbehavior plone.app.viewletmanager plone.app.vocabularies plone.app.workflow @@ -58,8 +62,10 @@ auto-checkout = plone.app.event plone.app.form plone.app.i18n + plone.app.imaging plone.app.openid plone.app.referenceablebehavior + plone.app.textfield plone.app.widgets plone.browserlayer plone.caching diff --git a/sources.cfg b/sources.cfg index 7f05c99c82..4637b652d7 100644 --- a/sources.cfg +++ b/sources.cfg @@ -32,7 +32,6 @@ archetypes.schemaextender = git ${remotes:plone}/archetypes.schemaexte borg.localrole = git ${remotes:plone}/borg.localrole.git pushurl=${remotes:plone_push}/borg.localrole.git branch=master collective.elephantvocabulary = git ${remotes:collective}/collective.elephantvocabulary.git pushurl=${remotes:collective_push}/collective.elephantvocabulary.git branch=master collective.monkeypatcher = git ${remotes:plone}/collective.monkeypatcher.git pushurl=${remotes:plone_push}/collective.monkeypatcher.git branch=master -collective.testcaselayer = git ${remotes:collective}/collective.testcaselayer.git pushurl=${remotes:collective_push}/collective.testcaselayer.git branch=master collective.xmltestreport = git ${remotes:collective}/collective.xmltestreport.git pushurl=${remotes:collective_push}/collective.xmltestreport.git branch=master diazo = git ${remotes:plone}/diazo.git pushurl=${remotes:plone_push}/diazo.git branch=master five.customerize = git ${remotes:zopegit}/five.customerize.git pushurl=${remotes:zopegit_push}/five.customerize.git branch=master diff --git a/tests.cfg b/tests.cfg index 11abbaa2ae..0df06662be 100644 --- a/tests.cfg +++ b/tests.cfg @@ -37,7 +37,6 @@ test-eggs = borg.localrole collective.elephantvocabulary collective.monkeypatcher - collective.testcaselayer diazo [test] five.customerize five.formlib @@ -401,7 +400,6 @@ exclude = ZODB3 argh archetypes.schemaextender - collective.testcaselayer cssmin decorator docutils diff --git a/versions.cfg b/versions.cfg index a8a3490bb5..40d6688941 100644 --- a/versions.cfg +++ b/versions.cfg @@ -125,7 +125,6 @@ archetypes.referencebrowserwidget = 2.5.1 archetypes.schemaextender = 2.1.3 borg.localrole = 3.1 collective.monkeypatcher = 1.0.1 -collective.testcaselayer = 1.6 diazo = 1.0.5 five.customerize = 1.1 five.formlib = 1.0.4