Update all subrepos to their latest upstream changes

This commit is contained in:
Sergey Nazarov 2024-03-20 00:33:12 +04:00
parent ef8acddc4b
commit fc86f0c553
4 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
*
.DS_Store
!.gitignore
!docker-compose.yml
!README.md

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "telegram-listener"]
path = telegram-listener
url = https://gitea.musk.fun/nocr/telegram-listener.git

1
telegram-listener Submodule

@ -0,0 +1 @@
Subproject commit b17f3dbd0aa341c449c1c21f4c21f8327a8f34f6

3
update-submodules.sh Executable file
View File

@ -0,0 +1,3 @@
git submodule update --init --recursive --remote
git add -A
git commit -m "Update all subrepos to their latest upstream changes"