skippkg-finder: remove installation-images from the forbidden list

This commit is contained in:
Max Lin 2022-09-14 18:34:36 +08:00
parent 9ea68a6124
commit a0154300a6

View File

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