Hide Forgot
Created attachment 487083 [details] Patch for repo_sync.py Description of problem: Pulp proxy configuration doesn't take effect. Version-Release number of selected component (if applicable): pulp-0.0.151-1.fc14 up to version 156 How reproducible: Fresh install, configure proxy settings and try to sync. Steps to Reproduce: 1. Configure settings in /etc/pulp/pulp.conf for proxy usage 2. Start sync Actual results: Sync fails, because grinder isn't able to download repository metadata. Expected results: Sync works by using configured proxy. Additional info: Seems like the code in repo_sync.py isn't setting the proxy variables for grinder correctly. I guess it's a variable scope bug. Attaching patch for possible solution that worked for my installation.
Verified by prad today morning.