• Julien Muchembled's avatar
    download: fix default permission of installed files · 0553c23e
    Julien Muchembled authored
    zc.buildout.download.Download may return temporary files
    (only readable/writable by the current user) and by default
    we'd like installed files to respect umask.
    
    In the case of SlapOS, we usually want installed files to be readable
    by members of 'slapsoft' group.
    0553c23e
download.py 2.93 KB