mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-18 11:21:25 +00:00
maintenance: upgrade base images and enable rpmautospec for RL10
This commit is contained in:
parent
7a95bf17ec
commit
ab09709b10
@ -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['extra_chroot_dirs'] = [ '/run/lock' ]
|
||||
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}
|
||||
|
||||
config_opts['plugin_conf']['ccache_enable'] = False
|
||||
|
Loading…
Reference in New Issue
Block a user