[Freeipa-devel] [freeipa PR#203][comment] Add sdist_list plugin to all setup.py

tiran freeipa-github-notification at redhat.com
Tue Nov 1 13:27:46 UTC 2016


  URL: https://github.com/freeipa/freeipa/pull/203
Title: #203: Add sdist_list plugin to all setup.py

tiran commented:
"""
You have two options to work around the extra output
1. redirect stderr and use ```python setup.py --quiet sdist_list```. The order is import, ```python setup.py sdist_list --quiet``` only silences sdist_list command, not subcommands.
2. use the ```--source-list``` option to write the source list into a file

The content of ```SOURCES.txt``` is not necessarily the same as ```sdist_list```. The ```sdist``` command may add additional files after ```egg_info``` has creates the file.
"""

See the full comment at https://github.com/freeipa/freeipa/pull/203#issuecomment-257565973


More information about the Freeipa-devel mailing list