~mterry/duplicity/u1-402

« back to all changes in this revision

Viewing changes to README

  • Committer: Kenneth Loafman
  • Date: 2012-10-16 15:52:50 UTC
  • mfrom: (875.1.2 trunk)
  • Revision ID: kenneth@loafman.com-20121016155250-or2v7ucwk6rkf9gf
- Merged in lp:~ed.so/duplicity/gpginterface
  + refactor GnuPGInterface to gpginterface.py
    reasoning can be found in README

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
task and freeing it's resources in a timely manner.  This does not
50
50
affect the operation of duplicity, merely frees resources on time.
51
51
 
52
 
Why the note?  Some distro's remove duplicity's GnuPGInterface in
53
 
error, thinking that this change is not important.  So, if you have
54
 
the problem where lots of GPG tasks are hanging around, check to see
55
 
if this has been done in your distro, then, report the bug to the
56
 
distro's maintainer and/or package manager.
 
52
Why the note?  Some package maintainers remove duplicity's GnuPGInterface
 
53
in error, obviously unknowing of this issue and patch duplicity to use 
 
54
the old unmaintained unpatched GnuPGInterface interface again.
 
55
So, if you have the problem that lots of GPG tasks are hanging around, 
 
56
check and see if this has been done in your distro, and if so, report this 
 
57
matter as a bug to the distro or package maintainer.
 
58
 
 
59
As of october 2012 we pull the handbrake and refactor our code and rename
 
60
the class to gpginterface in the hope that package maintainers will stumble 
 
61
over it and stop this problematic behaviour for good.
57
62
 
58
63
 
59
64
HELP:
60
65
 
61
66
For more information see the duplicity home page at:
62
67
 
63
 
    http://www.nongnu.org/duplicity
 
68
  http://www.nongnu.org/duplicity
64
69
 
65
70
or post to the mailing list at
66
 
http://mail.nongnu.org/mailman/listinfo/duplicity-talk/.
 
71
  
 
72
  http://mail.nongnu.org/mailman/listinfo/duplicity-talk/.