[svn r63218] temporary fix for the issue that rsync does not synchronize executable bits yet.
--HG-- branch : trunk
This commit is contained in:
parent
83e65a310e
commit
d50e4892a3
|
@ -24,6 +24,9 @@ def checkprocess(script):
|
||||||
cmd = script.basename
|
cmd = script.basename
|
||||||
else:
|
else:
|
||||||
cmd = "%s" %(script, )
|
cmd = "%s" %(script, )
|
||||||
|
# XXX distributed testing's rsync does not support
|
||||||
|
# syncing executable bits
|
||||||
|
script.chmod(0777)
|
||||||
|
|
||||||
if script.basename.startswith("py.lookup") or \
|
if script.basename.startswith("py.lookup") or \
|
||||||
script.basename.startswith("py.which"):
|
script.basename.startswith("py.which"):
|
||||||
|
|
Loading…
Reference in New Issue