[Checkins] SVN: zope.sqlalchemy/trunk/postgres update postgres testing buildout

Laurence Rowe l at lrowe.co.uk
Mon Jun 7 11:40:30 EDT 2010


Log message for revision 113241:
  update postgres testing buildout

Changed:
  D   zope.sqlalchemy/trunk/postgres-sa04.cfg
  A   zope.sqlalchemy/trunk/postgres.cfg

-=-
Deleted: zope.sqlalchemy/trunk/postgres-sa04.cfg
===================================================================
--- zope.sqlalchemy/trunk/postgres-sa04.cfg	2010-06-07 15:38:30 UTC (rev 113240)
+++ zope.sqlalchemy/trunk/postgres-sa04.cfg	2010-06-07 15:40:29 UTC (rev 113241)
@@ -1,26 +0,0 @@
-# PATH=/opt/local/lib/postgresql83/bin:$PATH bin/buildout -vvvc postgres.cfg
-# /opt/local/lib/postgresql83/bin/postgres -D /opt/local/var/db/postgresql83/defaultdb -d 1
-[buildout]
-extends = buildout.cfg
-find-links = http://initd.org/pub/software/psycopg/
-versions = versions
-
-[versions]
-SQLAlchemy = 0.4.8
-z3c.sqlalchemy = 1.1.15
-zope.component = 3.4.0
-
-[test]
-eggs +=
-     psycopg2
-     z3c.sqlalchemy
-     zope.component
-     zope.exceptions
-     zope.schema
-environment = testenv
-
-[scripts]
-eggs = ${test:eggs}
-
-[testenv]
-TEST_DSN = postgres:///zope_sqlalchemy_tests

Added: zope.sqlalchemy/trunk/postgres.cfg
===================================================================
--- zope.sqlalchemy/trunk/postgres.cfg	                        (rev 0)
+++ zope.sqlalchemy/trunk/postgres.cfg	2010-06-07 15:40:29 UTC (rev 113241)
@@ -0,0 +1,16 @@
+# INCLUDEDIR=/opt/local/include/postgresql90 PATH=/opt/local/lib/postgresql90/bin:$PATH bin/buildout -vvvc postgres.cfg
+# sudo -u postgres /opt/local/lib/postgresql90/bin/postgres -D /opt/local/var/db/postgresql90/defaultdb -d 1
+[buildout]
+extends = buildout.cfg
+find-links = http://initd.org/pub/software/psycopg/
+allow-hosts += initd.org
+
+[test]
+eggs += psycopg2
+environment = testenv
+
+[scripts]
+eggs += psycopg2
+
+[testenv]
+TEST_DSN = postgres:///zope_sqlalchemy_tests



More information about the checkins mailing list