[Erp5-report] r40995 luke - /erp5/trunk/buildout/README-2.12.txt

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 1 17:52:34 CET 2010


Author: luke
Date: Wed Dec  1 17:52:34 2010
New Revision: 40995

URL: http://svn.erp5.org?rev=40995&view=rev
Log:
 - buildout does not accept inline comments

Modified:
    erp5/trunk/buildout/README-2.12.txt

Modified: erp5/trunk/buildout/README-2.12.txt
URL: http://svn.erp5.org/erp5/trunk/buildout/README-2.12.txt?rev=40995&r1=40994&r2=40995&view=diff
==============================================================================
--- erp5/trunk/buildout/README-2.12.txt [utf8] (original)
+++ erp5/trunk/buildout/README-2.12.txt [utf8] Wed Dec  1 17:52:34 2010
@@ -111,7 +111,8 @@ $ cat > buildout.cfg                    
 
 [buildout]
 extends-cache = instance-profiles/extends-cache
-offline = true                              # !!
+# Default run buildout in offline mode.
+offline = true
 extends =
   profiles/development-2.12.cfg
   instance-profiles/software-home.inc
@@ -124,9 +125,6 @@ parts =
 $ ~/erp5.buildout/bin/bootstrap2.6      # 4
 $ bin/buildout -v         # 5
 
-Notice how we managed to run buildout in "offline-mode" (offline statement with
-!! above).
-
 The software-home configuration (along with the 'extends-cache' in the
 'instance-profiles' symlink) provides all the information and components that
 would otherwise have to be downloaded.



More information about the Erp5-report mailing list