mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
c70a2873f8
The original approach with __path__ implemented
by 8f98fa1bd5
broke Pylint:
We decided to resort back to symlinks as it is easiest solution
which does not break pylint in weird ways.
This commit introduces configure --with-ipaplatform option.
https://fedorahosted.org/freeipa/ticket/6418
Reviewed-By: Lukas Slebodnik <lslebodn@redhat.com>
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
82 lines
1.1 KiB
Plaintext
82 lines
1.1 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/
|
|
/*/dist/
|
|
/RELEASE
|
|
/rpmbuild/
|
|
# Build
|
|
/ipasetup.py
|
|
*.egg-info
|
|
|
|
# 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
|
|
|
|
/po/test.po
|
|
/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
|
|
|
|
!/ipalib/Makefile
|
|
|
|
/ipapython/version.py
|
|
!/ipapython/Makefile
|
|
|
|
/ipaplatform/__init__.py
|
|
/ipaplatform/constants.py
|
|
/ipaplatform/paths.py
|
|
/ipaplatform/services.py
|
|
/ipaplatform/tasks.py
|
|
/ipaplatform/setup.py
|