Change submodule URLs from ALM to GitHub
Some checks failed
BotServer CI / build (push) Failing after 11s

Remove ALM remote references to avoid authentication prompts when cloning.
All submodules now point to their GitHub repositories.
This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-02-05 20:51:24 -03:00
parent 93e46dfdaa
commit f67e25fcd3

22
.gitmodules vendored
View file

@ -1,42 +1,42 @@
[submodule "botapp"] [submodule "botapp"]
path = botapp path = botapp
url = https://alm.pragmatismo.com.br/GeneralBots/botapp.git url = https://github.com/GeneralBots/botapp.git
[submodule "botserver"] [submodule "botserver"]
path = botserver path = botserver
url = https://alm.pragmatismo.com.br/GeneralBots/botserver.git url = https://github.com/GeneralBots/BotServer.git
[submodule "botlib"] [submodule "botlib"]
path = botlib path = botlib
url = https://alm.pragmatismo.com.br/GeneralBots/botlib.git url = https://github.com/GeneralBots/botlib.git
[submodule "botui"] [submodule "botui"]
path = botui path = botui
url = https://alm.pragmatismo.com.br/GeneralBots/botui.git url = https://github.com/GeneralBots/botui.git
[submodule "botbook"] [submodule "botbook"]
path = botbook path = botbook
url = https://alm.pragmatismo.com.br/GeneralBots/botbook.git url = https://github.com/GeneralBots/botbook.git
[submodule "bottest"] [submodule "bottest"]
path = bottest path = bottest
url = https://alm.pragmatismo.com.br/GeneralBots/bottest.git url = https://github.com/GeneralBots/bottest.git
[submodule "botdevice"] [submodule "botdevice"]
path = botdevice path = botdevice
url = https://alm.pragmatismo.com.br/GeneralBots/botdevice.git url = https://github.com/GeneralBots/botdevice.git
[submodule "botmodels"] [submodule "botmodels"]
path = botmodels path = botmodels
url = https://alm.pragmatismo.com.br/GeneralBots/botmodels.git url = https://github.com/GeneralBots/botmodels.git
[submodule "botplugin"] [submodule "botplugin"]
path = botplugin path = botplugin
url = https://alm.pragmatismo.com.br/GeneralBots/botplugin.git url = https://github.com/GeneralBots/botplugin.git
[submodule "bottemplates"] [submodule "bottemplates"]
path = bottemplates path = bottemplates
url = https://alm.pragmatismo.com.br/GeneralBots/bottemplates.git url = https://github.com/GeneralBots/bottemplates.git
[submodule ".github"] [submodule ".github"]
path = .github path = .github
url = https://alm.pragmatismo.com.br/GeneralBots/.github.git url = https://github.com/GeneralBots/.github.git