skippkg-finder: ignore skelcd-control only on Leap project

This commit is contained in:
Max Lin 2022-05-26 17:13:28 +08:00
parent a1ba599ce8
commit af397bec22

View File

@ -128,7 +128,7 @@ class SkippkgFinder(object):
if pkgname.startswith('00') or\
pkgname.startswith('_') or\
pkgname.startswith('patchinfo.') or\
pkgname.startswith('skelcd-') or\
pkgname.startswith('skelcd-control') or\
pkgname.startswith('installation-images') or\
pkgname.startswith('Leap-release') or\
pkgname.endswith('-mini') or\