Skip to content
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

Deleted installation assistant related files and references #3089

Merged
merged 3 commits into from
Aug 28, 2024

Conversation

davidcr01
Copy link
Contributor

Description

Due to wazuh/wazuh-installation-assistant#19, the Wazuh installation assistant files and references have been migrated to the wazuh-installation-assistant repository. In summary, the changes are the following:

  • unattended_installer folder deleted
  • tests folder deleted. This folder only contains tests about the installation assistant
  • Deleted installation assistant references in the bump_version.py script
  • Deleted installation assistant references in the .gitignore file
  • Deleted password tool, shellcheck and offline installation workflows

bump_version.py Show resolved Hide resolved
bump_version.py Outdated
@@ -150,8 +137,6 @@ def bump_file_list(file_list, regex_replacement):
bump_file_list(pkginfo_files,pkginfo_files_dict)
bump_file_list(pkgproj_files,pkgproj_files_dict)
bump_file_list(test_files,test_files_dict)
bump_file_list(install_variables_files,install_variables_files_dict)
bump_file_list(unattended_builder_files,unattended_builder_files_dict)
bump_file_list(changelog_md_files,changelog_md_files_dict)
bump_file_list(VERSION_files,VERSION_files_dict)
bump_file_list(builder_files,builder_files_dict)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same for the builder_files variable.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 147f6d5.

@davidcr01 davidcr01 requested a review from teddytpc1 August 28, 2024 07:36
@c-bordon c-bordon merged commit 20e0055 into 4.10.0 Aug 28, 2024
@c-bordon c-bordon deleted the enhancement/wia-19-installation-assistant-removal branch August 28, 2024 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate the Wazuh unattended scripts related files to wazuh-installation-assistant
4 participants