]> arthur.barton.de Git - bup.git/commit
Fix some problems running on older Debian.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 3 Jan 2010 11:32:32 +0000 (06:32 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 3 Jan 2010 11:32:32 +0000 (06:32 -0500)
commitba4d48af99077d191315b0f7503ab968c2546e22
tree0d52f89cb94d29a1f9ecb732bbd908c31fe25b69
parent1fbc13ae740b04e7d14be08b875e42d85e1c1e90
Fix some problems running on older Debian.

python 2.5 (pre-2.5.2) can't struct.unpack from a buffer(); coerce it to a
string first.

The default python is 2.4, so run /usr/bin/python2.5 explicitly.
bup.py
cmd-init.py
cmd-save.py
cmd-server.py
cmd-split.py
git.py
wvtest.py