X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=commands%2Fpackage.py;h=fd5bba7efc07a377ac97c64d3f8b0a7e493d4aea;hb=42a53a27473fd83936d0853407b59072e960e964;hp=b619ec19d80b8452de3e4ac24baff3fbdf13f906;hpb=487403f69be1588988e6d04a27499cf4a77cdc5a;p=tools%2Fsat.git diff --git a/commands/package.py b/commands/package.py index b619ec1..fd5bba7 100644 --- a/commands/package.py +++ b/commands/package.py @@ -1318,7 +1318,9 @@ def find_product_scripts_and_pyconf(p_name, product_pyconf_cfg[section].archive_info.archive_name =\ p_info.name + ".tgz" - if (with_vcs) and src.product.product_is_vcs(p_info): + # save git repositories for vcs products, even if archive is not in VCS mode + # in this case the user will be able to change get_source flag and work with git + if src.product.product_is_vcs(p_info): # in vcs mode we must replace explicitely the git server url # (or it will not be found later because project files are not exported in archives) for section in product_pyconf_cfg: