Salome HOME
[SAT #41342] update MeshGems license path
[tools/sat_salome.git] / salome.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 project_path : $PWD
5
6 # Where to search the archives of the products
7 ARCHIVEPATH : "/home/salome-public/prerequis/archives:/nfs/home/salome-public/prerequis/archives:/mnt/prerequis/archives"
8 ARCHIVEFTP : "ftp.cea.fr/pub/salome/prerequisites"
9 # Where to search the pyconf of the applications
10 APPLICATIONPATH : $project_path + "/applications/"
11 # Where to search the pyconf of the products
12 PRODUCTPATH : $project_path + "/products/"
13 # Where to search the pyconf of the jobs of the project
14 JOBPATH : $project_path + "/jobs/" 
15 # Where to search for licences
16 LICENCEPATH : "/home/salome-public/prerequis/LICENCE:/nfs/home/salome-public/prerequis/LICENCE:/export/home/salome/prerequis/install/LICENCE:/volatile/salome/prerequis/install/LICENCE:/soft/commun/SALOME/LICENSE:/mnt/prerequis/LICENCE"
17
18 git_info : 
19 {
20    default_git_server : "https://git.salome-platform.org/gitpub/"
21    default_git_server_dev : "https://codev-tuleap.cea.fr/plugins/git/salome/"
22 }
23
24 test_bases :
25 [
26       {
27         name : 'SALOME'
28         get_sources : 'git'
29         info :
30         {
31           base : 'https://codev-tuleap.cea.fr/plugins/git/spns/CEATESTBASE.git'
32         }
33       }
34 ]