trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: October 2019

Re: The requested URL returned error: 503

From: deloptes <deloptes@...>
Date: Tue, 01 Oct 2019 23:19:13 +0200
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/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