From a4265c1dce7d71820c06bb39d4edf317e23696f3 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Fri, 16 Nov 2012 13:07:11 +0000 Subject: [PATCH] Forgotten new configuration file of buildCoriolis.py --- bootstrap/build.conf | 78 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 bootstrap/build.conf diff --git a/bootstrap/build.conf b/bootstrap/build.conf new file mode 100644 index 00000000..8c57eaf7 --- /dev/null +++ b/bootstrap/build.conf @@ -0,0 +1,78 @@ + +# -*- mode:Python -*- +# This file is *not* a Python module but will be executed +# inside a Python function. + + +svnconfig = { 'method':'svn+ssh://coriolis.soc.lip6.fr' } + +projectdir = 'coriolis-2.x' + +projects = [ { 'name' : 'bootstrap' + , 'tools' : [ 'bootstrap' ] + , 'repository': '/users/outil/coriolis/svn' } + + , { 'name' : 'vlsisapd' + , 'tools' : [ 'vlsisapd' ] + , 'repository': '/users/outil/coriolis/svn' } + + , { 'name' : "coriolis" + , 'tools' : [ "hurricane" + , "crlcore" + , "nimbus" + , "metis" + , "mauka" + , "knik" + , "katabatic" + #, "katabatic3" + , "kite" + , "equinox" + , "solstice" + , "unicorn" + #, "ispd" + , "cumulus" + , "stratus1" + ] + , 'repository': "/users/outil/coriolis/svn" } + + , { 'name' : "chams" + , 'tools' : [ "hurricaneAMS" + , "amsCore" + , "opSim" + , "scribe" + , "graph" + , "pharos" + , "isis" + , "schematic" + , "autoDTR" + ] + , 'repository':"/users/outil/chams/svn" } + ] + +package = { 'name' : 'coriolis2' + , 'version' : '1.0' + , 'excludes': [ 'vlsisapd/src/openChams' + , 'vlsisapd/doc/openChams' + , 'vlsisapd/examples/openChams' + , 'vlsisapd/src/dtr' + , 'vlsisapd/doc/dtr' + , 'vlsisapd/examples/dtr' + , 'vlsisapd/doc/html' + , 'vlsisapd/doc/latex' + , 'hurricane/doc/viewer/html' + , 'hurricane/doc/viewer/latex' + , 'hurricane/doc/hurricane/html' + , 'hurricane/doc/hurricane/latex' + , 'crlcore/doc/crlcore/html' + , 'crlcore/doc/crlcore/latex' + , 'crlcore/doc/doxygen' + , 'katabatic/doc' + , 'kite/doc' + , 'unicorn/doc/html' + , 'unicorn/doc/latex' + ] + , 'projects': [ 'bootstrap' + , 'vlsisapd' + , 'coriolis' + ] + }