#6597 ipapython.version.DEFAULT_PLUGINS is not configured
Closed: fixed 7 years ago Opened 7 years ago 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

7 years ago

master:

  • abf25d3 ipapython: fix DEFAULT_PLUGINS in version.py

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

7 years ago

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

7 years ago

master:

  • a30d31b Ignore ipapython/.DEFAULT_PLUGINS

Login to comment on this ticket.

Metadata