
3 Apr
2009
3 Apr
'09
5:23 a.m.
Thus the uploaded sdist was missing one of the source files, and consequently failed to build.
I have a pre-release make target where I test everything I can think of. I think it prevents the above, am I right ?
Not unless you run 'make check' in a separate pristine copy of the repo. The problem occurs when your local development repo contains some essential files that have not been checked into the VCS. Your 'make check' will work fine for you, but not for other people. Regards, Malcolm