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 wrote: > 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 0af6751..2c1846b 100755 --- a/do

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 wrote: > On Fri, Jun 10, 2011 at 11:57 AM, Norbert Thiebaud > 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 and putting the output in a

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 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 and putting the output in a file make for a > big and ugly log file. > At the very least

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 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 master? Luke,

[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 0af6