From 17777e311c825cdd1f26d8372ecfd958c5f7fe1a Mon Sep 17 00:00:00 2001 From: Enrique Araque Date: Wed, 15 Jan 2025 11:23:38 +0100 Subject: [PATCH 1/2] Change source branch for v4.10.1-rc1 --- builder.sh | 2 +- install_functions/installVariables.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder.sh b/builder.sh index 95d1b63..671263b 100755 --- a/builder.sh +++ b/builder.sh @@ -16,7 +16,7 @@ readonly resources_certs="${base_path_builder}/cert_tool" readonly resources_passwords="${base_path_builder}/passwords_tool" readonly resources_common="${base_path_builder}/common_functions" readonly resources_download="${base_path_builder}/downloader" -source_branch="v4.10.1" +source_branch="v4.10.1-rc1" function getHelp() { diff --git a/install_functions/installVariables.sh b/install_functions/installVariables.sh index 3335695..90dd338 100644 --- a/install_functions/installVariables.sh +++ b/install_functions/installVariables.sh @@ -11,7 +11,7 @@ readonly wazuh_major="4.10" readonly wazuh_version="4.10.1" readonly filebeat_version="7.10.2" readonly wazuh_install_vesion="0.1" -source_branch="v${wazuh_version}" +source_branch="v${wazuh_version}-rc1" repogpg="https://packages.wazuh.com/key/GPG-KEY-WAZUH" repobaseurl="https://packages.wazuh.com/4.x" From 1ac42fd80ab577149b7a87a9265ca38a16a42ec1 Mon Sep 17 00:00:00 2001 From: Enrique Araque Date: Wed, 15 Jan 2025 11:29:08 +0100 Subject: [PATCH 2/2] Revert source branch for 4.10.1-rc1 --- builder.sh | 2 +- install_functions/installVariables.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder.sh b/builder.sh index 671263b..95d1b63 100755 --- a/builder.sh +++ b/builder.sh @@ -16,7 +16,7 @@ readonly resources_certs="${base_path_builder}/cert_tool" readonly resources_passwords="${base_path_builder}/passwords_tool" readonly resources_common="${base_path_builder}/common_functions" readonly resources_download="${base_path_builder}/downloader" -source_branch="v4.10.1-rc1" +source_branch="v4.10.1" function getHelp() { diff --git a/install_functions/installVariables.sh b/install_functions/installVariables.sh index 90dd338..3335695 100644 --- a/install_functions/installVariables.sh +++ b/install_functions/installVariables.sh @@ -11,7 +11,7 @@ readonly wazuh_major="4.10" readonly wazuh_version="4.10.1" readonly filebeat_version="7.10.2" readonly wazuh_install_vesion="0.1" -source_branch="v${wazuh_version}-rc1" +source_branch="v${wazuh_version}" repogpg="https://packages.wazuh.com/key/GPG-KEY-WAZUH" repobaseurl="https://packages.wazuh.com/4.x"