#6597 ipapython.version.DEFAULT_PLUGINS is not configured
Closed: fixed Opened by cheimes.

Since the build system refactorization, the place holder __DEFAULT_PLUGINS__ is no longer replaced with the actual list of plugins:

$ git clean -xdf
$ ./autogen
$ make
$ tail -n3 ipapython/version.py
DEFAULT_PLUGINS = frozenset(l.strip() for l in """
__DEFAULT_PLUGINS__
""".strip().splitlines())

Metadata Update from @cheimes:
- Issue assigned to jcholast
- Issue set to the milestone: FreeIPA 4.5

master:

  • abf25d3cb6570e6ae7cd094ea6a5f4a1bd75d8a7 ipapython: fix DEFAULT_PLUGINS in version.py

Metadata Update from @mbasti:
- Issue close_status updated to: None

Metadata Update from @mbasti:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

master:

  • a30d31b0c6122b44e1b4e84451e4196c3d0d7fe7 Ignore ipapython/.DEFAULT_PLUGINS
Metadata