Salome HOME
Merge branch 'BR_8_3' of https://codev-tuleap.cea.fr/plugins/git/spns/SAT into BR_8_3
[tools/sat.git] / commands / package.py
index 87857e29ce2b248b5fcae509561a1098f86f6637..aa49bb5086df8766bd3cbbd97430c0ce4c6b4b62 100644 (file)
@@ -68,12 +68,6 @@ SITE :
     {
         log_dir : $USER.workdir + "/LOGS"
     }
-    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 :
@@ -762,9 +756,6 @@ def create_project_for_src_package(config, tmp_working_dir, with_vcs):
     lproducts_name = config.APPLICATION.products.keys()
     l_products = src.product.get_products_infos(lproducts_name, config)
     for p_name, p_info in l_products:
-        # ignore native and fixed products
-        if src.product.product_is_native(p_info):
-            continue
         find_product_scripts_and_pyconf(p_name,
                                         p_info,
                                         config,