Patch BZ#666435 FedoraHosted#572

2010-12-31 Thread Marcelo Moreira de Mello
Patch for cobbler to honor HTTP_PROXY and FTP_PROXY variables environment. Thank you. -- Marcelo Moreira de Mello RHCA RHCSS RHCVA Software Maintenance Engineer http://people.redhat.com/mdemello Mobile: +55 11 9321-0854 gpg id: 2048R/FDB110E5 gpg fingerprint: 3BE7 EF71

[PATCH] Fix for bug #572 and bz#666435 - cobbler get-loaders ignores proxy setting

2010-12-31 Thread Marcelo Moreira de Mello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patch for cobbler to honor HTTP_PROXY and FTP_PROXY variables environment. Thank you. - -- Marcelo Moreira de Mello RHCA RHCSS RHCVA Software Maintenance Engineer http://people.redhat.com/mdemello Mobile: +55 11 9321-0854 gpg

Re: [PATCH] Fix for bug #587 - Un-escaped '$' in snippet silently fails to render

2010-12-31 Thread Benjamin Riggs
On behalf of everyone bitten by this, thank you. On Sun, Dec 26, 2010 at 1:23 PM, James Cammarata sngx-ad...@sngx.net wrote: This doesn't appear to break anything else, though some more testing would probably be good. commit b3307ad2e845d237e4ca180fe4f3b1c594df0e7d Author: James Cammarata

Re: [PATCH] Fix for bug #572 and bz#666435 - cobbler get-loaders ignores proxy setting

2010-12-31 Thread Scott Henson
On Fri, 31 Dec 2010 15:02:01 -0200, Marcelo Moreira de Mello mme...@redhat.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patch for cobbler to honor HTTP_PROXY and FTP_PROXY variables environment. I believe urllib2 or whatever yum uses respects these by default. Maybe we

Re: [PATCH] Fix for bug #572 and bz#666435 - cobbler get-loaders ignores proxy setting

2010-12-31 Thread Marcelo Moreira de Mello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Scott, Looking the yum source code, we can verify that for some actions, yum uses urlgrabber $ vim yum/yumRepo.py 1548 def _getMirrorList(self): 1549 retrieve an up2date-style mirrorlist file from our mirrorlist url, 1550

Re: [PATCH] Fix for bug #587 - Un-escaped '$' in snippet silently fails to render

2010-12-31 Thread James Cammarata
My pleasure :) After digging through the templating stuff, I now know why it went unfixed for so long... On Fri, Dec 31, 2010 at 12:48 PM, Benjamin Riggs ri...@umn.edu wrote: On behalf of everyone bitten by this, thank you. On Sun, Dec 26, 2010 at 1:23 PM, James Cammarata sngx-ad...@sngx.net