Hi in many submodules I see url = scm.trinitydesktop.org/scm/git/tde-common-admin or url = https://system@scm.trinitydesktop.org/scm/git/tde-common-admin
However when I change it to url = https://mirror.git.trinitydesktop.org/gitea/TDE/tde-common-admin
I am told that the .gitmodules file was changed and has to be checked in or stashed.
I wouldn't bother touching it, but 1. scm.trinitydesktop.org is not usable for me 2. it is not working from time to time
What do you have at your end and how is it working for you?
On 2026/04/15 03:52 AM, deloptes via tde-devels wrote:
Hi in many submodules I see url = scm.trinitydesktop.org/scm/git/tde-common-admin or url = https://system@scm.trinitydesktop.org/scm/git/tde-common-admin
However when I change it to url = https://mirror.git.trinitydesktop.org/gitea/TDE/tde-common-admin
I am told that the .gitmodules file was changed and has to be checked in or stashed.
I wouldn't bother touching it, but 1. scm.trinitydesktop.org is not usable for me 2. it is not working from time to time
What do you have at your end and how is it working for you?
Hi Emanoil, this is the entry in my file for the common admin module for example:
[submodule "main/common/admin"] path = main/common/admin url = https://system@scm.trinitydesktop.org/scm/git/tde-common-admin
but you need to change the remote origin for all repos like that:
$ git re --v origin gitea@mirror.git.trinitydesktop.org:TDE/tde-common-admin.git (fetch) origin gitea@mirror.git.trinitydesktop.org:TDE/tde-common-admin.git (push)
so you work out of TGW on VPS.
cheers Michele
Michele Calgaro via tde-devels wrote:
git re --v
I have this here
$ git remote --v origin https://mirror.git.trinitydesktop.org/gitea/TDE/tde (fetch) origin https://mirror.git.trinitydesktop.org/gitea/TDE/tde (push)
but the admin module points to scm.trinitydesktop.org, so I get following
Fetching submodule admin warning: redirecting to https://scm.trinitydesktop.org/gitea/TDE/tde-common-admin/