mirror of
https://github.com/clearlinux/common.git
synced 2026-09-07 14:24:05 +00:00
Filter out debuginfo rpms when scanning for banned files
The debuginfo subpackages are automatically generated, with content installed according to a predefined directory layout, so there is little value in checking for banned files they may ship. Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ configemail:
|
||||
|
||||
#help checkblacklist: Verify rpms files to not include banned files for Clear Linux OS.
|
||||
checkblacklist:
|
||||
@$(TOPLVL)/projects/common/checkblacklist.sh $(TOPLVL)/projects/common/blacklist results/*.rpm
|
||||
@$(TOPLVL)/projects/common/checkblacklist.sh $(TOPLVL)/projects/common/blacklist $(filter-out ${DEBUGINFO_RPM},${RPMS})
|
||||
|
||||
prebuild-checks:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user