Re: [Libreoffice] [PATCH] Show progress bars when downloading external dependencies

2011-06-11 Thread Luke Symes
On Fri, Jun 10, 2011 at 12:21 PM, Norbert Thiebaud nthieb...@gmail.comwrote: give it a try and look a what the log looks like ... I think the log looks quite good with --progress=dot:mega. Could this get pushed to master? Regards, Luke. diff --git a/download b/download index

[Libreoffice] [PATCH] Show progress bars when downloading external dependencies

2011-06-09 Thread Luke Symes
Hi, When I was running make fetch, I found myself wanting to know the progress of the downloads, as my internet is by no means instantaneous. So, I found how to make wget display a nice progress bar. Could this be added to master? Kind regards, Luke. diff --git a/download b/download index

Re: [Libreoffice] [PATCH] Show progress bars when downloading external dependencies

2011-06-09 Thread Norbert Thiebaud
On Thu, Jun 9, 2011 at 6:36 PM, Luke Symes allsy...@gmail.com wrote: Hi, When I was running make fetch, I found myself wanting to know the progress of the downloads, as my internet is by no means instantaneous. So, I found how to make wget display a nice progress bar. Could this be added to

Re: [Libreoffice] [PATCH] Show progress bars when downloading external dependencies

2011-06-09 Thread Luke Symes
On Fri, Jun 10, 2011 at 11:57 AM, Norbert Thiebaud nthieb...@gmail.comwrote: The reason wget does not show the progress bar unless you force it to, is because the output, here, is piped to a file. presenting progress bar and putting the output in a file make for a big and ugly log file. At

Re: [Libreoffice] [PATCH] Show progress bars when downloading external dependencies

2011-06-09 Thread Norbert Thiebaud
On Thu, Jun 9, 2011 at 7:12 PM, Luke Symes allsy...@gmail.com wrote: On Fri, Jun 10, 2011 at 11:57 AM, Norbert Thiebaud nthieb...@gmail.com wrote: The reason wget does not show the progress bar unless you force it to, is because the output, here,  is piped to a file. presenting progress bar