[Freeipa-devel] [freeipa PR#700][opened] Use entry_points for ipa CLI

tiran freeipa-github-notification at redhat.com
Fri Apr 7 13:14:35 UTC 2017


   URL: https://github.com/freeipa/freeipa/pull/700
Author: tiran
 Title: #700: Use entry_points for ipa CLI
Action: opened

PR body:
"""
Fix problem with hard-coded shebang in ipa command line tool by using
a proper setuptools entry point for the console script. ipaclient is now
an executable Python package, too.

```
$ python -m ipaclient ping
```

is equivalent to

```
$ ipa ping
```

Related: https://pagure.io/freeipa/issue/6653
Closes: https://pagure.io/freeipa/issue/6850
Signed-off-by: Christian Heimes <cheimes at redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/700/head:pr700
git checkout pr700
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-pr-700.patch
Type: text/x-diff
Size: 2272 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20170407/4484fbe5/attachment.bin>


More information about the Freeipa-devel mailing list