This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
freeipa
Watch
3
Star
0
Fork
0
You've already forked freeipa
mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced
2024-12-26 00:41:25 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3568a3d1e7
freeipa
/
contrib
/
Makefile.am
5 lines
53 B
Makefile
Raw
Normal View
History
Unescape
Escape
Build: integrate contrib directory into build system BASH completion is now installed by make install. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
2016-11-03 04:34:53 -05:00
SUBDIRS
=
completion
EXTRA_DIST
=
\
New lite-server implementation The new development server depends on werkzeug instead of paste. The werkzeug WSGI server comes with some additional features, most noticeable multi-processing server. The IPA framework is not compatible with threaded servers. Werkzeug can serve static files easily and has a fast auto-reloader. The new lite-server implementation depends on PR 314 (privilege separation). For Python 3 support, it additionally depends on PR 393. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
2017-01-21 12:34:12 -06:00
lite-server.py
Reference in New Issue
Copy Permalink