#35 use `python setup.py sdist` to produce tarballs in development RPM builds
Merged by dcallagh. Opened by dcallagh.
dcallagh/waiverdb rpmbuild-use-sdist  into  master

Download 35.patch

Currently the rpmbuild.sh script is producing tarballs by just using
git archive, which means the tarballs include everything committed to
git. But our release tarballs are created by python setup.py sdist
which uses different rules to decide what to include.

To keep things consistent, we should use python setup.py sdist for the
development builds too. This will help catch missing entries in
MANIFEST.in, for example #33.

:thumbsup:

:thumbsup:

Pull-Request has been merged by dcallagh

Metadata