[Checkins] SVN: grokcore.component/branches/jw-philipp-using-ndir-directives/ Make the buildout reproducible by other people by including our martian branch as an external.

Philipp von Weitershausen philikon at philikon.de
Sat May 3 05:21:39 EDT 2008


Log message for revision 86158:
  Make the buildout reproducible by other people by including our martian branch as an external.

Changed:
  _U  grokcore.component/branches/jw-philipp-using-ndir-directives/
  U   grokcore.component/branches/jw-philipp-using-ndir-directives/buildout.cfg

-=-

Property changes on: grokcore.component/branches/jw-philipp-using-ndir-directives
___________________________________________________________________
Name: svn:externals
   - bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/


   + bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/
martian svn://svn.zope.org/repos/main/martian/branches/jw-philipp-using-ndir-directives


Modified: grokcore.component/branches/jw-philipp-using-ndir-directives/buildout.cfg
===================================================================
--- grokcore.component/branches/jw-philipp-using-ndir-directives/buildout.cfg	2008-05-03 09:21:12 UTC (rev 86157)
+++ grokcore.component/branches/jw-philipp-using-ndir-directives/buildout.cfg	2008-05-03 09:21:39 UTC (rev 86158)
@@ -1,10 +1,13 @@
 [buildout]
-develop = .
+develop = . martian
 parts = interpreter test
 find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 versions = versions
 
+[versions]
+martian = 0.9.4dev
+
 [interpreter]
 recipe = zc.recipe.egg
 eggs = grokcore.component



More information about the Checkins mailing list