Skip to content

/ Zope / gocept svn checkins / Archive / 2009 / 2009-05 / SVN: r29731 - gocept.lockd/trunk

[ << ] [ >> ]

[ SVN: r29728 - webmailer/gocept.imapapi/trunk/gocep... ] [ SVN: r29741 - in gocept.datetimewidget/trunk: . ... ]

SVN: r29731 - gocept.lockd/trunk
Christian Theune <ct(at)gocept.com>
2009-05-15 13:05:50 [ FULL ]
Author: ctheune
Date: Fri May 15 13:05:49 2009
New Revision: 29731

Log:
Update development buildout to include current parameters.



Modified:
   gocept.lockd/trunk/buildout.cfg

Modified: gocept.lockd/trunk/buildout.cfg
==============================================================================
--- gocept.lockd/trunk/buildout.cfg	(original)
+++ gocept.lockd/trunk/buildout.cfg	Fri May 15 13:05:49 2009
(at)(at) -6,9 +6,10 (at)(at)
 recipe = zc.recipe.egg
 eggs = gocept.lockd
 scripts = lockd=lockd
-arguments = "${lockd:host}", ${lockd:port}
+arguments = "${lockd:host}", ${lockd:port}, "${lockd:lockdir}"
 
-host = 127.0.0.1
+lockdir = ${buildout:directory}/locks
+host = localhost
 port = 8000
 
 [lockcmd]

SVN: r29739 - gocept.datetimewidget
Daniel Havlik <dh(at)gocept.com>
2009-05-19 12:02:23 [ FULL ]
Author: nilo
Date: Tue May 19 12:02:22 2009
New Revision: 29739

Log:
adding repos



Added:
   gocept.datetimewidget/

SVN: r29740 - gocept.datetimewidget/trunk
Daniel Havlik <dh(at)gocept.com>
2009-05-19 12:02:31 [ FULL ]
Author: nilo
Date: Tue May 19 12:02:30 2009
New Revision: 29740

Log:
adding trunk



Added:
   gocept.datetimewidget/trunk/

SVN: r29743 - gocept.webmail-buildout/trunk/profiles
Thomas Lotze <tl(at)gocept.com>
2009-05-19 14:24:40 [ FULL ]
Author: thomas
Date: Tue May 19 14:24:37 2009
New Revision: 29743

Log:
switched to using z3c.recipe.staticlxml


Modified:
   gocept.webmail-buildout/trunk/profiles/dev.cfg

Modified: gocept.webmail-buildout/trunk/profiles/dev.cfg
==============================================================================
--- gocept.webmail-buildout/trunk/profiles/dev.cfg	(original)
+++ gocept.webmail-buildout/trunk/profiles/dev.cfg	Tue May 19 14:24:37 2009
(at)(at) -28,7 +28,11 (at)(at)
 
 [versions]
 lovely.recipe = 0.3.1b5
+zc.recipe.cmmi = 1.2.0
+z3c.recipe.staticlxml = 0.7.1
 lxml = 2.1.2
+libxml2-url = http://xmlsoft.org/sources/libxml2-2.7.2.tar.gz
+libxslt-url = http://xmlsoft.org/sources/libxslt-1.1.24.tar.gz
 zc.testbrowser = 1.0.0a5dev-r91664
 zc.selenium = 1.3.0dev-r97282
 
(at)(at) -42,10 +46,8 (at)(at)
 recipe = gocept.recipe.env
 
 [lxml]
-recipe = plone.recipe.lxml>0.2
+recipe = z3c.recipe.staticlxml
 egg = lxml
-libxml2-url = http://xmlsoft.org/sources/libxml2-2.7.2.tar.gz
-libxslt-url = http://xmlsoft.org/sources/libxslt-1.1.24.tar.gz
 
 [zope2]
 recipe = plone.recipe.zope2install

SVN: r29754 - gocept.webmail-buildout/trunk/profiles
Thomas Lotze <tl(at)gocept.com>
2009-05-20 15:59:59 [ FULL ]
Author: thomas
Date: Wed May 20 15:59:57 2009
New Revision: 29754

Log:
Zope 2.11, dropped the CMF


Modified:
   gocept.webmail-buildout/trunk/profiles/dev.cfg

Modified: gocept.webmail-buildout/trunk/profiles/dev.cfg
==============================================================================
--- gocept.webmail-buildout/trunk/profiles/dev.cfg	(original)
+++ gocept.webmail-buildout/trunk/profiles/dev.cfg	Wed May 20 15:59:57 2009
(at)(at) -3,7 +3,6 (at)(at)
 parts =
     lxml
     zope2
-    productdistros
     instance
     zopepy
     dovecot
(at)(at) -51,7 +50,7 (at)(at)
 
 [zope2]
 recipe = plone.recipe.zope2install
-url = http://www.zope.org/Products/Zope/2.9.9/Zope-2.9.9-final.tgz
+url = http://www.zope.org/Products/Zope/2.11.3/Zope-2.11.3-final.tgz
 fake-zope-eggs = true
 fake-eggs-folder = ${buildout:parts-directory}/fake-eggs
 # [dovecot] needs these and can't get them from the [zope2]-location
(at)(at) -59,15 +58,6 (at)(at)
     zdaemon
     ZConfig
 
-
-[productdistros]
-recipe = plone.recipe.distros
-urls =
-    http://www.zope.org/Products/CMF/CMF-1.5.4/CMF-1.5.4.tar.gz
-    http://codespeak.net/z3/five/release/Five-1.4.4.tgz
-nested-packages = CMF-1.5.4.tar.gz
-version-suffix-packages =
-
 [instance]
 recipe = plone.recipe.zope2instance
 zope2-location = ${zope2:location}
(at)(at) -79,7 +69,6 (at)(at)
 zcml =
     gocept.restmail
     gocept.webmail
-products = ${productdistros:location}
 
 [zopepy]
 recipe = zc.recipe.egg
(at)(at) -160,7 +149,6 (at)(at)
 verbose-security = on
 zcml = ${instance:zcml}
     gocept.webmail.browser.tests
-products = ${productdistros:location}
 
 [selenium]
 recipe = zc.recipe.egg:scripts

SVN: r29755 - gocept.puppettest
Christian Theune <ct(at)gocept.com>
2009-05-20 20:13:13 [ FULL ]
Author: ctheune
Date: Wed May 20 20:13:12 2009
New Revision: 29755

Log:
Create a working dir for puppet unit testing package



Added:
   gocept.puppettest/

SVN: r29756 - gocept.puppettest/trunk
Christian Theune <ct(at)gocept.com>
2009-05-20 20:13:21 [ FULL ]
Author: ctheune
Date: Wed May 20 20:13:20 2009
New Revision: 29756

Log:
Create trunk.



Added:
   gocept.puppettest/trunk/

SVN: r29759 - gocept.runner/trunk
Christian Zagrodnick <cz(at)gocept.com>
2009-05-21 09:23:02 [ FULL ]
Author: zagy
Date: Thu May 21 09:23:00 2009
New Revision: 29759

Log:
- Declared namespace package.




Modified:
   gocept.runner/trunk/CHANGES.txt
   gocept.runner/trunk/setup.py

Modified: gocept.runner/trunk/CHANGES.txt
==============================================================================
--- gocept.runner/trunk/CHANGES.txt	(original)
+++ gocept.runner/trunk/CHANGES.txt	Thu May 21 09:23:00 2009
(at)(at) -1,6 +1,11 (at)(at)
 Changes
 =======
 
+0.3.1 (2009-05-21)
+++++++++++++++++++
+
+- Declared namespace package.
+
 0.3 (2009-04-15)
 ++++++++++++++++
 

Modified: gocept.runner/trunk/setup.py
==============================================================================
--- gocept.runner/trunk/setup.py	(original)
+++ gocept.runner/trunk/setup.py	Thu May 21 09:23:00 2009
(at)(at) -37,7 +37,9 (at)(at)
       packages=find_packages('src'),
       include_package_data=True,
       zip_safe=False,
+      namespace_packages=['gocept'],
       install_requires=[
+          'setuptools',
           'zope.app.twisted',
           'zope.app.wsgi',
           'zope.testing',

SVN: r29760 - gocept.runner/tags/0.3.1
Christian Zagrodnick <cz(at)gocept.com>
2009-05-21 09:23:11 [ FULL ]
Author: zagy
Date: Thu May 21 09:23:10 2009
New Revision: 29760

Log:
Tagging 0.3.1


Added:
   gocept.runner/tags/0.3.1/
      - copied from r29759, gocept.runner/trunk/

SVN: r29761 - gocept.runner/tags/0.3.1
Christian Zagrodnick <cz(at)gocept.com>
2009-05-21 09:23:16 [ FULL ]
Author: zagy
Date: Thu May 21 09:23:16 2009
New Revision: 29761

Log:
0.3.1


Modified:
   gocept.runner/tags/0.3.1/setup.py

Modified: gocept.runner/tags/0.3.1/setup.py
==============================================================================
--- gocept.runner/tags/0.3.1/setup.py	(original)
+++ gocept.runner/tags/0.3.1/setup.py	Thu May 21 09:23:16 2009
(at)(at) -5,7 +5,7 (at)(at)
     return open(os.path.join(os.path.dirname(__file__), *names), 'r').read()
 
 setup(name='gocept.runner',
-      version='0.4dev',
+      version='0.3.1',
       description="Create stand alone programs with full ZCA",
       long_description=(
           read('src', 'gocept', 'runner', 'appmain.txt')

SVN: r29762 - gocept.lms/trunk
Christian Zagrodnick <cz(at)gocept.com>
2009-05-21 10:24:06 [ FULL ]
Author: zagy
Date: Thu May 21 10:24:04 2009
New Revision: 29762

Log:

update some versions



Modified:
   gocept.lms/trunk/versions.cfg

Modified: gocept.lms/trunk/versions.cfg
==============================================================================
--- gocept.lms/trunk/versions.cfg	(original)
+++ gocept.lms/trunk/versions.cfg	Thu May 21 10:24:04 2009
(at)(at) -6,9 +6,9 (at)(at)
 # Override versions from grok
 decorator = 3.0.1
 gocept.ctl = 0.9.1
-gocept.reference = 0.4
-gocept.runner = 0.1
 gocept.recipe.deploymentsandbox = 0.1.1
+gocept.reference = 0.4
+gocept.runner = 0.3.1
 grok = 1.0a1
 hurry.query = 0.9.2
 lovely.recipe = 0.3.1b5
(at)(at) -19,9 +19,9 (at)(at)
 z3c.schema = 0.6.0
 zc.buildout = 1.2.1
 zc.queue = 1.1
-zc.recipe.egg = 1.1.0b1
+zc.recipe.egg = 1.2.2
 zc.recipe.filestorage = 1.0.1
-zc.recipe.testrunner = 1.0.0
+zc.recipe.testrunner = 1.2.0
 zc.relation = 1.0
 zc.sourcefactory = 0.4.0
 zc.zdaemonrecipe = 0.2
(at)(at) -30,3 +30,4 (at)(at)
 zope.app.generations = 3.5.0
 zope.browser = 0.5.0
 zope.sendmail = 3.5.1
+zope.testing = 3.7.4

SVN: r29763 - gocept.lms/trunk
Christian Zagrodnick <cz(at)gocept.com>
2009-05-21 10:25:47 [ FULL ]
Author: zagy
Date: Thu May 21 10:25:45 2009
New Revision: 29763

Log:
- Declared namespace package.

- Added missing dependency to pytz.




Modified:
   gocept.lms/trunk/CHANGES.txt
   gocept.lms/trunk/setup.py

Modified: gocept.lms/trunk/CHANGES.txt
==============================================================================
--- gocept.lms/trunk/CHANGES.txt	(original)
+++ gocept.lms/trunk/CHANGES.txt	Thu May 21 10:25:45 2009
(at)(at) -1,6 +1,17 (at)(at)
 Changes
 =======
 
+3.0a2 (2009-05-21)
+++++++++++++++++++
+
+- Updated documentation a bit.
+
+- Declared namespace package.
+
+- Updated used egg versions.
+
+- Added missing dependency to pytz.
+
 3.0a1 (2009-04-14)
 ++++++++++++++++++
 

Modified: gocept.lms/trunk/setup.py
==============================================================================
--- gocept.lms/trunk/setup.py	(original)
+++ gocept.lms/trunk/setup.py	Thu May 21 10:25:45 2009
(at)(at) -37,12 +37,14 (at)(at)
       packages=find_packages('src'),
       include_package_data=True,
       zip_safe=False,
+      namespace_packages=['gocept'],
       install_requires=[
           'decorator',
           'gocept.reference>=0.4dev',
           'gocept.runner',
           'grok',
           'hurry.query',
+          'pytz',
           'setuptools',
           'z3c.schema',
           'z3c.testsetup',

SVN: r29765 - gocept.runner/tags/0.3.2
Christian Zagrodnick <cz(at)gocept.com>
2009-05-21 10:42:53 [ FULL ]
Author: zagy
Date: Thu May 21 10:42:52 2009
New Revision: 29765

Log:
Tagging 0.3.2


Added:
   gocept.runner/tags/0.3.2/
      - copied from r29764, gocept.runner/trunk/

SVN: r29766 - gocept.runner/tags/0.3.2
Christian Zagrodnick <cz(at)gocept.com>
2009-05-21 10:43:00 [ FULL ]
Author: zagy
Date: Thu May 21 10:42:58 2009
New Revision: 29766

Log:
0.3.2


Modified:
   gocept.runner/tags/0.3.2/setup.py

Modified: gocept.runner/tags/0.3.2/setup.py
==============================================================================
--- gocept.runner/tags/0.3.2/setup.py	(original)
+++ gocept.runner/tags/0.3.2/setup.py	Thu May 21 10:42:58 2009
(at)(at) -5,7 +5,7 (at)(at)
     return open(os.path.join(os.path.dirname(__file__), *names), 'r').read()
 
 setup(name='gocept.runner',
-      version='0.4dev',
+      version='0.3.2',
       description="Create stand alone programs with full ZCA",
       long_description=(
           read('src', 'gocept', 'runner', 'appmain.txt')

SVN: r29767 - gocept.lms/trunk
Christian Zagrodnick <cz(at)gocept.com>
2009-05-21 10:46:15 [ FULL ]
Author: zagy
Date: Thu May 21 10:46:14 2009
New Revision: 29767

Log:

- Updated gocept.runner




Modified:
   gocept.lms/trunk/versions.cfg

Modified: gocept.lms/trunk/versions.cfg
==============================================================================
--- gocept.lms/trunk/versions.cfg	(original)
+++ gocept.lms/trunk/versions.cfg	Thu May 21 10:46:14 2009
(at)(at) -8,7 +8,7 (at)(at)
 gocept.ctl = 0.9.1
 gocept.recipe.deploymentsandbox = 0.1.1
 gocept.reference = 0.4
-gocept.runner = 0.3.1
+gocept.runner = 0.3.2
 grok = 1.0a1
 hurry.query = 0.9.2
 lovely.recipe = 0.3.1b5

SVN: r29768 - gocept.lms/tags/3.0a2
Christian Zagrodnick <cz(at)gocept.com>
2009-05-21 10:47:08 [ FULL ]
Author: zagy
Date: Thu May 21 10:47:07 2009
New Revision: 29768

Log:
Tagging 3.0a2


Added:
   gocept.lms/tags/3.0a2/
      - copied from r29767, gocept.lms/trunk/

SVN: r29769 - gocept.lms/tags/3.0a2
Christian Zagrodnick <cz(at)gocept.com>
2009-05-21 10:47:15 [ FULL ]
Author: zagy
Date: Thu May 21 10:47:14 2009
New Revision: 29769

Log:
3.0a2


Modified:
   gocept.lms/tags/3.0a2/setup.py

Modified: gocept.lms/tags/3.0a2/setup.py
==============================================================================
--- gocept.lms/tags/3.0a2/setup.py	(original)
+++ gocept.lms/tags/3.0a2/setup.py	Thu May 21 10:47:14 2009
(at)(at) -8,7 +8,7 (at)(at)
 
 
 setup(name='gocept.lms',
-      version='3.0dev',
+      version='3.0a2',
       description="gocept Link Monitoring Server",
       long_description=(
           read('src', 'gocept', 'lms', 'README.txt')

SVN: r29770 - gocept.lms/deployment/profiles
Christian Zagrodnick <cz(at)gocept.com>
2009-05-21 10:49:20 [ FULL ]
Author: zagy
Date: Thu May 21 10:49:18 2009
New Revision: 29770

Log:
- fix some paths

- update to gocept.lms 3.0a2



Modified:
   gocept.lms/deployment/profiles/base.cfg

Modified: gocept.lms/deployment/profiles/base.cfg
==============================================================================
--- gocept.lms/deployment/profiles/base.cfg	(original)
+++ gocept.lms/deployment/profiles/base.cfg	Thu May 21 10:49:18 2009
(at)(at) -1,11 +1,13 (at)(at)
 [buildout]
-parts = app data zodb zeo web test
+parts =
+    test
+    app data zodb zeo web
     runners scheduler checker notifier syncer
-extends = http://svn.gocept.com/repos/gocept/gocept.lms/tags/3.0a1/versions.cfg
+extends = http://svn.gocept.com/repos/gocept/gocept.lms/tags/3.0a2/versions.cfg
 allow-picked-versions = false
 
 [versions]
-gocept.lms = 3.0a1
+gocept.lms = 3.0a2
 gocept.recipe.deploymentsandbox = 0.1.1
 grokui.admin = 0.3.2
 
(at)(at) -15,10 +17,16 (at)(at)
 
 [app]
 recipe = zc.zope3recipes>=0.5.3:application
-eggs = gocept.lms
-       grokui.admin
+eggs =
+    gocept.lms
+    grokui.admin
 site.zcml = <include package="gocept.lms" />
-            <include package="grokui.admin" />
+            <configure
+                xmlns:zcml="http://namespaces.zope.org/zcml"
+                zcml:condition="installed grokui.admin">
+                <include package="grokui.admin" />
+            </configure>
+
             <include package="zope.app.twisted" />
 
             <include package="zope.sendmail" file="meta.zcml"/>
(at)(at) -106,7 +114,7 (at)(at)
 [test]
 recipe = zc.recipe.testrunner
 eggs = ${app:eggs}
-defaults = ['--tests-pattern', '^f?tests$', '-v', '-c']
+defaults = ['-v', '-c']
 
 [zodb]
 recipe = zc.recipe.egg:scripts
(at)(at) -117,7 +125,7 (at)(at)
 [runners]
 recipe = zc.recipe.egg:scripts
 eggs = gocept.lms
-arguments = appname='${app:appname}',
configfile='${buildout:parts-directory}/lms/zope.conf'
+arguments = appname='${app:appname}',
configfile='${deployment:etc-directory}/web-zope.conf'
 interpreter = py
 
 [scheduler]

SVN: r29773 - gocept.objectquery/trunk
Sebastian Wehrmann <sw(at)gocept.com>
2009-05-25 11:11:53 [ FULL ]
Author: sweh
Date: Mon May 25 11:11:51 2009
New Revision: 29773

Log:



Modified:
   gocept.objectquery/trunk/README.txt

Modified: gocept.objectquery/trunk/README.txt
==============================================================================
--- gocept.objectquery/trunk/README.txt	(original)
+++ gocept.objectquery/trunk/README.txt	Mon May 25 11:11:51 2009
(at)(at) -15,6 +15,5 (at)(at)
 
 Please report bugs to `gocept project portal`_.
 
-
 .. _gocept gmbh & co. kg: http://www.gocept.com
 .. _gocept project portal: https://intra.gocept.com/projects/projects/objectquery

SVN: r29777 - gocept.webmail-buildout/trunk/profiles
Thomas Lotze <tl(at)gocept.com>
2009-05-26 09:17:56 [ FULL ]
Author: thomas
Date: Tue May 26 09:17:55 2009
New Revision: 29777

Log:
re #4676: configure a blob storage now that Zope 2.11 is used


Modified:
   gocept.webmail-buildout/trunk/profiles/dev.cfg

Modified: gocept.webmail-buildout/trunk/profiles/dev.cfg
==============================================================================
--- gocept.webmail-buildout/trunk/profiles/dev.cfg	(original)
+++ gocept.webmail-buildout/trunk/profiles/dev.cfg	Tue May 26 09:17:55 2009
(at)(at) -61,6 +61,7 (at)(at)
 [instance]
 recipe = plone.recipe.zope2instance
 zope2-location = ${zope2:location}
+blob-storage = ${buildout:directory}/var/blobstorage
 user = admin:admin
 http-address = 8080
 debug-mode = on
(at)(at) -144,6 +145,7 (at)(at)
 http-address = 39858
 # the rest is identical to [instance]
 zope2-location = ${zope2:location}
+blob-storage = ${buildout:directory}/var/blobstorage
 user = ${instance:user}
 debug-mode = on
 verbose-security = on

SVN: r29780 - in gocept.objectquery/trunk: . 3rdparty
Sebastian Wehrmann <sw(at)gocept.com>
2009-05-28 09:36:59 [ FULL ]
Author: sweh
Date: Thu May 28 09:36:57 2009
New Revision: 29780

Log:
Add SimpleParse egg because it cannot be retrieved from pypi for some months
now.



Added:
   gocept.objectquery/trunk/3rdparty/
   gocept.objectquery/trunk/3rdparty/SimpleParse-2.1.0a1.tar.gz   (contents,
props changed)
Modified:
   gocept.objectquery/trunk/buildout.cfg

Added: gocept.objectquery/trunk/3rdparty/SimpleParse-2.1.0a1.tar.gz
==============================================================================
Binary file. No diff available.

Modified: gocept.objectquery/trunk/buildout.cfg
==============================================================================
--- gocept.objectquery/trunk/buildout.cfg	(original)
+++ gocept.objectquery/trunk/buildout.cfg	Thu May 28 09:36:57 2009
(at)(at) -1,12 +1,13 (at)(at)
 [buildout]
 parts = test debug tags
 develop = .
+find-links = 3rdparty/
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = gocept.objectquery
 
-[debug]$
+[debug]
 recipe = zc.recipe.egg:script
 eggs = gocept.objectquery
 interpreter = debug

MailBoxer