Dne po 22. července 2019 Mike Bird napsal(a): > Thanks for the pointers. This seems to work for cloning the mirror > repo when the main repo is unavailable for retrieving scripts: > > git clone https://mirror.git.trinitydesktop.org/gitea/TDE/tde > git clone https://mirror.git.trinitydesktop.org/gitea/TDE/scripts > cd tde > ../scripts/switch_all_submodules_to_head_and_clean anonymous > rm -rf ../scripts > > --Mike > Here is one simplification: git clone https://mirror.git.trinitydesktop.org/gitea/TDE/tde git clone https://mirror.git.trinitydesktop.org/gitea/TDE/scripts tde/scripts cd tde ../scripts/switch_all_submodules_to_head_and_clean anonymous ...because scripts can be cloned directly to the desired location in the main 'tde' module, so we can remove git submodule init and update from the original instructions. I think that this way we can edit it in Readme.md. What is your opinion? Cheers -- Slávek
Attachment:
signature.asc
Description: This is a digitally signed message part.