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 e107d7eCopy full SHA for e107d7e
qubesbuilder/plugins/chroot_rpm/mock/fedora.cfg
@@ -17,6 +17,10 @@ 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 pesign socket into the chroot
21
+config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/var/run/pesign', '/var/run/pesign' ))
22
+config_opts['nspawn_args'] += ['--bind=/var/run/pesign']
23
+
24
config_opts['dnf.conf'] = """
25
[main]
26
keepcache=1
0 commit comments