We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6f8bd commit 30af256Copy full SHA for 30af256
mangle/koji/branch_tag.py
@@ -80,9 +80,15 @@
80
{f'epel-{MAJOR}-stable': {'pri': 6, 'mode': 'bare'}}
81
],
82
'extra': KIWI},
83
+
84
+ # Some builds need nspawn on, so this facilitates it
85
f'{PREFIX}-kiwi-nspawn': {
86
'parent': f'{PREFIX}-build',
- 'build': f'{PREFIX}-kiwi-nspawn', 'dest': f'{PREFIX}'},
87
+ 'build': f'{PREFIX}-kiwi-nspawn', 'dest': f'{PREFIX}',
88
+ 'external': [
89
+ {f'sig-core-{MAJOR}-infra': {'pri': 4, 'mode': 'koji'}}
90
+ ],
91
+ },
92
}
93
94
RISCV_TARGETS = {
0 commit comments