I'm building a spacewalk system that only has access to the internet via a proxy. I can yum update via the proxy without problem. However, When I perform step 2.
Blockquote yum install -y spacewalk-repo --tmprepo=https://copr-be.cloud.fedoraproject.org/results/%40spacewalkproject/spacewalk-2.9/epel-7-x86_64/repodata/repomd.xml --nogpg
Failure. I have proof in my logs that the plugin is ignoring proxy settings. Including env variables like https_proxy. Since I can't get the system to use a proxy and I can't ignore the proxy. Any ideas on how I can sidestep this?