[Checkins] SVN: zc.buildout/trunk/DEVELOPERS.txt Added developer hints

Reinout van Rees reinout at vanrees.org
Wed Sep 2 03:52:54 EDT 2009


Log message for revision 103476:
  Added developer hints
  

Changed:
  A   zc.buildout/trunk/DEVELOPERS.txt

-=-
Added: zc.buildout/trunk/DEVELOPERS.txt
===================================================================
--- zc.buildout/trunk/DEVELOPERS.txt	                        (rev 0)
+++ zc.buildout/trunk/DEVELOPERS.txt	2009-09-02 07:52:54 UTC (rev 103476)
@@ -0,0 +1,11 @@
+Developing buildout itself
+**************************
+
+When you're developing buildout itself, you need to know two things:
+
+- Use a clean python *without* setuptools installed.  Otherwise many tests
+  will find your already-installed setuptools, leading to test differences
+  when setuptools' presence is explicitly tested.
+
+- Don't bootstrap with ``python bootstrap/bootstrap.py`` but with ``python
+  dev.py``.


Property changes on: zc.buildout/trunk/DEVELOPERS.txt
___________________________________________________________________
Added: svn:eol-style
   + native



More information about the checkins mailing list