projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f0da40
)
setup: shebang for misc/build-deb.py to fail quickly
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 19 Aug 2009 13:56:26 +0000
(06:56 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 19 Aug 2009 13:56:26 +0000
(06:56 -0700)
Without this patch, when I ran "chmod +x ./misc/build-deb.py && ./misc/build-deb.py" then it hung indefinitely. (I wonder what it was doing.)
misc/build-deb.py
patch
|
blob
|
history
diff --git
a/misc/build-deb.py
b/misc/build-deb.py
index 491812e05f749003d33770ecd9f2201e3fd4fcf1..4d133b0d59957a921b12f125df1163ea0879f006 100644
(file)
--- a/
misc/build-deb.py
+++ b/
misc/build-deb.py
@@
-1,4
+1,4
@@
-# invoke this with a specific python
+#
!/bin/false #
invoke this with a specific python
import sys, shutil, os.path
from subprocess import Popen, PIPE