[Pulp-list] File Extensions

Jeff Ortel jortel at redhat.com
Wed Jun 23 14:25:39 UTC 2010


All,

Next sprint - I'd like to change the pulp config files extension from '.ini' to '.conf'. 
I know this is picky but '.ini' files are a Windows thing and '.conf' files are standard 
in Linux.  I know the content is in (ini) format but so are many, many other Linux config 
files and they don't have .ini suffixes.

Comments?

Also, while we're here ...
Let's replace hard coded logger names with __file__.  This is simpler and handles 
refactoring automatically.

Eg:

log = logging.getLogger('pulp.repo_sync')

replace with:

log = logging.getLogger(__file__)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5126 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/pulp-list/attachments/20100623/34bfd67d/attachment.p7s>


More information about the Pulp-list mailing list