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

Re: debian/watch - check multiple hosts?



On Tue, Dec 29, 2015 at 3:24 PM, Andreas Metzler wrote:

> is it possible to have uscan check multiple hosts? e.g.
> for GNU findutils I would like to look at both stable and unstable
> releases i.e. combining these two watchfiles:

uscan already supports this, add two sites in one watch file:
version=3
opts=pgpsigurlmangle=s/$/.sig/ \
ftp://alpha.gnu.org/gnu/findutils/findutils-([\d\.\d]+)\.tar\.(?:gz|bz2|xz)
opts=pgpsigurlmangle=s/$/.sig/ \
ftp://ftp.gnu.org/gnu/findutils/findutils-([\d\.\d]+)\.tar\.(?:gz|bz2|xz)

There are probably some warts though, especially for multi-tarball
source packages.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


Reply to: