-
Notifications
You must be signed in to change notification settings - Fork 35
Review unmaintained wazuh-agent packages scripts options #730
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
Comments
Observations
|
As part of the research and applied changes, it was decided to separate the implementation of debug symbols for agent 5.0.0 for a later stage, therefore the following issue was created: |
Description
Hi team,
Some options in the packaging script are not actively maintained and may be removed or reworked to give them a useful utility.
packages/generate_package.sh
-j
option is given as an argument to call the script, but internally, we are always using $(nproc), we should decide if we want to keep this option and give it's functionality or remove it.-d
option debug symbols packages are not currently being generated for the5.0
version, this should be covered.--future
options seems to not be very used and we may remove it.--src
option would only work inrpm
packages.packages/macos/generate_wazuh_packages.sh
-d
as previouslymentioned debug symbols packages are not currently being generated for the5.0
version, this should be covered.packages/windows/generate_wazuh_msi.ps1
-j
option as an argument and internally uses all the available threads. This option should be added if we want to keep consistency with other scripts.The text was updated successfully, but these errors were encountered: