From 29cec14cfde137d6946bbcff226470d8c84bc321 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 14 Sep 2025 15:12:41 +0200 Subject: [PATCH] submodule update + Makefile update to v2.6 --- Makefile | 6 +++--- caching | 2 +- fstools | 2 +- mqtt | 2 +- report | 2 +- rpi_envsens | 2 +- stringtools | 2 +- tcp_socket | 2 +- unittest | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 1503a9f..c1dafce 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# git helper Makefile: Version 2.5 (2025-08-11) +# git helper Makefile: Version 2.6 (2025-08-11) default: help .ONESHELL: @@ -73,9 +73,9 @@ init: print_head if [[ $$OUT =~ "Successfully installed" ]]; then echo -e " * \033[1;32m$$req_mod installed.\e[0m" elif [[ $$OUT =~ "already satisfied" ]]; then - echo -e " * \033[1;36m$$req_mod already installed.\e[0m" + echo -e " * \033[1;36m$$req_mod already available.\e[0m" else - echo -e " * \033[1;31m$$req_mod installation FAILED!\e[0m" + echo -e " * \033[1;31m$$req_mod FAILED!\e[0m" #echo $$OUT fi fi diff --git a/caching b/caching index c0a8e32..382e029 160000 --- a/caching +++ b/caching @@ -1 +1 @@ -Subproject commit c0a8e32b60610eac7f56b02b69f6fb110175ed01 +Subproject commit 382e029b83ce1ec9ca825e3e33d0bd5afbafcd5b diff --git a/fstools b/fstools index c0c4f4f..22f5af3 160000 --- a/fstools +++ b/fstools @@ -1 +1 @@ -Subproject commit c0c4f4f56e9bdd5c202df3655dfad4c34ca26f63 +Subproject commit 22f5af3bca4e4125ee92d30f7797590116188fab diff --git a/mqtt b/mqtt index 95dda53..c2b3285 160000 --- a/mqtt +++ b/mqtt @@ -1 +1 @@ -Subproject commit 95dda53a55b40591bbd5200ae5ea8c354610b913 +Subproject commit c2b32852127bc1a3aca078a2dad3993f46cb81c2 diff --git a/report b/report index 7fe492d..1526900 160000 --- a/report +++ b/report @@ -1 +1 @@ -Subproject commit 7fe492dce2c2d7429a03560e1d14f68108577f51 +Subproject commit 152690007a3b87ee0047bcad78b2673111ff1928 diff --git a/rpi_envsens b/rpi_envsens index 2ffcdf2..e4d0f57 160000 --- a/rpi_envsens +++ b/rpi_envsens @@ -1 +1 @@ -Subproject commit 2ffcdf2d59b5621b46973b16130e410ba146c949 +Subproject commit e4d0f574d78382f7265690e5a5afb3fd16cbe009 diff --git a/stringtools b/stringtools index 6142649..5bcee07 160000 --- a/stringtools +++ b/stringtools @@ -1 +1 @@ -Subproject commit 6142649b3de313f2a1ef65441ae14423c0cf8cd0 +Subproject commit 5bcee073a4dd73123b4f6c1e1994d1c397896748 diff --git a/tcp_socket b/tcp_socket index c7aced7..a57fa2b 160000 --- a/tcp_socket +++ b/tcp_socket @@ -1 +1 @@ -Subproject commit c7aced7c3f708e81ccbb17163267f96642dd5381 +Subproject commit a57fa2b3de704c1b9177815f73b2b593310b7be3 diff --git a/unittest b/unittest index ebe59a7..e307314 160000 --- a/unittest +++ b/unittest @@ -1 +1 @@ -Subproject commit ebe59a7b6e958fa5334f81d41cc02aeb6749cb1c +Subproject commit e3073141d24c0cd4681b6c57a0967a5506fb35e8