[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: watch file problem



> Od: Sebastian Harl <tokkee@debian.org>

Hi Sebastian,

> On Wed, Aug 05, 2009 at 01:19:15PM +0200, Jarom?r Mike? wrote:
> > I am building package from source downloaded here:
> > https://launchpad.net/invada-studio/+download
> > 
> > and this is file I would like to monitor by watch file:
> > invada-studio-plugins_0.3.1-nopkg.tar.gz 
> > 
> > I tried this forms in watch file:
> >
> https://launchpad.net/invada-studio/+download/invada-studio-plugins_(.*)\.tar\.gz
> 
> >
> https://launchpad.net/invada-studio/+download/invada-studio-plugins_(.*)\-nopkg\.tar\.gz
> >
> https://launchpad.net/invada-studio/+download/invada-studio-plugins_(.*-nopkg)\.tar\.gz
> 
> The tar-balls cannot be found in [1] directly but rather in sub-
> directories of [2]. However, you'll find links to the files on [1]. You
> can thus use the format '<url> <pattern>' which will then download the
> website found at <url> and scan it for hrefs (i.e. <a href="...">)
> matching <pattern> (see the uscan(1) manpage for details). Your watch
> file thus should look something like this:
> 
> https://launchpad.net/invada-studio/+download/ \
>    
> http://launchpad.net/invada-studio/ladspa/\d\.\d/\+download/invada-studio-plugins_(.*)-nopkg.tar.gz
> 
> HTH,
> Sebastian
> 
> [1] <https://launchpad.net/invada-studio/+download>
> [2] <https://launchpad.net/invada-studio/>
> 
> -- 

That's working perfectly for me ;)
Thanks a lot 

regards

mira
 


Reply to: