Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drakrun: fix IPT support #512

Merged
merged 8 commits into from
Apr 19, 2021
Merged

drakrun: fix IPT support #512

merged 8 commits into from
Apr 19, 2021

Conversation

icedevml
Copy link
Contributor

@icedevml icedevml commented Apr 15, 2021

  • remove enable_ipt from config.ini, IPT is just enabled by requesting activation of ipt plugin
  • activating ipt implies activation of codemon
  • provide appropriate switches for codemon

@icedevml icedevml marked this pull request as ready for review April 15, 2021 16:51
@icedevml icedevml requested a review from a team April 15, 2021 16:59
@icedevml icedevml changed the title fix IPT support in drakrun drakrun: fix IPT support Apr 15, 2021
@@ -162,6 +162,11 @@ def generate_plugin_cmdline(self, quality, enabled_plugins):
plugin_list = self.active_plugins[quality]

plugin_list = list(set(plugin_list) & set(enabled_plugins))

if "ipt" in plugin_list and "codemon" not in plugin_list:
self.log.info("Using ipt plugin implies using codemon")
Copy link
Contributor

@kscieslinski kscieslinski Apr 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add same check on drakcore frontend too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kscieslinski Do you mean displaying a warning box with the content as above?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added

image

@icedevml icedevml merged commit 5337252 into master Apr 19, 2021
@icedevml icedevml deleted the ipt-support branch April 19, 2021 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants