submodule update + Makefile update to v2.6
This commit is contained in:
parent
4c0902ceee
commit
29cec14cfd
6
Makefile
6
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
|
default: help
|
||||||
|
|
||||||
.ONESHELL:
|
.ONESHELL:
|
||||||
@ -73,9 +73,9 @@ init: print_head
|
|||||||
if [[ $$OUT =~ "Successfully installed" ]]; then
|
if [[ $$OUT =~ "Successfully installed" ]]; then
|
||||||
echo -e " * \033[1;32m$$req_mod installed.\e[0m"
|
echo -e " * \033[1;32m$$req_mod installed.\e[0m"
|
||||||
elif [[ $$OUT =~ "already satisfied" ]]; then
|
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
|
else
|
||||||
echo -e " * \033[1;31m$$req_mod installation FAILED!\e[0m"
|
echo -e " * \033[1;31m$$req_mod FAILED!\e[0m"
|
||||||
#echo $$OUT
|
#echo $$OUT
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
2
caching
2
caching
@ -1 +1 @@
|
|||||||
Subproject commit c0a8e32b60610eac7f56b02b69f6fb110175ed01
|
Subproject commit 382e029b83ce1ec9ca825e3e33d0bd5afbafcd5b
|
2
fstools
2
fstools
@ -1 +1 @@
|
|||||||
Subproject commit c0c4f4f56e9bdd5c202df3655dfad4c34ca26f63
|
Subproject commit 22f5af3bca4e4125ee92d30f7797590116188fab
|
2
mqtt
2
mqtt
@ -1 +1 @@
|
|||||||
Subproject commit 95dda53a55b40591bbd5200ae5ea8c354610b913
|
Subproject commit c2b32852127bc1a3aca078a2dad3993f46cb81c2
|
2
report
2
report
@ -1 +1 @@
|
|||||||
Subproject commit 7fe492dce2c2d7429a03560e1d14f68108577f51
|
Subproject commit 152690007a3b87ee0047bcad78b2673111ff1928
|
@ -1 +1 @@
|
|||||||
Subproject commit 2ffcdf2d59b5621b46973b16130e410ba146c949
|
Subproject commit e4d0f574d78382f7265690e5a5afb3fd16cbe009
|
@ -1 +1 @@
|
|||||||
Subproject commit 6142649b3de313f2a1ef65441ae14423c0cf8cd0
|
Subproject commit 5bcee073a4dd73123b4f6c1e1994d1c397896748
|
@ -1 +1 @@
|
|||||||
Subproject commit c7aced7c3f708e81ccbb17163267f96642dd5381
|
Subproject commit a57fa2b3de704c1b9177815f73b2b593310b7be3
|
2
unittest
2
unittest
@ -1 +1 @@
|
|||||||
Subproject commit ebe59a7b6e958fa5334f81d41cc02aeb6749cb1c
|
Subproject commit e3073141d24c0cd4681b6c57a0967a5506fb35e8
|
Loading…
x
Reference in New Issue
Block a user