[rhinstaller/anaconda/pulls/46 master] Use proxy when configured for the base repo (#1196953)

vpodzime installerbot-noreply at redhat.com
Mon Mar 23 14:48:15 UTC 2015


> @@ -702,9 +708,10 @@ def updateBaseRepo(self, fallback=True, checkmount=True):
>                            method.method, e)
>  
>              try:
> +                proxy = getattr(method, "proxy", None);

No semicolons in python, please. ;)

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/46#discussion_r26942695


More information about the anaconda-patches mailing list