-
Notifications
You must be signed in to change notification settings - Fork 98
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
c-bordon
merged 3 commits into
4.10.0
from
enhancement/wia-19-installation-assistant-removal
Aug 28, 2024
Merged
Deleted installation assistant related files and references #3089
c-bordon
merged 3 commits into
4.10.0
from
enhancement/wia-19-installation-assistant-removal
Aug 28, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 tasks
teddytpc1
requested changes
Aug 27, 2024
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) |
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.
The same for the builder_files
variable.
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.
Done in 147f6d5.
teddytpc1
approved these changes
Aug 28, 2024
c-bordon
approved these changes
Aug 28, 2024
MarcelKemp
approved these changes
Aug 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 deletedtests
folder deleted. This folder only contains tests about the installation assistantbump_version.py
script.gitignore
file