treewide: ignore alpha/beta/dev/rc versions in update-check

This commit is contained in:
Gonzalo Tornaría 2021-10-04 17:19:57 -03:00 committed by Michal Vasilek
parent 3c720f27cb
commit a73599d517
50 changed files with 52 additions and 10 deletions

1
srcpkgs/bochs/update Normal file
View file

@ -0,0 +1 @@
ignore="*.pre[1-9]"

1
srcpkgs/cppcms/update Normal file
View file

@ -0,0 +1 @@
ignore="*.beta[1-9]"

View file

@ -1 +1,2 @@
pkgname=cryptopp
site="https://github.com/weidai11/cryptopp/tags"
pattern="CRYPTOPP_\K[0-9_]+"

1
srcpkgs/geos/update Normal file
View file

@ -0,0 +1 @@
ignore="*beta[1-9] *rc[1-9]"

View file

@ -1 +1 @@
ignore="*a*"
ignore="*a[1-9] *rc[1-9]"

1
srcpkgs/gource/update Normal file
View file

@ -0,0 +1 @@
ignore="*.win32 *.win64"

1
srcpkgs/gpsd/update Normal file
View file

@ -0,0 +1 @@
ignore="*~dev"

View file

@ -1,3 +1,3 @@
site="http://repo.or.cz/guilt.git/refs/"
pattern="tags/v\K[\d\.rc-]+"
ignore="*-rc"
ignore="*-rc[1-9]"

View file

@ -0,0 +1 @@
ignore="*a[0-9]* *b[0-9]* *rc[0-9]*"

1
srcpkgs/pasmo/update Normal file
View file

@ -0,0 +1 @@
ignore="*.beta[1-9]* 0.6.0.200[67]*"

1
srcpkgs/picard/update Normal file
View file

@ -0,0 +1 @@
ignore="*b[1-9]"

1
srcpkgs/portage/update Normal file
View file

@ -0,0 +1 @@
ignore="3.x.xx"

1
srcpkgs/proftpd/update Normal file
View file

@ -0,0 +1 @@
ignore="*rc[1-9]"

View file

@ -0,0 +1 @@
ignore="*PRE"

View file

@ -0,0 +1 @@
ignore="*a[1-9] *rc[1-9]"

View file

@ -0,0 +1 @@
ignore="[4-9]*" # v4+ doesn't work with Python 2

View file

@ -1,2 +1,3 @@
site=https://github.com/pyparsing/pyparsing/releases
pkgname=pyparsing
ignore="*a[1-9] *b[1-9] *rc[1-9]"

View file

@ -0,0 +1 @@
ignore="[1-9]*" # 1.0.0 dropped Python 2 support

View file

@ -1 +1 @@
ignore="*.*.*a* *.*.*b* *.*.*rc*"
ignore="*.*.*a* *.*.*b* *.*.*rc* *.*.*dev*"

View file

@ -0,0 +1 @@
ignore="*b[0-9]"

View file

@ -1 +1 @@
ignore="5.*"
ignore="*rc[1-9] [5-9].*"

View file

@ -0,0 +1 @@
ignore="*a[0-9] *b[0-9] *rc[1-9]"

View file

@ -0,0 +1 @@
ignore="*a[1-9]"

View file

@ -0,0 +1 @@
ignore="*a[0-9] *a[0-9].dev* *rc[0-9]"

View file

@ -1,2 +1 @@
pkgname=apsw
pattern='[\d.]+-r\d+'
pattern='tag/\K[\d.r-]+'

View file

@ -0,0 +1 @@
ignore="*b[0-9]"

View file

@ -1 +1 @@
ignore="*b*"
ignore="*a[0-9] *b[0-9]"

View file

@ -1 +1 @@
ignore="*dev*"
ignore="*.dev[0-9] *a[1-9] *rc[1-9]"

View file

@ -0,0 +1 @@
ignore="*rc[1-9]"

View file

@ -0,0 +1 @@
ignore="*b[0-9] *b[0-9].dev[0-9]"

View file

@ -0,0 +1 @@
ignore="*a[1-9] *b[1-9] *.dev[0-9]"

View file

@ -0,0 +1 @@
ignore="*a[1-9] *b[1-9] *.dev[0-9]"

View file

@ -0,0 +1 @@
ignore="*.dev[1-9]"

View file

@ -0,0 +1 @@
ignore="*b[0-9]"

View file

@ -0,0 +1 @@
ignore="*a[1-9]"

View file

@ -0,0 +1 @@
ignore="*a[1-9] *rc[1-9]"

View file

@ -0,0 +1 @@
ignore="*.dev[1-9]"

View file

@ -0,0 +1 @@
ignore="*a[1-9] *rc[1-9]"

View file

@ -0,0 +1 @@
ignore="*a[1-9]"

View file

@ -0,0 +1 @@
ignore="*.dev*"

View file

@ -0,0 +1 @@
ignore="*rc[0-9]"

View file

@ -0,0 +1 @@
ignore="*rc[1-9]"

View file

@ -0,0 +1 @@
ignore="*rc[1-9]"

View file

@ -1 +1 @@
ignore="*b*"
ignore="*a[1-9] *b[1-9]"

View file

@ -0,0 +1 @@
ignore="*rc[1-9]"

View file

@ -0,0 +1 @@
ignore="*a[0-9] *b[0-9] *.dev[0-9] *rc[0-9]"

1
srcpkgs/spiped/update Normal file
View file

@ -0,0 +1 @@
ignore="*a *b"

2
srcpkgs/textadept/update Normal file
View file

@ -0,0 +1,2 @@
site="https://github.com/orbitalquark/textadept/tags"
pattern="/archive/refs/tags/textadept_\K[\d.]+(?=\.tar\.gz)"

1
srcpkgs/tsocks/update Normal file
View file

@ -0,0 +1 @@
ignore="*[Bb]eta*"

1
srcpkgs/valgrind/update Normal file
View file

@ -0,0 +1 @@
ignore="*.RC[1-9]"