From 5d4b91f35f6ca97ba3eb49720e1c454f911c0c14 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 4 Jun 2024 01:41:36 +0200 Subject: [PATCH] refactor(compose): Refactor for upstream correctness (#1) --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4e4ebc0..faf4090 100644 --- a/README.md +++ b/README.md @@ -178,20 +178,20 @@ while IFS= read -r; do commitDate=$(grep -Pio '^.+?(?=[[:space:]])' <<< "${REPLY # Output goes like: ... -2023-03-07-191829 9f2e726e554b23595489eb66c8e11e5d114b573f 6.4.0 -2023-04-03-105513 9f16f6d773a2a46f1595c86077899d1e040db283 6.4.1 -2023-04-25-133446 0fa87156974e799e04bf99e5300bad6830d754ab 6.4.2 -2023-05-30-151931 d7b0eab80723a2c562a13ee866c4cd384af96d3b 6.4.3 -2023-06-27-133008 482e21c7803c2878e522aba0325bf04533efa61a 6.4.4 +2024-02-01-100454 4d62e7af5cf884763c5e66a5e376a77972fb632f 6.4.11 +2024-02-26-142242 a4e950ac473a82c2982ed2ebb5b82e4b2204e78a 6.4.12 +2024-03-25-175845 6b85028331f30dcd3440888d846babd12eb01ae2 6.4.13 +2024-04-22-124800 7cb4ec29d4c34f006f2c92403022fb32eb778276 6.4.14 +2024-05-21-131508 170db44b637acdb37d3c0f7b71d623c5488446e4 6.4.15 ... ``` Diff them ``` -git -C '/opt/git/github.com/zabbix/zabbix-docker/branches/latest' diff d7b0eab80723a2c562a13ee866c4cd384af96d3b 482e21c7803c2878e522aba0325bf04533efa61a 'docker-compose_v3_alpine_pgsql_latest.yaml' +git -C '/opt/git/github.com/zabbix/zabbix-docker/branches/latest' diff a4e950ac473a82c2982ed2ebb5b82e4b2204e78a 170db44b637acdb37d3c0f7b71d623c5488446e4 .env env_vars docker-compose_v3_alpine_pgsql_latest.yaml compose_zabbix_components.yaml compose_databases.yaml ``` -Output will be empty in case no difference exists in `docker-compose_v3_alpine_pgsql_latest.yaml` between both commit hashes. +Output will be empty in case no difference exists in any of the files between both commit hashes. Commit your updated patch file into _this_ repo. With a new working patch in hand head back up to [Upgrade an existing repo](#upgrade-an-existing-repo).