diff --git a/buildout.cfg b/buildout.cfg
index 9711fe791279bd47d8265be033ef8364960ae4ec..f94f00e23cb4bdbb3785a608300edcff4b22f4ab 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -7,12 +7,7 @@ parts = external tests sphinx python
 develop = .
 index = http://d.pypi.python.org/simple
 versions = versions
-
-;You are not obliged to set the version of Bob to use. However, note that
-;buildout in this case will choose the default version installed looking at the
-;current sys.path settings. Also note that your current 'eggs' directory may
-;not take precedence over that.
-eggs = bob==master
+eggs = bob
        xbob.db.replay
 
 [versions]
@@ -23,7 +18,7 @@ eggs = bob==master
 
 [external]
 recipe = xbob.buildout:external
-egg-directories = /Users/andre/work/bob-master/build/lib
+egg-directories = /idiap/group/torch5spro/nightlies/last/install/linux-x86_64-release/lib
 
 [tests]
 recipe = xbob.buildout:nose
@@ -43,4 +38,4 @@ build = ${buildout:directory}/sphinx
 recipe = zc.recipe.egg
 eggs = ${buildout:eggs}
 interpreter = python
-dependent-scripts = true
+dependent-scripts = true
\ No newline at end of file