duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] webdav in trunk broken - File /tmp/... not found lo


From: Michael Terry
Subject: Re: [Duplicity-talk] webdav in trunk broken - File /tmp/... not found locally after get from backend
Date: Wed, 7 May 2014 18:28:34 -0400

On 6 May 2014 10:28, <address@hidden> wrote:
how do you test it? i
- branched out lp:duplicity
- copied a compiled _librsync.so (from an installed duplicity) into duplicity folder
- added '..' to syspath in bin/duplicity so it would run from there

I do:

bzr branch lp:duplicity/0.7-series
cd 0.7-series
(cd duplicity && ./compilec.py)
cp ../config.py ./testing/manual/
./testing/manual/backendtest

You don't *have* to edit bin/duplicity to add '..' -- if you run anything from the testing/ directory, it will set up PYTHONPATH for you.  If you are running duplicity manually, you could do:

PYTHONPATH=. ./bin/duplicity ARGS

-mt

reply via email to

[Prev in Thread] Current Thread [Next in Thread]