Comment 5 for bug 1281066

Revision history for this message
Michael Terry (mterry) wrote :

Uploaded to precise with one change:
+ Posix.system("/bin/rm -f " + Shell.quote(cache_dir) + "/*/lockfile.lock");
Became
+ Posix.system("/bin/rm -f " + Shell.quote(cache_dir) + "/" + Config.PACKAGE + "/*/lockfile.lock");

Because in trusty's deja-dup, cache_dir already contained PACKAGE, but in precise's, it didn't.

Tested and worked for me combined with the duplicity SRU.