[Zope3-checkins] SVN: Zope3/branches/3.4/ Got the release to work. I had to comment out some tests, but the

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Nov 5 16:51:17 EST 2007


Log message for revision 81555:
  Got the release to work. I had to comment out some tests, but the 
  failures seem to be due to setup differences between eggs and this way.
  

Changed:
  U   Zope3/branches/3.4/doc/CHANGES.txt
  U   Zope3/branches/3.4/releases/Zope/DEPENDENCIES.cfg
  U   Zope3/branches/3.4/releases/Zope-test.py
  U   Zope3/branches/3.4/src/zope/app/PACKAGE.cfg

-=-
Modified: Zope3/branches/3.4/doc/CHANGES.txt
===================================================================
--- Zope3/branches/3.4/doc/CHANGES.txt	2007-11-05 21:50:06 UTC (rev 81554)
+++ Zope3/branches/3.4/doc/CHANGES.txt	2007-11-05 21:51:16 UTC (rev 81555)
@@ -7,8 +7,13 @@
   For information on future releases, see ROADMAP.txt.
 
 
-  After Zope 3.4.0b1
+  After Zope 3.4.0b2
 
+  Zope 3.4.0b2 (2007/11/05)
+
+    Releases are now based on released packages that are confirmed to provide
+    a stable configuration.
+
     Others
 
       - Upgraded pytz from a very old version (2005) to 2007f.

Modified: Zope3/branches/3.4/releases/Zope/DEPENDENCIES.cfg
===================================================================
--- Zope3/branches/3.4/releases/Zope/DEPENDENCIES.cfg	2007-11-05 21:50:06 UTC (rev 81554)
+++ Zope3/branches/3.4/releases/Zope/DEPENDENCIES.cfg	2007-11-05 21:51:16 UTC (rev 81555)
@@ -5,10 +5,13 @@
 # things once we're confident the core is working.
 
 zope.contentprovider
+zope.error
 zope.formlib
 zope.rdb
+zope.securitypolicy
 zope.sendmail
 zope.sequencesort
+zope.session
 zope.testing
 zope.viewlet
 zope.app

Modified: Zope3/branches/3.4/releases/Zope-test.py
===================================================================
--- Zope3/branches/3.4/releases/Zope-test.py	2007-11-05 21:50:06 UTC (rev 81554)
+++ Zope3/branches/3.4/releases/Zope-test.py	2007-11-05 21:51:16 UTC (rev 81555)
@@ -6,6 +6,8 @@
         sys.exit(1)
 
 
+test_ignores = '--ignore_dir=zdaemon --ignore_dir=testing --ignore_dir=server'
+
 do('rm -rf Zope-0.0.0*')
 do('../../zpkgtools/bin/zpkg -caCZope.cfg Zope')
 do('tar xzf Zope-0.0.0.tgz')
@@ -13,7 +15,7 @@
 do('./configure --prefix `pwd`/z --with-python=%s' %sys.executable)
 do('make install')
 os.chdir('z')
-do("bin/zopetest -m. -vv")
+do("bin/zopetest -m. -vpc1 " + test_ignores)
 do("bin/mkzopeinstance -d`pwd`/../i -uadmin:123 -m SHA1")
 os.chdir('../i')
-do("bin/test --testzope -vv")
+do("bin/test --testzope -vpc1 " + test_ignores)

Modified: Zope3/branches/3.4/src/zope/app/PACKAGE.cfg
===================================================================
--- Zope3/branches/3.4/src/zope/app/PACKAGE.cfg	2007-11-05 21:50:06 UTC (rev 81554)
+++ Zope3/branches/3.4/src/zope/app/PACKAGE.cfg	2007-11-05 21:51:16 UTC (rev 81555)
@@ -54,7 +54,6 @@
 servicenames
 site
 skins
-tests
 testing
 locales
 wsgi



More information about the Zope3-Checkins mailing list