mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-22 02:38:30 +00:00
Merge pull request #165 from mstg/upgrade-builder-image-230224
maintenance: upgrade base images and enable rpmautospec for RL10
This commit is contained in:
commit
348e1f0962
@ -1 +1 @@
|
|||||||
ACTIVE_VERSION = "v0.3.10"
|
ACTIVE_VERSION = "v0.3.29"
|
||||||
|
@ -473,6 +473,12 @@ config_opts['releasever'] = '{majorVersion}'
|
|||||||
config_opts['package_manager'] = 'dnf'
|
config_opts['package_manager'] = 'dnf'
|
||||||
config_opts['extra_chroot_dirs'] = [ '/run/lock' ]
|
config_opts['extra_chroot_dirs'] = [ '/run/lock' ]
|
||||||
config_opts['rpmbuild_command'] = '{rpmbuildCommand}'
|
config_opts['rpmbuild_command'] = '{rpmbuildCommand}'
|
||||||
|
config_opts['use_bootstrap_image'] = False
|
||||||
|
config_opts['plugin_conf']['rpmautospec_enable'] = True
|
||||||
|
config_opts['plugin_conf']['rpmautospec_opts'] = {
|
||||||
|
'requires': ['rpmautospec'],
|
||||||
|
'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'],
|
||||||
|
}
|
||||||
{additionalVendorConfig}
|
{additionalVendorConfig}
|
||||||
|
|
||||||
config_opts['plugin_conf']['ccache_enable'] = False
|
config_opts['plugin_conf']['ccache_enable'] = False
|
||||||
|
Loading…
Reference in New Issue
Block a user