Forgotten new configuration file of buildCoriolis.py
This commit is contained in:
parent
596e5512a6
commit
a4265c1dce
|
@ -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'
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue