From 797537de04f5b886869fa13ba0efff83224e0c9f Mon Sep 17 00:00:00 2001 From: crouzet Date: Fri, 4 Jan 2019 16:36:47 +0100 Subject: [PATCH] remove from config products with not-in_package property --- commands/package.py | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.39.2