On Sun July 21 2019 21:15:31 Michele Calgaro via trinity-devel wrote:
https://mirror.git.trinitydesktop.org/gitea/TDE/tde follow instruction in readme.md that is display at the end of the page above :-)
Hi Michele,
Thanks for the pointer.
Unfortunately it still requires the main repo in order to pull in the scripts to get started (see below).
I have to take be offline for an hour or two but I will try later to clone the scripts directly from the mirror and then use them as described in readme.md.
--Mike
$ git clone https://mirror.git.trinitydesktop.org/gitea/TDE/tde Cloning into 'tde'... remote: Counting objects: 96209, done. remote: Compressing objects: 100% (31922/31922), done. remote: Total 96209 (delta 67541), reused 90043 (delta 62746) Receiving objects: 100% (96209/96209), 33.94 MiB | 485.00 KiB/s, done. Resolving deltas: 100% (67541/67541), done. $ cd tde $ git submodule init -- scripts Submodule 'scripts' (https://system@scm.trinitydesktop.org/scm/git/scripts) registered for path 'scripts' $ git submodule update -- scripts Cloning into '/cache/TDE/tde/scripts'... fatal: unable to access 'https://system@scm.trinitydesktop.org/scm/git/scripts/': The requested URL returned error: 503 fatal: clone of 'https://system@scm.trinitydesktop.org/scm/git/scripts' into submodule path '/cache/TDE/tde/scripts' failed Failed to clone 'scripts'. Retry scheduled Cloning into '/cache/TDE/tde/scripts'... ^C $ git --version git version 2.20.1