On quarta-feira, 8 de fevereiro de 2017 21:52:16 PST Soroush Rabiei wrote:
> > Do you really need all Qt modules ? The way to save most bandwidth
> > would be to clone qtbase, qtdeclarative and whatever you need
> > directly.
>
> I am cloning only qtbase and it's still big for my connection.
If y
> Do you really need all Qt modules ? The way to save most bandwidth
> would be to clone qtbase, qtdeclarative and whatever you need
> directly.
I am cloning only qtbase and it's still big for my connection.
I'll try that. thanks.
___
Interest mailing l
On Wed, Feb 8, 2017 at 5:20 PM, Soroush Rabiei wrote:
> Greetings
>
> I'm having a hard time trying to clone Qt git repository using a
> low-band internet connection.
>
> How can I make `init-repository' script to pass `--depth=1' to `git
> clone' ? I think it worth an additional comman-line argum
You can try the following when cloning :
git clone url://of/qt5.git --recursive --shallow-submodules
---
Jean-Michaël Celerier
http://www.jcelerier.name
On Wed, Feb 8, 2017 at 6:20 PM, Soroush Rabiei
wrote:
> Greetings
>
> I'm having a hard time trying to clone Qt git repository usi
Greetings
I'm having a hard time trying to clone Qt git repository using a
low-band internet connection.
How can I make `init-repository' script to pass `--depth=1' to `git
clone' ? I think it worth an additional comman-line argument for
init-repository, Qt's git history is really big.
Regards,