> > if you rebuild locally after the first build, the counter increases
> > to 60%.
> 
> Which choice becomes 60%?

pybuild, and I suspect it increases because of the .egg-info directory.

> 
> cmake plugin has (the number is the extra score):
> 
>     OPTIONAL_FILES = {'cmake_uninstall.cmake': 10, 'CMakeCache.txt': 10}
> 
> while distutils has:
> 
>     OPTIONAL_FILES = {'setup.cfg': 1,
>                       'requirements.txt': 1,
>                       'PKG-INFO': 10,

Yes, I saw your upload thanks for it! I was just trying to put my analysis 
written somewhere before I forget about it :)

some ordering issue might be the case, because even after installing all the 
files that are in the sbuild image
(via apt-get install after looking at the packages list on the chroot), I 
couldn't reproduce the Ubuntu builders
behaviour.

G.

Reply via email to