Re: [Interest] Reduce band-with usage while cloning qt

2017-02-08 Thread Thiago Macieira
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

Re: [Interest] Reduce band-with usage while cloning qt

2017-02-08 Thread Soroush Rabiei
> 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

Re: [Interest] Reduce band-with usage while cloning qt

2017-02-08 Thread Sérgio Martins
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

Re: [Interest] Reduce band-with usage while cloning qt

2017-02-08 Thread Jean-Michaël Celerier
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

[Interest] Reduce band-with usage while cloning qt

2017-02-08 Thread Soroush Rabiei
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,