[Checkins] SVN: zope.release/branches/3.4/buildout.cfg Make the dir	absolute.
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Thu Jan 29 12:21:23 EST 2009
    
    
  
Log message for revision 95454:
  Make the dir absolute.
  
Changed:
  U   zope.release/branches/3.4/buildout.cfg
-=-
Modified: zope.release/branches/3.4/buildout.cfg
===================================================================
--- zope.release/branches/3.4/buildout.cfg	2009-01-29 17:21:03 UTC (rev 95453)
+++ zope.release/branches/3.4/buildout.cfg	2009-01-29 17:21:22 UTC (rev 95454)
@@ -46,7 +46,7 @@
 recipe = zc.recipe.egg:scripts
 eggs = zope.release
 scripts = update-tree
-arguments = ('releases/controlled-packages.cfg',
+arguments = ('${buildout:directory}/releases/controlled-packages.cfg',
              './Zope3-3.4',)
 
 [list-latest]
    
    
More information about the Checkins
mailing list