The size of the resulting package increases when fuel-plugin-builder is executed several times in the plugin directory
Bug #1464143 reported by
Simon Pasquier
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Evgeniy L |
Bug Description
When running the 'fpb --build . ' command several times, the size of the resulting RPM package increases at every build. The reason seems to be that the rpm file generated on the first run is included in the second rpm file.
$ fpb --build .
Plugin is built
$ ls -l *rpm
-rw-rw-r-- 1 pasquier-s pasquier-s 125256547 juin 11 09:32 elasticsearch_
$ fpb --build .
Plugin is built
$ ls -l *rpm
-rw-rw-r-- 1 pasquier-s pasquier-s 250465032 juin 11 09:40 elasticsearch_
Version: 2.0.3 from pip
Workaround: run fpb command from another directory (the parent directory for isntance).
tags: | added: feature-plugins |
description: | updated |
summary: |
- fuel-plugin-builder doesn't clean up its build directory + The size of the resulting package increases when fuel-plugin-builder is + executed several times |
description: | updated |
summary: |
The size of the resulting package increases when fuel-plugin-builder is - executed several times + executed several times in the plugin directory |
description: | updated |
Changed in fuel: | |
importance: | Undecided → High |
status: | New → Confirmed |
assignee: | nobody → Fuel Python Team (fuel-python) |
milestone: | none → 6.1 |
tags: | added: non-release |
Changed in fuel: | |
assignee: | Fuel Python Team (fuel-python) → Evgeniy L (rustyrobot) |
status: | Confirmed → In Progress |
To post a comment you must log in.
Which version? Git, from PyPI?