deloptes wrote:
Or should I try from time to time until it succeeds - cause it worked few weeks ago.
I found out some of the packages had left overs pointing to scm.trinitydesktop.org and the rest to Gitea. Seems when I was updating the sources time ago something went wrong for some of them. Luckily not many.
For example
tde/main/dependencies/akode$ cat .gitmodules [submodule "cmake"] path = cmake url = http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake
but
tde/main/dependencies/akode$ cat ../../../.git/modules/main/dependencies/akode/modules/cmake/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true worktree = ../../../../../../../main/dependencies/akode/cmake [remote "origin"] url = https://mirror.git.trinitydesktop.org/gitea/TDE/tde-common-cmake fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
so change into tde/main/dependencies/akode/cmake and set-url to Gitea solves it
regards