diff options
| author | Remi Collet <remi@remirepo.net> | 2018-12-04 11:31:44 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-12-04 11:31:44 +0100 | 
| commit | ff51dd5bcea199e2f8c0f69916b06743c15b0cb2 (patch) | |
| tree | fec605831a4fd64d5977860217d3aa60dd84ec1e | |
| parent | a2f0c91d58a165cc32d5d2ac8b395dfbbd8c2ec8 (diff) | |
improve EL-8 conf
| -rw-r--r-- | el8x72.cfg | 9 | ||||
| -rw-r--r-- | el8x73.cfg | 9 | 
2 files changed, 10 insertions, 8 deletions
@@ -1,7 +1,7 @@  config_opts['root'] = 'el8x72'  config_opts['target_arch'] = 'x86_64'  #config_opts['chroot_setup_cmd'] = 'install @buildsys-build' -config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz' +config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz'  config_opts['dist'] = 'el8'  # only useful for --resultdir variable subst  config_opts['extra_chroot_dirs'] = [ '/run/lock', ]  config_opts['releasever'] = '8' @@ -32,7 +32,7 @@ config_opts['macros']['%runselftest']="1"  config_opts['environment']['ACCEPT_EULA'] = 'Y' -config_opts['module_enable'] = ['httpd:2.4', 'nginx:1.14', 'php:remi-7.2'] +config_opts['module_enable'] = ['postgresql:10', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.2', 'redis:remi-5.0']  config_opts['yum.conf'] = """  [main] @@ -47,6 +47,7 @@ assumeyes=1  metadata_expire=80000  fastestmirror=1  max_parallel_downloads=6 +modules=1  module_hotfixes=1  module_platform_id=platform:el8 @@ -117,8 +118,8 @@ enabled=1  [msprod]  name=msprod -baseurl=https://packages.microsoft.com/rhel/8/prod/ -enabled=0 +baseurl=https://packages.microsoft.com/rhel/7/prod/ +enabled=1  includepkgs=msodbcsql  """ @@ -1,7 +1,7 @@  config_opts['root'] = 'el8x73'  config_opts['target_arch'] = 'x86_64'  #config_opts['chroot_setup_cmd'] = 'install @buildsys-build' -config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz' +config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz'  config_opts['dist'] = 'el8'  # only useful for --resultdir variable subst  config_opts['extra_chroot_dirs'] = [ '/run/lock', ]  config_opts['releasever'] = '8' @@ -32,7 +32,7 @@ config_opts['macros']['%runselftest']="1"  config_opts['environment']['ACCEPT_EULA'] = 'Y' -config_opts['module_enable'] = ['httpd:2.4', 'nginx:1.14', 'php:remi-7.3'] +config_opts['module_enable'] = ['postgresql:10', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.3', 'redis:remi-5.0']  config_opts['yum.conf'] = """  [main] @@ -47,6 +47,7 @@ assumeyes=1  metadata_expire=80000  fastestmirror=1  max_parallel_downloads=6 +modules=1  module_hotfixes=1  module_platform_id=platform:el8 @@ -117,8 +118,8 @@ enabled=1  [msprod]  name=msprod -baseurl=https://packages.microsoft.com/rhel/8/prod/ -enabled=0 +baseurl=https://packages.microsoft.com/rhel/7/prod/ +enabled=1  includepkgs=msodbcsql  """  | 
