From 44ec96d71f68bc1ec61a95bfcc6127919a7b7e48 Mon Sep 17 00:00:00 2001 From: Amir Mohammadi <183.amir@gmail.com> Date: Sun, 16 Oct 2016 13:33:22 +0200 Subject: [PATCH] update buildout configs --- buildout.cfg | 5 +++-- develop.cfg | 17 ++++------------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 1808895..3137b9f 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,5 +1,5 @@ ; vim: set fileencoding=utf-8 : -; Sun 14 Aug 2016 18:20:14 CEST +; Sun Oct 16 13:26:46 CEST 2016 [buildout] parts = scripts @@ -10,4 +10,5 @@ newest = false verbose = true [scripts] -recipe = bob.buildout:scripts \ No newline at end of file +recipe = bob.buildout:scripts +dependent-scripts = true \ No newline at end of file diff --git a/develop.cfg b/develop.cfg index 74b60ee..a327cac 100644 --- a/develop.cfg +++ b/develop.cfg @@ -1,29 +1,20 @@ ; vim: set fileencoding=utf-8 : -; Andre Anjos <andre.anjos@idiap.ch> -; Mon 16 Apr 08:29:18 2012 CEST +; Sun Oct 16 13:26:46 CEST 2016 [buildout] -parts = scripts -eggs = bob.io.image -extensions = bob.buildout - mr.developer -auto-checkout = * +extends = buildout.cfg develop = src/bob.extension src/bob.blitz src/bob.core src/bob.io.base . -; options for bob.buildout extension +extensions += mr.developer +auto-checkout = * debug = true -verbose = true -newest = false [sources] bob.extension = git https://gitlab.idiap.ch/bob/bob.extension bob.blitz = git https://gitlab.idiap.ch/bob/bob.blitz bob.core = git https://gitlab.idiap.ch/bob/bob.core bob.io.base = git https://gitlab.idiap.ch/bob/bob.io.base - -[scripts] -recipe = bob.buildout:scripts -- GitLab