]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
Do not filter the fixed products when creating SRC packages 5.0.0a1
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Thu, 16 Mar 2017 15:37:17 +0000 (16:37 +0100)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Thu, 16 Mar 2017 15:37:17 +0000 (16:37 +0100)
commands/package.py

index 8ad4ee9b5dabd9c46e3c78dd5f555749ea2e26d8..fa06b75bcadd041d798339b50da6a488a1c781a7 100644 (file)
@@ -702,8 +702,7 @@ def create_project_for_src_package(config, tmp_working_dir, with_vcs):
     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) or 
-                src.product.product_is_fixed(p_info)):
+        if src.product.product_is_native(p_info):
             continue
         find_product_scripts_and_pyconf(p_name,
                                         p_info,