From dc447df707e4e2ff837fde856f40913db3223344 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 14 Sep 2025 15:19:51 +0200 Subject: [PATCH] Makefile update to v2.6 --- Makefile | 6 +++--- pylibs/caching | 2 +- pylibs/fstools | 2 +- pylibs/helpers | 2 +- pylibs/report | 2 +- pylibs/socket_protocol | 2 +- pylibs/state_machine | 2 +- pylibs/stringtools | 2 +- pylibs/task | 2 +- pylibs/tcp_socket | 2 +- 10 files changed, 12 insertions(+), 12 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/pylibs/caching b/pylibs/caching index 3d79e80..382e029 160000 --- a/pylibs/caching +++ b/pylibs/caching @@ -1 +1 @@ -Subproject commit 3d79e803f62d92b860d4f8241ed2e8e1f7c16934 +Subproject commit 382e029b83ce1ec9ca825e3e33d0bd5afbafcd5b diff --git a/pylibs/fstools b/pylibs/fstools index ef8d79b..22f5af3 160000 --- a/pylibs/fstools +++ b/pylibs/fstools @@ -1 +1 @@ -Subproject commit ef8d79b1871839b662aa823c30ce912580995265 +Subproject commit 22f5af3bca4e4125ee92d30f7797590116188fab diff --git a/pylibs/helpers b/pylibs/helpers index 9b04dc4..c08d5f4 160000 --- a/pylibs/helpers +++ b/pylibs/helpers @@ -1 +1 @@ -Subproject commit 9b04dc44607422052acc78d7cf191d1a43fcded6 +Subproject commit c08d5f48f1530dc7169c8234c93c12f8f1331ce2 diff --git a/pylibs/report b/pylibs/report index a7fd940..1526900 160000 --- a/pylibs/report +++ b/pylibs/report @@ -1 +1 @@ -Subproject commit a7fd9404aa9fb3c977e38bee6aa6c794dbb04b1d +Subproject commit 152690007a3b87ee0047bcad78b2673111ff1928 diff --git a/pylibs/socket_protocol b/pylibs/socket_protocol index 449086b..877ba5a 160000 --- a/pylibs/socket_protocol +++ b/pylibs/socket_protocol @@ -1 +1 @@ -Subproject commit 449086b7c2f4055b409ef61301d36fbceef3aa4f +Subproject commit 877ba5a47b605067e134ad7c51c378f14dc76a35 diff --git a/pylibs/state_machine b/pylibs/state_machine index 2653d49..eaa2c53 160000 --- a/pylibs/state_machine +++ b/pylibs/state_machine @@ -1 +1 @@ -Subproject commit 2653d49a3e1eec2dec148b2eb77f83b1b3b9c176 +Subproject commit eaa2c53e82e8260e5055db7ce8663b3e89957895 diff --git a/pylibs/stringtools b/pylibs/stringtools index 9054a66..6142649 160000 --- a/pylibs/stringtools +++ b/pylibs/stringtools @@ -1 +1 @@ -Subproject commit 9054a66a6d8a5ffbac4c729b476da4c5102d186d +Subproject commit 6142649b3de313f2a1ef65441ae14423c0cf8cd0 diff --git a/pylibs/task b/pylibs/task index 93ada5f..bb6f7ea 160000 --- a/pylibs/task +++ b/pylibs/task @@ -1 +1 @@ -Subproject commit 93ada5fc6d4f945fbc7d5533465b13b7a951f976 +Subproject commit bb6f7ea26f24481cba7218256e47572fa84db478 diff --git a/pylibs/tcp_socket b/pylibs/tcp_socket index d8683e0..c7aced7 160000 --- a/pylibs/tcp_socket +++ b/pylibs/tcp_socket @@ -1 +1 @@ -Subproject commit d8683e060658ad6da5a3b1e62b29842536737483 +Subproject commit c7aced7c3f708e81ccbb17163267f96642dd5381