Federico Caffieri
Federico Caffieri
### Udate report The case was analyzed for both rpm and deb: --- #### RPM RPM doesn't support this this situation natively. The only way that would apparently solve the...
### Update report Implemented the following change for rpm: ``` %pre echo "check dolar: ${1} fin" if [ $1 = 2 ];then echo "Check version to prevent downgrade..." # Check...
### Update report I continue to investigate the following error: `SSL connection: io.netty.handler.ssl.NotSslRecordException: not an SSL/TLS record`. So far I found the following points as possible causes: - Certificate problem,...
### Update report The following branches were generated: - wazuh-packages: > 1887-parameterize-repository-to 4.4 - wazuh-jenkins: > 1887-parameterize-repository-to4.4 New parameter added for rpm: ``` Repository: %{_repository} runuser %{USER} --shell="/bin/bash" --command="%{buildroot}%{INSTALL_DIR}/bin/opensearch-dashboards-plugin install...
### Update report After talking with the team, the conclusion was reached that they would try to make the use of the repository as flexible as possible. For this, 3...
### Update report #### Test's: #### RPM: Test with path to repository ``` $ ./build_package.sh -a x86_64 -r 1 --app-url "warehouse/test/4.4" Sending build context to Docker daemon 14.34kB Step 1/8...
### Update report ## Tests #### DEB: Test with path to repository ``` $ ./build_package.sh -a amd64 -r 1 --app-url "warehouse/test/4.4" Sending build context to Docker daemon 14.34kB Step 1/8...
### Update report The issue is practically ready, the local tests were ok and from Jenkins, although they were ok, then I found the following problem. To realise the tests...
### Update report The problem was solved by adding the dependency between the containers and marking the base container as non-essential since otherwise it does not allow you to add...
### Update report ### Tasks - I was working on the changes suggested in the PR #1904 review - The `builder.sh` file uploaded by mistake was removed. - Changed the...