Activity log for bug #1464143

Date Who What changed Old value New value Message
2015-06-11 07:44:13 Simon Pasquier bug added bug
2015-06-11 07:44:47 Simon Pasquier tags feature-plugins
2015-06-11 08:16:31 Simon Pasquier description When running the 'fpb --build . ' command several times, the size of the resulting RPM package increases at every build. The reason is that the .build directory isn't cleaned up before the build. When running the 'fpb --build . ' command several times, the size of the resulting RPM package increases at every build. The reason is that the .build directory isn't cleaned up before the build. $ fpb --build . Plugin is built $ ls -l *rpm -rw-rw-r-- 1 pasquier-s pasquier-s 125256547 juin 11 09:32 elasticsearch_kibana-0.7-0.7.0-1.noarch.rpm $ fpb --build . Plugin is built $ ls -l *rpm -rw-rw-r-- 1 pasquier-s pasquier-s 250465032 juin 11 09:40 elasticsearch_kibana-0.7-0.7.0-1.noarch.rpm
2015-06-11 08:27:33 Simon Pasquier 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
2015-06-11 08:29:53 Simon Pasquier description When running the 'fpb --build . ' command several times, the size of the resulting RPM package increases at every build. The reason is that the .build directory isn't cleaned up before the build. $ fpb --build . Plugin is built $ ls -l *rpm -rw-rw-r-- 1 pasquier-s pasquier-s 125256547 juin 11 09:32 elasticsearch_kibana-0.7-0.7.0-1.noarch.rpm $ fpb --build . Plugin is built $ ls -l *rpm -rw-rw-r-- 1 pasquier-s pasquier-s 250465032 juin 11 09:40 elasticsearch_kibana-0.7-0.7.0-1.noarch.rpm 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_kibana-0.7-0.7.0-1.noarch.rpm $ fpb --build . Plugin is built $ ls -l *rpm -rw-rw-r-- 1 pasquier-s pasquier-s 250465032 juin 11 09:40 elasticsearch_kibana-0.7-0.7.0-1.noarch.rpm
2015-06-11 08:30:22 Simon Pasquier summary The size of the resulting package increases when fuel-plugin-builder is executed several times The size of the resulting package increases when fuel-plugin-builder is executed several times in the plugin directory
2015-06-11 08:31:33 Simon Pasquier 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_kibana-0.7-0.7.0-1.noarch.rpm $ fpb --build . Plugin is built $ ls -l *rpm -rw-rw-r-- 1 pasquier-s pasquier-s 250465032 juin 11 09:40 elasticsearch_kibana-0.7-0.7.0-1.noarch.rpm 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_kibana-0.7-0.7.0-1.noarch.rpm $ fpb --build . Plugin is built $ ls -l *rpm -rw-rw-r-- 1 pasquier-s pasquier-s 250465032 juin 11 09:40 elasticsearch_kibana-0.7-0.7.0-1.noarch.rpm Version: 2.0.3 from pip Workaround: run fpb command from another directory (the parent directory for isntance).
2015-06-11 10:34:05 Dmitry Pyzhov fuel: importance Undecided High
2015-06-11 10:34:13 Dmitry Pyzhov fuel: status New Confirmed
2015-06-11 10:34:24 Dmitry Pyzhov fuel: assignee Fuel Python Team (fuel-python)
2015-06-11 10:34:30 Dmitry Pyzhov fuel: milestone 6.1
2015-06-11 10:34:34 Dmitry Pyzhov tags feature-plugins feature-plugins non-release
2015-06-15 06:58:51 Evgeniy L fuel: assignee Fuel Python Team (fuel-python) Evgeniy L (rustyrobot)
2015-06-15 06:58:57 Evgeniy L fuel: status Confirmed In Progress
2015-06-16 11:38:45 OpenStack Infra fuel: status In Progress Fix Committed