summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-10-20 17:30:09 +0200
committerRemi Collet <fedora@famillecollet.com>2016-10-20 17:30:09 +0200
commitede97bbda0da0242fe74e93cd8483982fdf060a4 (patch)
treea4e1ee67622769cfa011e4c72aed2308c30abbfd
parentfa868c5ad55e1a5ba3c5c9a40bc226e34010c635 (diff)
mock: switch to dnf for F25
-rw-r--r--fc25i.cfg3
-rw-r--r--fc25i71.cfg3
-rw-r--r--fc25it.cfg3
-rw-r--r--fc25x.cfg3
-rw-r--r--fc25x71.cfg3
-rw-r--r--fc25xscl54.cfg3
-rw-r--r--fc25xscl55.cfg3
-rw-r--r--fc25xscl56.cfg3
-rw-r--r--fc25xscl70.cfg3
-rw-r--r--fc25xscl71.cfg3
-rw-r--r--fc25xt.cfg3
11 files changed, 33 insertions, 0 deletions
diff --git a/fc25i.cfg b/fc25i.cfg
index 482daf1..c531160 100644
--- a/fc25i.cfg
+++ b/fc25i.cfg
@@ -2,6 +2,7 @@ config_opts['root'] = 'fc25i'
config_opts['target_arch'] = 'i686'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
config_opts['dist'] = 'fc25' # only useful for --resultdir variable subst
+config_opts['package_manager'] = 'dnf'
config_opts['plugin_conf']['ccache_enable'] = True
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
@@ -37,6 +38,8 @@ retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
+fastestmirror=1
+max_parallel_downloads=6
# repos
diff --git a/fc25i71.cfg b/fc25i71.cfg
index d589228..1d5d679 100644
--- a/fc25i71.cfg
+++ b/fc25i71.cfg
@@ -2,6 +2,7 @@ config_opts['root'] = 'fc25i'
config_opts['target_arch'] = 'i686'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
config_opts['dist'] = 'fc25' # only useful for --resultdir variable subst
+config_opts['package_manager'] = 'dnf'
config_opts['plugin_conf']['ccache_enable'] = True
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
@@ -37,6 +38,8 @@ retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
+fastestmirror=1
+max_parallel_downloads=6
# repos
diff --git a/fc25it.cfg b/fc25it.cfg
index 46165fc..5362736 100644
--- a/fc25it.cfg
+++ b/fc25it.cfg
@@ -2,6 +2,7 @@ config_opts['root'] = 'fc25i'
config_opts['target_arch'] = 'i686'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
config_opts['dist'] = 'fc25' # only useful for --resultdir variable subst
+config_opts['package_manager'] = 'dnf'
config_opts['plugin_conf']['ccache_enable'] = True
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
@@ -37,6 +38,8 @@ retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
+fastestmirror=1
+max_parallel_downloads=6
# repos
diff --git a/fc25x.cfg b/fc25x.cfg
index 8b24b1b..2fdb10d 100644
--- a/fc25x.cfg
+++ b/fc25x.cfg
@@ -2,6 +2,7 @@ config_opts['root'] = 'fc25x'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
config_opts['dist'] = 'fc25' # only useful for --resultdir variable subst
+config_opts['package_manager'] = 'dnf'
config_opts['plugin_conf']['ccache_enable'] = True
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
@@ -37,6 +38,8 @@ retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
+fastestmirror=1
+max_parallel_downloads=6
# repos
diff --git a/fc25x71.cfg b/fc25x71.cfg
index 3774204..55ae05d 100644
--- a/fc25x71.cfg
+++ b/fc25x71.cfg
@@ -2,6 +2,7 @@ config_opts['root'] = 'fc25x'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
config_opts['dist'] = 'fc25' # only useful for --resultdir variable subst
+config_opts['package_manager'] = 'dnf'
config_opts['plugin_conf']['ccache_enable'] = True
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
@@ -37,6 +38,8 @@ retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
+fastestmirror=1
+max_parallel_downloads=6
# repos
diff --git a/fc25xscl54.cfg b/fc25xscl54.cfg
index 9080eaa..f3f554e 100644
--- a/fc25xscl54.cfg
+++ b/fc25xscl54.cfg
@@ -2,6 +2,7 @@ config_opts['root'] = 'scl54fc25x'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php54-build php54-php-devel php54-php-pear'
config_opts['dist'] = 'fc25' # only useful for --resultdir variable subst
+config_opts['package_manager'] = 'dnf'
config_opts['plugin_conf']['ccache_enable'] = True
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
@@ -40,6 +41,8 @@ retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
+fastestmirror=1
+max_parallel_downloads=6
# repos
diff --git a/fc25xscl55.cfg b/fc25xscl55.cfg
index 202d772..08ce3af 100644
--- a/fc25xscl55.cfg
+++ b/fc25xscl55.cfg
@@ -2,6 +2,7 @@ config_opts['root'] = 'scl55fc25x'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php55-build php55-php-devel php55-php-pear'
config_opts['dist'] = 'fc25' # only useful for --resultdir variable subst
+config_opts['package_manager'] = 'dnf'
config_opts['plugin_conf']['ccache_enable'] = True
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
@@ -40,6 +41,8 @@ retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
+fastestmirror=1
+max_parallel_downloads=6
# repos
diff --git a/fc25xscl56.cfg b/fc25xscl56.cfg
index c1d3124..f907800 100644
--- a/fc25xscl56.cfg
+++ b/fc25xscl56.cfg
@@ -2,6 +2,7 @@ config_opts['root'] = 'scl56fc25x'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear'
config_opts['dist'] = 'fc25' # only useful for --resultdir variable subst
+config_opts['package_manager'] = 'dnf'
config_opts['plugin_conf']['ccache_enable'] = True
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
@@ -40,6 +41,8 @@ retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
+fastestmirror=1
+max_parallel_downloads=6
# repos
diff --git a/fc25xscl70.cfg b/fc25xscl70.cfg
index c19bc18..e4a5d9a 100644
--- a/fc25xscl70.cfg
+++ b/fc25xscl70.cfg
@@ -2,6 +2,7 @@ config_opts['root'] = 'scl70fc25x'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build'
config_opts['dist'] = 'fc25' # only useful for --resultdir variable subst
+config_opts['package_manager'] = 'dnf'
config_opts['plugin_conf']['ccache_enable'] = True
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
@@ -40,6 +41,8 @@ retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
+fastestmirror=1
+max_parallel_downloads=6
# repos
diff --git a/fc25xscl71.cfg b/fc25xscl71.cfg
index 63ac88d..17a1ad2 100644
--- a/fc25xscl71.cfg
+++ b/fc25xscl71.cfg
@@ -2,6 +2,7 @@ config_opts['root'] = 'scl71fc25x'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php71-build'
config_opts['dist'] = 'fc25' # only useful for --resultdir variable subst
+config_opts['package_manager'] = 'dnf'
config_opts['plugin_conf']['ccache_enable'] = True
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
@@ -40,6 +41,8 @@ retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
+fastestmirror=1
+max_parallel_downloads=6
# repos
diff --git a/fc25xt.cfg b/fc25xt.cfg
index cf9de18..056027d 100644
--- a/fc25xt.cfg
+++ b/fc25xt.cfg
@@ -2,6 +2,7 @@ config_opts['root'] = 'fc25x'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
config_opts['dist'] = 'fc25' # only useful for --resultdir variable subst
+config_opts['package_manager'] = 'dnf'
config_opts['plugin_conf']['ccache_enable'] = True
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
@@ -37,6 +38,8 @@ retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
+fastestmirror=1
+max_parallel_downloads=6
# repos