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 6298c0b commit 672ddb7Copy full SHA for 672ddb7
qubesbuilder/plugins/chroot_rpm/mock/fedora.cfg
@@ -17,6 +17,11 @@ config_opts['use_bootstrap'] = False
17
config_opts['plugin_conf']['bind_mount_enable'] = os.environ.get("BIND_MOUNT_ENABLE", False)
18
config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('@BUILDER_DIR@/plugins', '/plugins' ))
19
20
+# mount the qubes-pesign socket into the chroot
21
+if os.path.exists("/var/run/qubes-pesign"):
22
+ config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/var/run/qubes-pesign', '/var/run/qubes-pesign' ))
23
+ config_opts['nspawn_args'] += ['--bind=/var/run/qubes-pesign']
24
+
25
config_opts['dnf.conf'] = """
26
[main]
27
keepcache=1
0 commit comments