summaryrefslogtreecommitdiffstats
path: root/packaging/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add placeholders for ipaplatform, ipaserver and ipatestsChristian Heimes2017-03-021-10/+0
| | | | | | | | I also renamed the base directory to pypi and added a new build target pypi_packages. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
* Packaging: Add placeholder packagesChristian Heimes2017-03-021-0/+10
The ipa and freeipa packages are placeholders to prevent PyPI squashing attacks and reserve the names for future use. `pip install ipa` installs ipaclient. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>