David Caro has uploaded a new change for review. Change subject: Fixing target archs ......................................................................
Fixing target archs Even if the configuration file and the repos says the arch is i386, the target arch of the packages built should be i686. Change-Id: Ic8d9cbfd104abf309438ef5fa1f7f5e070805db7 Signed-off-by: David Caro <[email protected]> --- M mock_configs/epel-6-i386.cfg M mock_configs/fedora-19-i386.cfg M mock_configs/fedora-20-i386.cfg 3 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/jenkins refs/changes/98/27498/1 diff --git a/mock_configs/epel-6-i386.cfg b/mock_configs/epel-6-i386.cfg index aa87c30..bf07c6b 100644 --- a/mock_configs/epel-6-i386.cfg +++ b/mock_configs/epel-6-i386.cfg @@ -1,5 +1,5 @@ config_opts['root'] = 'epel-6-i386' -config_opts['target_arch'] = 'i386' +config_opts['target_arch'] = 'i686' config_opts['legal_host_arches'] = ('x86_64','i386') config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' config_opts['dist'] = 'el6' # only useful for --resultdir variable subst diff --git a/mock_configs/fedora-19-i386.cfg b/mock_configs/fedora-19-i386.cfg index 4fffa76..9423a64 100644 --- a/mock_configs/fedora-19-i386.cfg +++ b/mock_configs/fedora-19-i386.cfg @@ -1,5 +1,5 @@ config_opts['root'] = 'fedora-19-i386' -config_opts['target_arch'] = 'i386' +config_opts['target_arch'] = 'i686' config_opts['legal_host_arches'] = ('x86_64','i386') config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' config_opts['dist'] = 'fc19' # only useful for --resultdir variable subst diff --git a/mock_configs/fedora-20-i386.cfg b/mock_configs/fedora-20-i386.cfg index 018de7d..ea395c4 100644 --- a/mock_configs/fedora-20-i386.cfg +++ b/mock_configs/fedora-20-i386.cfg @@ -1,5 +1,5 @@ config_opts['root'] = 'fedora-20-i386' -config_opts['target_arch'] = 'i386' +config_opts['target_arch'] = 'i686' config_opts['legal_host_arches'] = ('x86_64','i386') config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' config_opts['dist'] = 'fc20' # only useful for --resultdir variable subst -- To view, visit http://gerrit.ovirt.org/27498 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic8d9cbfd104abf309438ef5fa1f7f5e070805db7 Gerrit-PatchSet: 1 Gerrit-Project: jenkins Gerrit-Branch: master Gerrit-Owner: David Caro <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
