From: crouzet Date: Fri, 4 Jan 2019 15:36:47 +0000 (+0100) Subject: remove from config products with not-in_package property X-Git-Tag: 5.3.0~37 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=797537de04f5b886869fa13ba0efff83224e0c9f;p=tools%2Fsat.git remove from config products with not-in_package property --- diff --git a/commands/package.py b/commands/package.py index 199a738..b743835 100644 --- a/commands/package.py +++ b/commands/package.py @@ -1340,6 +1340,8 @@ Please add it in file: update_config(runner.cfg, prop, value) logger.warning("without_properties selected products:\n %s\n" % PP.pformat(sorted(app.products.keys()))) + # Remove from config the products that have the not_in_package property + update_config(runner.cfg, "not_in_package", "yes") # get the name of the archive or build it if options.name: