Forgotten new configuration file of buildCoriolis.py

This commit is contained in:
Jean-Paul Chaput 2012-11-16 13:07:11 +00:00
parent 596e5512a6
commit a4265c1dce
1 changed files with 78 additions and 0 deletions

78
bootstrap/build.conf Normal file
View File

@ -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'
]
}