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

remove old plugins, notify users to update config #1681

Merged
merged 1 commit into from Oct 24, 2016
Merged

remove old plugins, notify users to update config #1681

merged 1 commit into from Oct 24, 2016

Conversation

msimerson
Copy link
Member

@msimerson msimerson commented Oct 20, 2016

Goes with #1645

background: In #1645, I left behind the old plugins so that upgraders would not get a CRIT when starting Haraka due to the missing plugin. That would happen because the old plugin names were connect.asn and connect.geoip. The new plugin names are haraka-plugin-asn and haraka-plugin-geoip, but are referred to in config/plugins as just asn and geoip.

Changes proposed in this pull request:

  • replace the old plugins with a stub that emits a log message telling users to update config/plugins

@codecov-io
Copy link

Current coverage is 35.97% (diff: 100%)

Merging #1681 into master will not change coverage

@@             master      #1681   diff @@
==========================================
  Files            24         24          
  Lines          6076       6076          
  Methods         785        785          
  Messages          0          0          
  Branches       1536       1536          
==========================================
  Hits           2186       2186          
  Misses         3890       3890          
  Partials          0          0          

Powered by Codecov. Last update 87dec29...0866089

@msimerson msimerson merged commit 5816c7b into haraka:master Oct 24, 2016
@msimerson msimerson deleted the connect-skeletons branch October 24, 2016 04:29
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.

None yet

2 participants