diff --git a/roles/releng/templates/fedora-22-compose-armhfp.cfg b/roles/releng/templates/fedora-22-compose-armhfp.cfg index 580339d6da..fc64c2652e 100644 --- a/roles/releng/templates/fedora-22-compose-armhfp.cfg +++ b/roles/releng/templates/fedora-22-compose-armhfp.cfg @@ -3,7 +3,7 @@ config_opts['target_arch'] = 'armv7hl' config_opts['chroot_setup_cmd'] = 'install @buildsys-build vim-enhanced pungi uboot-tools' config_opts['dist'] = 'fc16' # only useful for --resultdir variable subst config_opts['plugin_conf']['root_cache_enable'] = False -config_opts['internal_dev_setup'] = False +config_opts['internal_dev_setup'] = True config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/srv/pungi', '/srv/pungi' )) config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/mnt/koji', '/mnt/koji' )) config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/mnt/fedora_koji', '/mnt/fedora_koji' )) diff --git a/roles/releng/templates/fedora-22-compose-i386.cfg b/roles/releng/templates/fedora-22-compose-i386.cfg index 6aa865f1d5..3fabba9f53 100644 --- a/roles/releng/templates/fedora-22-compose-i386.cfg +++ b/roles/releng/templates/fedora-22-compose-i386.cfg @@ -3,7 +3,7 @@ config_opts['target_arch'] = 'i386' config_opts['chroot_setup_cmd'] = 'install @buildsys-build vim-enhanced pungi' config_opts['dist'] = 'fc16' # only useful for --resultdir variable subst config_opts['plugin_conf']['root_cache_enable'] = False -config_opts['internal_dev_setup'] = False +config_opts['internal_dev_setup'] = True config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/srv/pungi', '/srv/pungi' )) config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/mnt/koji', '/mnt/koji' )) config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/mnt/fedora_koji', '/mnt/fedora_koji' )) diff --git a/roles/releng/templates/fedora-22-compose-x86_64.cfg b/roles/releng/templates/fedora-22-compose-x86_64.cfg index 70d9362b37..5ec9317953 100644 --- a/roles/releng/templates/fedora-22-compose-x86_64.cfg +++ b/roles/releng/templates/fedora-22-compose-x86_64.cfg @@ -3,7 +3,7 @@ config_opts['target_arch'] = 'x86_64' config_opts['chroot_setup_cmd'] = 'install @buildsys-build vim-enhanced pungi' config_opts['dist'] = 'fc16' # only useful for --resultdir variable subst config_opts['plugin_conf']['root_cache_enable'] = False -config_opts['internal_dev_setup'] = False +config_opts['internal_dev_setup'] = True config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/srv/pungi', '/srv/pungi' )) config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/mnt/koji', '/mnt/koji' )) config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/mnt/fedora_koji', '/mnt/fedora_koji' ))