Salome HOME
FD32: embed PyQt and sip since qt 5.15 is embedded
[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_projet08\\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_projet08\\salome-public\\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 ]