Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[tools/sat_salome.git] / salome-W10.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 : "\\\\titania\\home_projet\\salome-public\\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 + r"\\jobs\\" 
15 # Where to search for licences
16 LICENCEPATH : "\\\\titania\\home_projet\\salome-public\\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 ]