You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On #527, we detected that we were using different Debian packages scripts made on our own, instead of using these from OpenSearch present in the repo, These include compatibility to systemd, service and other service managers.
Moreover, it may benefit from other feature such as removing configuration files on apt purge.
The goal is to migrate our changes and use these Debian packages scripts, removing duplicated code.
Functional requirements
The wazuh-indexer deb packages use the scripts from upstream
The wazuh-indexer deb packages scripts don't miss any functionality from the scripts currently in use.
Implementation restrictions
Inputs and outputs of the assemble.sh must not change.
Plan
Update the assemble.sh script to use the scripts on distribution/packages/src/common.
Port the required changes from distribution/packages/src/deb.
The text was updated successfully, but these errors were encountered:
Description
On #527, we detected that we were using different Debian packages scripts made on our own, instead of using these from OpenSearch present in the repo, These include compatibility to
systemd
,service
and other service managers.Moreover, it may benefit from other feature such as removing configuration files on
apt purge
.The goal is to migrate our changes and use these Debian packages scripts, removing duplicated code.
Functional requirements
wazuh-indexer
deb packages use the scripts from upstreamwazuh-indexer
deb packages scripts don't miss any functionality from the scripts currently in use.Implementation restrictions
assemble.sh
must not change.Plan
assemble.sh
script to use the scripts ondistribution/packages/src/common
.distribution/packages/src/deb
.The text was updated successfully, but these errors were encountered: