From 6e9a24e3fc15a1d21155ce7c038c8ed400bdd335 Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Mon, 29 Jun 2015 11:27:01 +0200 Subject: [PATCH] Removed develop.cfg --- buildout.cfg | 38 ++++++++++++++++++++++++++++++++++-- develop.cfg | 54 ---------------------------------------------------- version.txt | 2 +- 3 files changed, 37 insertions(+), 57 deletions(-) delete mode 100644 develop.cfg diff --git a/buildout.cfg b/buildout.cfg index a64aa942..026c9c5b 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -8,13 +8,47 @@ eggs = bob.bio.base gridtk extensions = bob.buildout -develop = . + mr.developer +auto-checkout = * +develop = src/bob.extension + src/bob.blitz + src/bob.core + src/bob.io.base + src/bob.learn.activation + src/bob.math + src/bob.learn.linear + src/bob.sp + src/bob.learn.em + src/bob.measure + src/bob.db.base + src/bob.db.verification.utils + src/bob.db.verification.filelist + src/bob.db.atnt + src/bob.io.image + . ; options for bob.buildout -debug = false +debug = true verbose = true newest = false +[sources] +bob.extension = git https://github.com/bioidiap/bob.extension +bob.blitz = git https://github.com/bioidiap/bob.blitz +bob.core = git https://github.com/bioidiap/bob.core +bob.io.base = git https://github.com/bioidiap/bob.io.base +bob.learn.activation = git https://github.com/bioidiap/bob.learn.activation +bob.math = git https://github.com/bioidiap/bob.math +bob.sp = git https://github.com/bioidiap/bob.sp +bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear +bob.learn.em = git https://github.com/bioidiap/bob.learn.em +bob.measure = git https://github.com/bioidiap/bob.measure +bob.db.base = git https://github.com/bioidiap/bob.db.base +bob.db.verification.utils = git https://github.com/bioidiap/bob.db.verification.utils +bob.db.verification.filelist = git https://github.com/bioidiap/bob.db.verification.filelist +bob.db.atnt = git https://github.com/bioidiap/bob.db.atnt +bob.io.image = git https://github.com/bioidiap/bob.io.image + [scripts] recipe = bob.buildout:scripts dependent-scripts = true diff --git a/develop.cfg b/develop.cfg deleted file mode 100644 index 026c9c5b..00000000 --- a/develop.cfg +++ /dev/null @@ -1,54 +0,0 @@ -; vim: set fileencoding=utf-8 : -; Manuel Guenther <manuel.guenther@idiap.ch> -; Thu Oct 9 16:51:06 CEST 2014 - -[buildout] -parts = scripts -eggs = bob.bio.base - gridtk - -extensions = bob.buildout - mr.developer -auto-checkout = * -develop = src/bob.extension - src/bob.blitz - src/bob.core - src/bob.io.base - src/bob.learn.activation - src/bob.math - src/bob.learn.linear - src/bob.sp - src/bob.learn.em - src/bob.measure - src/bob.db.base - src/bob.db.verification.utils - src/bob.db.verification.filelist - src/bob.db.atnt - src/bob.io.image - . - -; options for bob.buildout -debug = true -verbose = true -newest = false - -[sources] -bob.extension = git https://github.com/bioidiap/bob.extension -bob.blitz = git https://github.com/bioidiap/bob.blitz -bob.core = git https://github.com/bioidiap/bob.core -bob.io.base = git https://github.com/bioidiap/bob.io.base -bob.learn.activation = git https://github.com/bioidiap/bob.learn.activation -bob.math = git https://github.com/bioidiap/bob.math -bob.sp = git https://github.com/bioidiap/bob.sp -bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear -bob.learn.em = git https://github.com/bioidiap/bob.learn.em -bob.measure = git https://github.com/bioidiap/bob.measure -bob.db.base = git https://github.com/bioidiap/bob.db.base -bob.db.verification.utils = git https://github.com/bioidiap/bob.db.verification.utils -bob.db.verification.filelist = git https://github.com/bioidiap/bob.db.verification.filelist -bob.db.atnt = git https://github.com/bioidiap/bob.db.atnt -bob.io.image = git https://github.com/bioidiap/bob.io.image - -[scripts] -recipe = bob.buildout:scripts -dependent-scripts = true diff --git a/version.txt b/version.txt index 37f0d702..6d984fb9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.0b0 +2.0.0b1 -- GitLab