Skip to content

Next #1475

Merged
liiight merged 7 commits intodevelopfrom
next
Nov 15, 2016
Merged

Next #1475
liiight merged 7 commits intodevelopfrom
next

Conversation

@liiight
Copy link
Copy Markdown
Member

@liiight liiight commented Oct 30, 2016

Motivation for changes:

Next stuff

Detailed changes:

  • move/copy plugins:
    • Changed filename option to rename so it'll be possible to override filename set by filesystem plugin
    • Entry render error will now raise PluginError instead of PluginWarning since that caused a situation where operation continued to unspecified location, if it was possible to fallback on entry values
  • daemon changes:
    • flexget daemon reload has been renamed to flexget daemon reload-config to avoid confusion
    • --config-autoreload has been renamed to --autoreload-config to be more consistent with reload-config
    • flexget daemon enable-autoreload and flexget daemon disable-autoreload have been removed as their use was limited and ill-conceived.

self.task_queue.wait()
fire_event('manager.daemon.completed', self)
elif options.action in ['stop', 'reload', 'status', 'enable-autoreload', 'disable-autoreload']:
elif options.action in ['stop', 'config-reload', 'status']:
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

shouldn't this be reload-config instead?

@liiight liiight merged commit 6e0c1fd into develop Nov 15, 2016
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.

2 participants