Skip to content

Commit 7c16fa6

Browse files
committed
add insights packages
1 parent aa11052 commit 7c16fa6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mangle/generators/prepopulate_parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
# Source packages we do not ship or are rocky branded
1111
IGNORES = [
1212
'insights-client',
13+
'insights-core',
14+
'insights-core-selinux',
1315
'lorax-templates-rhel',
1416
'shim',
1517
'shim-unsigned-x64',

mangle/generators/version_parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
# Source packages we do not ship or are rocky branded
2121
IGNORES = [
2222
'insights-client',
23+
'insights-core',
24+
'insights-core-selinux',
2325
'shim',
2426
'shim-unsigned-x64',
2527
'shim-unsigned-aarch64',

0 commit comments

Comments
 (0)