[SOLVED] Re: Stuck trying to recreate local repo from scratch

Julien Nabet serval2412 at yahoo.fr
Sat Oct 3 17:46:59 UTC 2020


On 03/10/2020 17:30, Thorsten Behrens wrote:
> Hi Julien,
>
> julien2412 wrote:
>> But now I can't get "translations" repo when trying building with make.
>> [...]
>> Any idea what I missed?
>>
> translations repo is huge, and has several very large blobs.
>
> Without any other error message, I'd assume it's not actually stuck,
> just takes a very long time. As a fallback, grab the bundle repo from
> here (easier to see progress during download):
>
>   https://dev-www.libreoffice.org/bundles/libreoffice-translations.tar.bz2

Thank you Thorsten for your feedback. I didn't remember it was so long.

Finally, I changed .gitmodules to have:

[submodule "dictionaries"]
 ������� path = dictionaries
 ������� url = https://gerrit.libreoffice.org/dictionaries
 ������� branch = .
[submodule "helpcontent2"]
 ������� path = helpcontent2
 ������� url = https://gerrit.libreoffice.org/help
 ������� branch = .
[submodule "translations"]
 ������� path = translations
 ������� url = https://gerrit.libreoffice.org/translations
 ������� branch = .

and used:

url = https://gerrit.libreoffice.org/translations

and it worked.

Julien


More information about the LibreOffice mailing list