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