-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Unable to use Systemd module with tar distribution #3755
Conversation
Gradle Check (Jenkins) Run Completed with:
|
@reta You've dug deeper into these gradle plugins. Any concerns? |
@Ripolin can you run |
@dblock interesting, this is not a Gradle but Opensearch plugin, which is tight to distribution type BUT it is only included into packaged distribution [1] (@Ripolin you may need to update the build so the module is included into another distribution types). [1] https://github.com/opensearch-project/OpenSearch/blob/main/distribution/build.gradle#L219 |
@owaiskazi19 Unused imports removed |
Gradle Check (Jenkins) Run Completed with:
|
@dblock @reta Is it to add systemd module in tar package ? Can it create issues if use on windows systems ? |
@Ripolin yes, the change you did for a plugin (module) fixes only the checks but not the distribution part - the module won't be included in archive distributions (it is only applied to |
Gradle Check (Jenkins) Run Completed with:
|
@reta Commit ff1cd1a09042588f81fd0d5a1d81f5e2a63597e3 add systemd module for all linux and freebsd distributions |
@Ripolin the builds are failing, could you please rebase against lastest |
Signed-off-by: Florent David <[email protected]>
Signed-off-by: Florent David <[email protected]>
Signed-off-by: Florent David <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #3755 +/- ##
============================================
+ Coverage 70.47% 70.60% +0.12%
- Complexity 56617 56650 +33
============================================
Files 4557 4557
Lines 272683 272676 -7
Branches 40038 40034 -4
============================================
+ Hits 192163 192512 +349
+ Misses 64254 63882 -372
- Partials 16266 16282 +16
Continue to review full report at Codecov.
|
* Fix #3666 Signed-off-by: Florent David <[email protected]> * Fix linter issues Signed-off-by: Florent David <[email protected]> * Add systemd module in linux and freebsd archives Signed-off-by: Florent David <[email protected]> (cherry picked from commit 2858eb1)
* Fix #3666 Signed-off-by: Florent David <[email protected]> * Fix linter issues Signed-off-by: Florent David <[email protected]> * Add systemd module in linux and freebsd archives Signed-off-by: Florent David <[email protected]> (cherry picked from commit 2858eb1) Co-authored-by: Ripolin <[email protected]>
Description
PR to remove distribution check when using a Systemd notify service
Issues Resolved
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.