Salome HOME
spns #42205 [SAT][Windows] support different values for CMAKE_BUILD_TYPE
[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   git_server :
21   {
22       tuleap : {url : "https://codev-tuleap.cea.fr/plugins/git/", opensource_only: 'no' }
23       #github : {url : "git@github.com:SalomePlatform/",           opensource_only: 'yes'}
24       github : {url : "https://github.com/SalomePlatform/",       opensource_only: 'yes'}
25       gitpub : {url : "https://git.salome-platform.org/gitpub/",  opensource_only: 'yes'}
26   }
27   # these two keys are deprecated - they are kept for backward compatibility only and
28   # will be removed in a future SAT release.
29   default_git_server : "https://git.salome-platform.org/gitpub/"
30   default_git_server_dev : "https://codev-tuleap.cea.fr/plugins/git/salome/"
31 }
32
33 test_bases :
34 [
35       {
36         name : 'SALOME'
37         get_sources : 'git'
38         info :
39         {
40           base : 'https://codev-tuleap.cea.fr/plugins/git/spns/CEATESTBASE.git'
41         }
42       }
43 ]