[Testbot] Plone 5.0 - Python 2.7 - Build # 2268 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Tue Apr 15 20:44:26 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 2268 - Fixed!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/2268/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: buildout.coredev
Branch: refs/heads/5.0
Date: 2014-04-15T21:47:16+02:00
Author: tisto (tisto) <tisto at plone.org>
Commit: https://github.com/plone/buildout.coredev/commit/f65c76dd6ed5dd27a657f626f2a98f09c113a276

Add release.cfg for coredev releases.

Files changed:
A release.cfg

diff --git a/release.cfg b/release.cfg
new file mode 100644
index 0000000..d14224e
--- /dev/null
+++ b/release.cfg
@@ -0,0 +1,26 @@
+[buildout]
+extends = buildout.cfg
+# parts += manage
+auto-checkout += esteele.manager
+eggs += esteele.manager
+        pdbpp
+        zest.pocompile
+        Products.PrintingMailhost
+
+[manage]
+recipe = zc.recipe.egg
+eggs =  esteele.manager
+
+[sources]
+esteele.manager =  git git at github.com:esteele/esteele.manager.git
+
+[alltests]
+exclude +=
+    GitPython
+    PyGithub
+    argparse
+    configparser
+    keyring
+
+[releaser]
+eggs += esteele.manager




-------------------------------------------------------------------------------


More information about the Testbot mailing list