[Erp5-report] r37994 luke - /erp5/trunk/buildout/hooks/README.txt

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 25 07:51:04 CEST 2010


Author: luke
Date: Wed Aug 25 07:51:02 2010
New Revision: 37994

URL: http://svn.erp5.org?rev=37994&view=rev
Log:
 - add some rules with explanation

Added:
    erp5/trunk/buildout/hooks/README.txt   (with props)

Added: erp5/trunk/buildout/hooks/README.txt
URL: http://svn.erp5.org/erp5/trunk/buildout/hooks/README.txt?rev=37994&view=auto
==============================================================================
--- erp5/trunk/buildout/hooks/README.txt (added)
+++ erp5/trunk/buildout/hooks/README.txt [utf8] Wed Aug 25 07:51:02 2010
@@ -0,0 +1,12 @@
+It is disallowed to:
+
+ * use hooks directory directly in buildout (eg. assuming that it will exists
+   while running buildout)
+
+Rationale: It disallows using buildout in networked environment and extending
+           over network.
+
+ * accesing hooks by SVN URI
+
+Rationale: It forces to use SVN structure and makes mirroring and HA hard to
+           obtain.

Propchange: erp5/trunk/buildout/hooks/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native




More information about the Erp5-report mailing list