Salome HOME
initial commit : transfert of salome configuration files from internal git base
[tools/sat_salome.git] / applications / appli-test.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'APPLI-TEST'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     base : 'base'
9     tag : 'master'
10     get_method : 'git'
11     environ :
12     {
13         ACCEPT_SALOME_WARNINGS : '1'
14         LC_NUMERIC : 'C'
15     }
16     products :
17     {
18         'Python' : 'native'
19         'PRODUCT_GIT'
20         'PRODUCT_ARCHIVE'
21         'PRODUCT_DIR' : '4.4.2'
22         'PRODUCT_CVS' : 'V6_7_0'
23         'PRODUCT_NATIVE' : 'native'
24         #'PRODUCT_ERROR'
25         #'PRODUCT_UNKNOWN'
26         #'PRODUCT_SVN' : {'tag' : 'master'}
27         'PRODUCT_DEV' : {'tag' : 'master' , 'dev' : 'yes'}
28         'PRODUCT_FIXED' : "/export/home/salome"
29         'NO_DEF' : "native"
30     }
31     grid_to_test : 'SALOME_V7'
32     #profile :
33     #{
34     #    product : 'SALOME_PROFILE'
35     #}
36     dev_products : ['MODULE_ARCHIVE', 'MODULE_CVS']
37     
38     #hook :
39     #{
40     #    config : '/tmp/test_hook_config.py'
41     #}
42 }
43