]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Wed Nov 9 18:36:32 GMT 2011 Brian Warner <warner@lothar.com>
authorDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 18:08:38 +0000 (19:08 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 18:08:38 +0000 (19:08 +0100)
commit4103386495c935ab709ad1cc2f6528616e84b614
tree28e0cd70c35a0a373676a07d33580feb16af426d
parenta2a96ab058d55da185200e26b8839b3774f22dfc
Wed Nov  9 18:36:32 GMT 2011  Brian Warner <warner@lothar.com>
  * 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