]> SALOME platform Git repositories - tools/sat.git/blob - data/site.pyconf
Salome HOME
add the jobs command
[tools/sat.git] / data / site.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 SITE :
5 {   
6     config : 
7     {
8         config_path : ["/home/salome/SPN_PRIVATE/sat5dev_Applications"]
9         copy_prefix : "LOCAL_"
10     }
11     prepare :
12     {
13         default_git_server : "http://default.git"
14         default_git_server_dev : "http://default_dev.git"
15         archive_dir : "/data/tmpsalome/salome/prerequis/archives/"
16         cvs_dir : "/test"
17         default_cvs_server : "http://default.cvs"
18     }
19     log :
20     {
21         log_dir : $USER.workdir + "/LOGS"
22     }
23     jobs :
24     {
25         config_path : $VARS.personalDir + '/Jobs'
26     }
27 }
28