[Zodb-checkins] SVN: ZODB/trunk/ Merge the philikon-zeo-scripts branch:

Philipp von Weitershausen philikon at philikon.de
Thu Aug 4 12:37:16 EDT 2005


Log message for revision 37707:
  Merge the philikon-zeo-scripts branch:
    move things around so that zeo scripts are installed for
    standalone zodb releases but not for zope releases
  

Changed:
  U   ZODB/trunk/releases/ZODB3/PACKAGE.cfg
  U   ZODB/trunk/releases/ZODB3/SETUP.cfg
  U   ZODB/trunk/src/ZEO/SETUP.cfg

-=-
Modified: ZODB/trunk/releases/ZODB3/PACKAGE.cfg
===================================================================
--- ZODB/trunk/releases/ZODB3/PACKAGE.cfg	2005-08-04 16:16:03 UTC (rev 37706)
+++ ZODB/trunk/releases/ZODB3/PACKAGE.cfg	2005-08-04 16:37:16 UTC (rev 37707)
@@ -1,6 +1,10 @@
 <load>
   doc           svn://svn.zope.org/repos/main/ZODB/tags/*/doc/
   scripts       svn://svn.zope.org/repos/main/ZODB/tags/*/src/scripts/
+  scripts/runzeo.py    svn://svn.zope.org/repos/main/ZODB/tags/*/src/ZEO/runzeo.py
+  scripts/zeoctl.py    svn://svn.zope.org/repos/main/ZODB/tags/*/src/ZEO/zeoctl.py
+  scripts/zeopasswd.py svn://svn.zope.org/repos/main/ZODB/tags/*/src/ZEO/zeopasswd.py
+  scripts/mkzeoinst.py svn://svn.zope.org/repos/main/ZODB/tags/*/src/ZEO/mkzeoinst.py
   log.ini       svn://svn.zope.org/repos/main/ZODB/tags/*/log.ini
   test.py       svn://svn.zope.org/repos/main/ZODB/tags/*/test.py
   COPYRIGHT.txt svn://svn.zope.org/repos/main/ZODB/tags/*/COPYRIGHT.txt

Modified: ZODB/trunk/releases/ZODB3/SETUP.cfg
===================================================================
--- ZODB/trunk/releases/ZODB3/SETUP.cfg	2005-08-04 16:16:03 UTC (rev 37706)
+++ ZODB/trunk/releases/ZODB3/SETUP.cfg	2005-08-04 16:37:16 UTC (rev 37707)
@@ -5,3 +5,9 @@
 script  scripts/fstest.py
 script  scripts/repozo.py
 script  scripts/zeopack.py
+
+# scripts from ZEO package
+script  scripts/runzeo.py
+script  scripts/zeoctl.py
+script  scripts/zeopasswd.py
+script  scripts/mkzeoinst.py

Modified: ZODB/trunk/src/ZEO/SETUP.cfg
===================================================================
--- ZODB/trunk/src/ZEO/SETUP.cfg	2005-08-04 16:16:03 UTC (rev 37706)
+++ ZODB/trunk/src/ZEO/SETUP.cfg	2005-08-04 16:37:16 UTC (rev 37707)
@@ -1,4 +1,5 @@
-script  runzeo.py
-script  zeoctl.py
-script  zeopasswd.py
-script  mkzeoinst.py
+# This file is empty even though this package contains scripts.  The
+# reason for that is that we don't want the scripts to be installed
+# for Zope releases (which ZEO is part of).  For standalone ZODB
+# releases, these scripts are installed through
+# ZODB/releases/ZODB3/PACKAGE.cfg and .../SETUP.cfg.



More information about the Zodb-checkins mailing list