[Checkins] SVN: bbkit/trunk/ Add three more packages to bluebream

Baiju M baiju.m.mail at gmail.com
Fri Feb 5 21:10:08 EST 2010


Log message for revision 108810:
  Add three more packages to bluebream
  (These packages are not part of zopeapp)
  
  - zope.app.xmlrpcintrospection = 3.5.0
  - zope.app.session = 3.6.0
  - z3c.testsetup
  
  

Changed:
  U   bbkit/trunk/bluebream.cfg
  U   bbkit/trunk/community.cfg
  U   bbkit/trunk/releases/bluebream-1.0a1.cfg

-=-
Modified: bbkit/trunk/bluebream.cfg
===================================================================
--- bbkit/trunk/bluebream.cfg	2010-02-06 01:58:43 UTC (rev 108809)
+++ bbkit/trunk/bluebream.cfg	2010-02-06 02:10:07 UTC (rev 108810)
@@ -1,3 +1,13 @@
+[bluebream]
+version = 1.0dev
+
+included =
+  zope.app.xmlrpcintrospection
+  zope.app.session
+  z3c.testsetup
+
+packages = ${bluebream:included}
+
 [buildout]
 extends =
     http://svn.zope.org/*checkout*/zopetoolkit/trunk/zopeapp.cfg?rev=107993
@@ -2 +12,10 @@
     http://svn.zope.org/*checkout*/zopetoolkit/trunk/ztk.cfg?rev=107997
+
+[versions]
+zope.app.xmlrpcintrospection = 3.5.0
+zope.app.session = 3.6.0
+z3c.testsetup = 0.6.1
+
+[sources]
+zope.app.xmlrpcintrospection = svn svn+ssh://svn.zope.org/repos/main/zope.app.xmlrpcintrospection/trunk
+zope.app.session = svn svn+ssh://svn.zope.org/repos/main/zope.app.session/trunk

Modified: bbkit/trunk/community.cfg
===================================================================
--- bbkit/trunk/community.cfg	2010-02-06 01:58:43 UTC (rev 108809)
+++ bbkit/trunk/community.cfg	2010-02-06 02:10:07 UTC (rev 108810)
@@ -4,12 +4,11 @@
 # These packages are not officially supported.
 
 [community]
+version = 1.0dev
+
 included =
   lovely.remotetask
 
-# We need to verify whether these two packages belongs to zopeapp list
-  zope.app.xmlrpcintrospection
-  zope.app.session
 
   zc.table
   zc.queue
@@ -21,14 +20,10 @@
 
 [versions]
 lovely.remotetask = 0.5
-zope.app.xmlrpcintrospection = 3.5.0
-zope.app.session = 3.6.0
 zc.table = 0.8.0
 zc.queue = 1.1
 
 [sources]
 lovely.remotetask = svn svn+ssh://svn.zope.org/repos/main/lovely.remotetask/trunk
-zope.app.xmlrpcintrospection = svn svn+ssh://svn.zope.org/repos/main/zope.app.xmlrpcintrospection/trunk
-zope.app.session = svn svn+ssh://svn.zope.org/repos/main/zope.app.session/trunk
 zc.table = svn svn+ssh://svn.zope.org/repos/main/zc.table/trunk
 zc.queue = svn svn+ssh://svn.zope.org/repos/main/zc.queue/trunk

Modified: bbkit/trunk/releases/bluebream-1.0a1.cfg
===================================================================
--- bbkit/trunk/releases/bluebream-1.0a1.cfg	2010-02-06 01:58:43 UTC (rev 108809)
+++ bbkit/trunk/releases/bluebream-1.0a1.cfg	2010-02-06 02:10:07 UTC (rev 108810)
@@ -156,3 +156,4 @@
 zope.rdb = 3.5.0
 zope.app.xmlrpcintrospection = 3.5.0
 zope.app.session = 3.6.0
+z3c.testsetup = 0.6.1



More information about the checkins mailing list