[Zope3-checkins] SVN: Zope3/branches/3.3/ Updated externals and
versions.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon May 8 08:56:48 EDT 2006
Log message for revision 68016:
Updated externals and versions.
Changed:
U Zope3/branches/3.3/releases/Zope/README.txt
_U Zope3/branches/3.3/src/
-=-
Modified: Zope3/branches/3.3/releases/Zope/README.txt
===================================================================
--- Zope3/branches/3.3/releases/Zope/README.txt 2006-05-08 12:41:08 UTC (rev 68015)
+++ Zope3/branches/3.3/releases/Zope/README.txt 2006-05-08 12:56:47 UTC (rev 68016)
@@ -55,7 +55,7 @@
change the installation directory, use the ``--prefix`` option to specify an
alternate location:
- $ ./configure --prefix /opt/Zope-3.2.0
+ $ ./configure --prefix /opt/Zope-3.3.0
Configuring Zope 3 installation
@@ -85,7 +85,7 @@
python2.4 install.py -q build
python2.4 test.py -v
Running UNIT tests at level 1
- Running UNIT tests from /home/user/Zope-3.2.0/build/lib.linux-i686-2.3
+ Running UNIT tests from /home/user/Zope-3.3.0/build/lib.linux-i686-2.3
[...lots of dots, one per test...]
----------------------------------------------------------------------
Ran 8007 tests in 252.406s
@@ -93,7 +93,7 @@
OK
Running FUNCTIONAL tests at level 1
- Running FUNCTIONAL tests from /home/user/Zope-3.2.0/build/lib.linux-i686-2.3
+ Running FUNCTIONAL tests from /home/user/Zope-3.3.0/build/lib.linux-i686-2.3
[...lots of dots, one per test...]
----------------------------------------------------------------------
Ran 385 tests in 106.901s
@@ -108,7 +108,7 @@
$ make install
python2.4 install.py -q build
- python2.4 install.py -q install --home "/opt/Zope-3.2.0"
+ python2.4 install.py -q install --home "/opt/Zope-3.3.0"
You now have a complete Zope 3 installation.
@@ -162,15 +162,15 @@
Build the Zope software by switching to the directory created by unpacking the
source distribution, then running the command::
- C:\Zope-3.2.0> \Python24\python install.py -q build
+ C:\Zope-3.3.0> \Python24\python install.py -q build
The unit tests for the Zope software can be run once this is complete. This
is an optional step, and can take a while to complete. The tests can be run
using the command::
- C:\Zope-3.2.0> \Python24\python test.py -v
+ C:\Zope-3.3.0> \Python24\python test.py -v
Running UNIT tests at level 1
- Running UNIT tests from C:\Zope-3.2.0\build\lib.win32-2.3
+ Running UNIT tests from C:\Zope-3.3.0\build\lib.win32-2.3
[...lots of dots, one per test...]
----------------------------------------------------------------------
Ran 4500 tests in 501.389s
@@ -183,7 +183,7 @@
At this point, you can install the software using the command:
- C:\Zope-3.2.0> \Python24\python install.py -q install
+ C:\Zope-3.3.0> \Python24\python install.py -q install
You now have a complete Zope 3 installation. Note that this method of
installing Zope does not allow for easy uninstallation later: you will need to
Property changes on: Zope3/branches/3.3/src
___________________________________________________________________
Name: svn:externals
- ZConfig svn://svn.zope.org/repos/main/ZConfig/trunk/ZConfig
BTrees -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/BTrees
docutils svn://svn.zope.org/repos/main/docutils/tags/0.4.0
persistent -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/persistent
ThreadedAsync -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/ThreadedAsync
transaction -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/transaction
ZEO -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/ZEO
ZODB -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/ZODB
twisted -r 15340 svn://svn.twistedmatrix.com/svn/Twisted/branches/releases/2.1.x/twisted
zdaemon -r 40792 svn://svn.zope.org/repos/main/zdaemon/trunk/src/zdaemon
+ ZConfig svn://svn.zope.org/repos/main/ZConfig/trunk/ZConfig
BTrees -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/BTrees
docutils svn://svn.zope.org/repos/main/docutils/tags/0.4.0
persistent -r 68012 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/persistent
ThreadedAsync -r 68012 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/ThreadedAsync
transaction -r 68012 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/transaction
ZEO -r 68012 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/ZEO
ZODB -r 68012 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/ZODB
twisted -r 15340 svn://svn.twistedmatrix.com/svn/Twisted/branches/releases/2.1.x/twisted
zdaemon -r 40792 svn://svn.zope.org/repos/main/zdaemon/trunk/src/zdaemon
More information about the Zope3-Checkins
mailing list