mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
debian: frickel a working debian/watch file
Github changed the HTML for their releases tab, making download links a
javascript thing. Which does not jive with uscan... at all...
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit 3c185cf70c
)
This commit is contained in:
parent
a6f1545352
commit
1f3788f91d
9
debian/watch
vendored
9
debian/watch
vendored
|
@ -1,5 +1,10 @@
|
|||
version=4
|
||||
|
||||
opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \
|
||||
opts="\
|
||||
searchmode=plain,\
|
||||
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
|
||||
downloadurlmangle=s&>FRR\s*(\d\S+)\s+Release<&download/frr-$1/frr-$1.tar.xz&,\
|
||||
filenamemangle=s&>FRR\s*(\d\S+)\s+Release<&frr-$1.tar.xz&,\
|
||||
" \
|
||||
https://github.com/FRRouting/frr/releases/ \
|
||||
.*/frr-(\d\S+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
|
||||
>FRR\s*(\d\S+)\s+Release<
|
||||
|
|
Loading…
Reference in a new issue