mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
840de9bb48
Make ipaclient a Python library like ipapython, ipalib, etc. Use setup.py instead of autotools for installing it. Move C client tools, Python scripts, and man pages, to client/. Remove old, empty or outdated, boilerplate files (NEWS, README, AUTHORS). Remove /setup-client.py (ipalib/setup.py should be used instead). Update Makefiles and the spec file accordingly. https://fedorahosted.org/freeipa/ticket/5638 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
84 lines
1.2 KiB
Plaintext
84 lines
1.2 KiB
Plaintext
# In-tree build files
|
|
configure
|
|
config.h
|
|
config.h.in
|
|
Makefile
|
|
Makefile.in
|
|
.deps/
|
|
.libs/
|
|
*.la
|
|
*.lo
|
|
*.log
|
|
*.o
|
|
*.trs
|
|
version.m4
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
config.guess
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
depcomp
|
|
install-sh
|
|
ltmain.sh
|
|
missing
|
|
stamp-h1
|
|
libtool
|
|
build/
|
|
compile
|
|
|
|
# Python compilation
|
|
*.pyc
|
|
py-compile
|
|
|
|
# Developer documentation
|
|
freeipa2-dev-doc
|
|
~/doc/guide/Makefile
|
|
|
|
# Root directory
|
|
/freeipa.spec
|
|
!/Makefile
|
|
/dist/
|
|
/RELEASE
|
|
/rpmbuild/
|
|
|
|
# Subdirectories
|
|
/daemons/ipa-otpd/ipa-otpd
|
|
/daemons/ipa-otpd/ipa-otpd.socket
|
|
/daemons/ipa-otpd/ipa-otpd@.service
|
|
/daemons/ipa-version.h
|
|
/daemons/test-driver
|
|
|
|
/install/po/test.po
|
|
/install/po/test_locale/xh_ZA/LC_MESSAGES/ipa.mo
|
|
!/install/ui/doc/Makefile.in
|
|
/install/ui/release
|
|
/install/ui/css/ipa.css
|
|
/install/ui/src/dojo
|
|
/install/ui/src/build
|
|
/install/ui/src/libs/loader.js
|
|
/install/ui/src/plugins
|
|
!/install/ui/doc/Makefile
|
|
|
|
/client/ipa-getkeytab
|
|
/client/ipa-join
|
|
/client/ipa-rmkeytab
|
|
|
|
/ipatests/setup.py
|
|
|
|
/ipaclient/setup.py
|
|
|
|
/ipalib/setup.py
|
|
!/ipalib/Makefile
|
|
|
|
/ipapython/setup.py
|
|
/ipapython/version.py
|
|
!/ipapython/Makefile
|
|
|
|
/ipaplatform/__init__.py
|
|
/ipaplatform/setup.py
|
|
/ipaplatform/tasks.py
|
|
/ipaplatform/services.py
|
|
/ipaplatform/paths.py
|
|
/ipaplatform/constants.py
|