-
Notifications
You must be signed in to change notification settings - Fork 4.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
[Elastic Agent] Fix DEB/RPM installation #23038
Conversation
Pinging @elastic/ingest-management (Team:Ingest Management) |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
|
Test | Results |
---|---|
Failed | 0 |
Passed | 17378 |
Skipped | 1373 |
Total | 18751 |
/packaging |
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
* Update filename to not overwrite other file when package is built. * Add changelog. (cherry picked from commit 4807b3f)
* Update filename to not overwrite other file when package is built. * Add changelog. (cherry picked from commit 4807b3f)
Hi @EricDavisX We have performed regression testing for Linux deb/rpm on 7.10.2 BC1 Kibana cloud build. Build details is as follows:
We have execute test cases under test plan execution :
Please let us know if anything else is required to be covered. Thanks |
What does this PR do?
Fixes an issue where the DEB/RPM was writing the wrong file to
/usr/bin/elastic-agent
.Why is it important?
So DEB/RPM installations of Elastic Agent work.
Checklist
[ ] I have commented my code, particularly in hard-to-understand areas[ ] I have made corresponding changes to the documentation[ ] I have made corresponding change to the default configuration files[ ] I have added tests that prove my fix is effective or that my feature worksCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues