Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove c.testcaselayer. with p.a.testing it is not needed any longer #49

Merged
merged 7 commits into from
Sep 25, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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 <http://readthedocs.org/docs/buildoutcoredev>`_ before getting started. It will save you time in the end, we promise!
Expand Down
6 changes: 6 additions & 0 deletions checkouts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ auto-checkout =
Products.ATContentTypes
Products.Archetypes
Products.CMFPlone
Products.CMFDiffTool
Products.CMFEditions
Products.CMFQuickInstallerTool
Products.GenericSetup
Products.PasswordResetTool
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion sources.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions tests.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ test-eggs =
borg.localrole
collective.elephantvocabulary
collective.monkeypatcher
collective.testcaselayer
diazo [test]
five.customerize
five.formlib
Expand Down Expand Up @@ -401,7 +400,6 @@ exclude =
ZODB3
argh
archetypes.schemaextender
collective.testcaselayer
cssmin
decorator
docutils
Expand Down
1 change: 0 additions & 1 deletion versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down