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

Re: watch file problem



Hi mira,

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/>

-- 
Sebastian "tokkee" Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety.         -- Benjamin Franklin

Attachment: signature.asc
Description: Digital signature


Reply to: