]> SALOME platform Git repositories - tools/sat.git/blobdiff - data/site.pyconf
Salome HOME
add the template command
[tools/sat.git] / data / site.pyconf
index a155376b61e87a187b37b04d251aacbb20bff56b..d721713a3da5d041c09eecd9e6220cf05062f894 100644 (file)
@@ -3,18 +3,15 @@
 
 SITE :
 {   
-    config : 
-    {
-        configPath : ["/home/salome/SPN_PRIVATE/sat5dev_Applications"]
-       copy_prefix : "LOCAL_"
-    }
-    prepare :
-    {
-       default_git_server : "http://default.git"
-       default_git_server_dev : "http://default_dev.git"
-       archive_dir : "/home/salome/ETC"
-       cvs_dir : "/test"
-       default_cvs_server : "http://default.cvs"
-    }
+    #base : $USER.workdir + $VARS.sep + "BASE-FROM-SITE"
+    test :{
+           tmp_dir_with_application : '/tmp' + $VARS.sep + $VARS.user + $VARS.sep + $APPLICATION.name + $VARS.sep + 'test'
+           tmp_dir : '/tmp' + $VARS.sep + $VARS.user + $VARS.sep + 'test'
+           timeout : 150
+           }
 }
 
+PROJECTS :
+{
+project_file_paths : ["/home/salome/SPN_PRIVATE/SAT5/SALOME-PROJECT/salome.pyconf"]
+}