diff --git a/Makefile b/Makefile index 2644b7d..58bfaa7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# git helper Makefile: Version 2.0 (2025-08-05) +# git helper Makefile: Version 2.1 (2025-08-05) default: help .ONESHELL: @@ -33,6 +33,7 @@ localinit: init: print_head # Init git repo if [[ -e $(GIT_FLAG) ]]; then + echo -e "\033[1;33mInitialising git submodules...\e[0m" git submodule init git submodule update fi @@ -43,10 +44,12 @@ init: print_head # Create venv if needed if [[ -e $(VENV_FLAG) ]]; then if [[ ! -e $(VENV_FOLDER) ]]; then + echo -e "\033[1;33mCreating virtual env...\e[0m" mkvenv fi fi # Start local init + echo -e "\033[1;33mDoing localinit...\e[0m" $(MAKE) localinit update_submodules: diff --git a/journaliser b/journaliser index 99adc15..bd570cd 160000 --- a/journaliser +++ b/journaliser @@ -1 +1 @@ -Subproject commit 99adc1514ce3ad69715705f6e2fcb788ae838912 +Subproject commit bd570cd4eac22342c509a25c785a71927554661f diff --git a/loggy b/loggy index f7b6860..82ff5d6 160000 --- a/loggy +++ b/loggy @@ -1 +1 @@ -Subproject commit f7b686063252024e3c967f4c4c136cc47f083f91 +Subproject commit 82ff5d6b0a2d5e0007371d849fb615fe99f01444 diff --git a/mqtt_sniffer b/mqtt_sniffer index 0b0a4ce..d8ae77a 160000 --- a/mqtt_sniffer +++ b/mqtt_sniffer @@ -1 +1 @@ -Subproject commit 0b0a4ced50e2bc88544f4e5fec7c2e02915a97cc +Subproject commit d8ae77ac46049ff6dec854c8375d1d1fd1be35dc diff --git a/nemo b/nemo index 2975023..a470645 160000 --- a/nemo +++ b/nemo @@ -1 +1 @@ -Subproject commit 297502300948b99e77eee8db3ac3915502c5a1d0 +Subproject commit a470645070871ca7297081d3ceae767bd3126db6 diff --git a/netst b/netst index f2b8f29..5605f6e 160000 --- a/netst +++ b/netst @@ -1 +1 @@ -Subproject commit f2b8f296a42622896e65242963fe4b0467c8b08b +Subproject commit 5605f6e8595676bdb95f0b0d3501eb795bdf366e diff --git a/ptpython b/ptpython index ac7f477..21e0c13 160000 --- a/ptpython +++ b/ptpython @@ -1 +1 @@ -Subproject commit ac7f4779c9f736d70c71a0113e6bd4f960f7d0e9 +Subproject commit 21e0c13c26c0f95d53f962874636735937954e82 diff --git a/pyrip b/pyrip index 29b11cd..179c97c 160000 --- a/pyrip +++ b/pyrip @@ -1 +1 @@ -Subproject commit 29b11cdeb142c5b69a99338bc5cef513941bff5f +Subproject commit 179c97cdf8752cb512867c1e3ea5004ff513033e diff --git a/starter b/starter index 3f916ee..639ce92 160000 --- a/starter +++ b/starter @@ -1 +1 @@ -Subproject commit 3f916eed57fa0a3b513ca901f14b980cb5e3e414 +Subproject commit 639ce92eacf8fd08bd946d91df0d120461f6bbf0