]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup.py: umask=022 for 'sdist', to avoid depending on environment
authorBrian Warner <warner@lothar.com>
Wed, 9 Nov 2011 18:36:32 +0000 (10:36 -0800)
committerBrian Warner <warner@lothar.com>
Wed, 9 Nov 2011 18:36:32 +0000 (10:36 -0800)
commit5fc99788269c350479b6ac51009d2725035ce0c5
tree7a6c2de82292d035f1e73aa654441e6db688f483
parent5af3bfda6190b5111ae5ce44fd02488e820fad1d
setup.py: umask=022 for 'sdist', to avoid depending on environment

The new tarball-building buildslave had a bogus umask set, causing the 1.9.0
tarballs to be non-other-user-readable (go-rwx), which is a hassle for
packaging. (The umask was correct on the old buildslave, but it was moved to
a new host shortly before the release). This should make sure tarballs are
correct despite the host's setting.

Note to others: processes run under twistd get umask=077 unless you arrange
otherwise.
setup.py