]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: stop catching EnvironmentError when attempting to copy ./_auto_deps.py to...
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 24 Sep 2008 00:04:02 +0000 (17:04 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 24 Sep 2008 00:04:02 +0000 (17:04 -0700)
commit69bc4624c390a15677b159055acb811e5c57d5a0
tree09bf935b8a7b1b0cba47d253ed4449b0c3205153
parentff08bab0c436e54f68abb6ab55055005a4422cb9
setup: stop catching EnvironmentError when attempting to copy ./_auto_deps.py to ./src/allmydata/_auto_deps.py
It is no longer the case that we can run okay without _auto_deps.py being in place in ./src/allmydata, so if that cp fails then the build should fail.
setup.py