David Caro has uploaded a new change for review. Change subject: Adding the proxy to the mock config ......................................................................
Adding the proxy to the mock config Change-Id: I62d8a8f8016b02e68ba56274cbc60cf74d3a4835 Signed-off-by: David Caro <[email protected]> --- A mock_configs/fedora-21-x86_64_proxied.cfg 1 file changed, 64 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/jenkins refs/changes/20/37420/1 diff --git a/mock_configs/fedora-21-x86_64_proxied.cfg b/mock_configs/fedora-21-x86_64_proxied.cfg new file mode 100644 index 0000000..7eedb03 --- /dev/null +++ b/mock_configs/fedora-21-x86_64_proxied.cfg @@ -0,0 +1,64 @@ +config_opts['root'] = 'fedora-21-x86_64' +config_opts['target_arch'] = 'x86_64' +config_opts['legal_host_arches'] = ('x86_64',) +config_opts['chroot_setup_cmd'] = 'install @buildsys-build' +config_opts['dist'] = 'fc21' # only useful for --resultdir variable subst +config_opts['extra_chroot_dirs'] = [ '/run/lock', ] +config_opts['releasever'] = '21' + +config_opts['yum.conf'] = """ +[main] +cachedir=/var/cache/yum +debuglevel=1 +reposdir=/dev/null +logfile=/var/log/yum.log +retries=20 +obsoletes=1 +gpgcheck=0 +assumeyes=1 +syslog_ident=mock +proxy=http://proxy.ovirt.org:3128 +syslog_device= + +# repos + +[fedora] +name=fedora +baseurl=http://proxy.phx.ovirt.org:5000/fedora/21/x86_64 +failovermethod=priority + +[fedora-updates] +name=fedora-updates +baseurl=http://proxy.phx.ovirt.org:5000/fedora-updates-released/21/x86_64 +failovermethod=priority + +[fedora-updates-testing] +name=fedora-updates-testing +baseurl=http://proxy.phx.ovirt.org:5000/updates-testing/21/x86_64 +failovermethod=priority +enabled=0 + +[fedora-koji] +name=fedora-koji +baseurl=http://kojipkgs.fedoraproject.org/fedora-koji/21/x86_64 +cost=2000 +enabled=0 + +[fedora-debuginfo] +name=fedora-debuginfo +baseurl=http://proxy.phx.ovirt.org:5000/fedora-debug/21/x86_64 +failovermethod=priority +enabled=0 + +[fedora-updates-debuginfo] +name=fedora-updates-debuginfo +baseurl=http://proxy.phx.ovirt.org:5000/fedora-updates-debuginfo/21/x86_64 +failovermethod=priority +enabled=0 + +[fedora-updates-testing-debuginfo] +name=fedora-updates-testing-debuginfo +baseurl=http://proxy.phx.ovirt.org:5000/fedora-updates-testing-debuginfo/21/x86_64 +failovermethod=priority +enabled=0 +""" -- To view, visit http://gerrit.ovirt.org/37420 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I62d8a8f8016b02e68ba56274cbc60cf74d3a4835 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
