-
Notifications
You must be signed in to change notification settings - Fork 29
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
auto plugin install: disable unless auto #756
auto plugin install: disable unless auto #756
Conversation
964eb2a
to
664ed6b
Compare
2ee719f
to
e5a6e5a
Compare
664ed6b
to
2605fce
Compare
This allows users to manually manage plugins by setting FLUENT_PACKAGE_SERVICE_RESTART to manual. For example, there will be cases where a user wants to use a particular plugin version. Signed-off-by: Daijiro Fukuda <[email protected]>
2605fce
to
bfcc5ee
Compare
Rebased. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
@@ -188,8 +188,12 @@ else | |||
fi | |||
fi | |||
if [ $1 -eq 2 ]; then | |||
# collect installed gems during upgrading | |||
/usr/sbin/fluent-gem list '^fluent-plugin-' --no-versions --no-verbose > %{local_base_plugins} | |||
. %{_sysconfdir}/sysconfig/@SERVICE_NAME@ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this can fail when updating from v4.
For some reason, the current test is successful.
I will check these concerns together last.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
This allows users to manually manage plugins by setting FLUENT_PACKAGE_SERVICE_RESTART to manual. For example, there will be cases where a user wants to use a particular plugin version. Signed-off-by: Daijiro Fukuda <[email protected]>
This allows users to manually manage plugins by setting FLUENT_PACKAGE_SERVICE_RESTART to manual. For example, there will be cases where a user wants to use a particular plugin version. Signed-off-by: Daijiro Fukuda <[email protected]>
This allows users to manually manage plugins by setting FLUENT_PACKAGE_SERVICE_RESTART to manual. For example, there will be cases where a user wants to use a particular plugin version. Signed-off-by: Daijiro Fukuda <[email protected]>
This allows users to manually manage plugins by setting FLUENT_PACKAGE_SERVICE_RESTART to manual.
For example, there will be cases where a user wants to use a particular plugin version.