From 1de0d22410685aec32cea62b856c21369b3112e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Wed, 1 Dec 2010 16:52:34 +0000 Subject: [PATCH] - buildout does not accept inline comments git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40995 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/README-2.12.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/buildout/README-2.12.txt b/buildout/README-2.12.txt index 0c819ae305..6fe0ef1c33 100644 --- a/buildout/README-2.12.txt +++ b/buildout/README-2.12.txt @@ -111,7 +111,8 @@ $ cat > buildout.cfg # 3 [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. -- 2.30.9