skippkg-finder: ignore skelcd-control only on Leap project
This commit is contained in:
parent
a1ba599ce8
commit
af397bec22
@ -128,7 +128,7 @@ class SkippkgFinder(object):
|
|||||||
if pkgname.startswith('00') or\
|
if pkgname.startswith('00') or\
|
||||||
pkgname.startswith('_') or\
|
pkgname.startswith('_') or\
|
||||||
pkgname.startswith('patchinfo.') or\
|
pkgname.startswith('patchinfo.') or\
|
||||||
pkgname.startswith('skelcd-') or\
|
pkgname.startswith('skelcd-control') or\
|
||||||
pkgname.startswith('installation-images') or\
|
pkgname.startswith('installation-images') or\
|
||||||
pkgname.startswith('Leap-release') or\
|
pkgname.startswith('Leap-release') or\
|
||||||
pkgname.endswith('-mini') or\
|
pkgname.endswith('-mini') or\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user