[Checkins] SVN: Zope/branches/console-scripts/s moved zopeskel to Zope2.utitilites

Andreas Jung andreas at andreas-jung.com
Thu Feb 19 08:18:25 EST 2009


Log message for revision 96745:
  moved zopeskel to Zope2.utitilites
  

Changed:
  D   Zope/branches/console-scripts/skel/
  U   Zope/branches/console-scripts/src/Zope2/utilities/mkzopeinstance.py
  A   Zope/branches/console-scripts/src/Zope2/utilities/skel/

-=-
Modified: Zope/branches/console-scripts/src/Zope2/utilities/mkzopeinstance.py
===================================================================
--- Zope/branches/console-scripts/src/Zope2/utilities/mkzopeinstance.py	2009-02-19 13:15:28 UTC (rev 96744)
+++ Zope/branches/console-scripts/src/Zope2/utilities/mkzopeinstance.py	2009-02-19 13:18:25 UTC (rev 96745)
@@ -86,9 +86,7 @@
     configfile = os.path.join(instancehome, 'etc', 'zope.conf')
     if skelsrc is None:
         # default to using stock Zope skeleton source
-#        skelsrc = os.path.join(zopehome, "skel")
-        # 'utilites' dir moved to Zope2.utilities
-        skelsrc = os.path.join(zopehome, "..", "..", "skel")
+        skelsrc = os.path.join(os.path.dirname(__file__), "skel")
 
     inituser = os.path.join(instancehome, "inituser")
     if not (user or os.path.exists(inituser)):


Property changes on: Zope/branches/console-scripts/src/Zope2/utilities/skel
___________________________________________________________________
Added: svn:mergeinfo
   + 



More information about the Checkins mailing list