~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/interfaces/gpghandler.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-05-17 08:39:36 UTC
  • mfrom: (12919.6.17 poppy-sftp-gpgconf)
  • Revision ID: launchpad@pqm.canonical.com-20110517083936-9pm492ifpzzy5z7w
[r=lifeless,
        wgrant][bug=757248] Add twisted job to periodically touch files in
        gpghandler conf directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
        """
270
270
        #FIXME RBC: this should be a zope test cleanup thing per SteveA.
271
271
 
 
272
    def touchConfigurationDirectory():
 
273
        """Touch the home directory and all files within.
 
274
 
 
275
        This function is called so that the configuration directory does not
 
276
        get cleaned up by any reaper scripts which look at time last modified.
 
277
        It is only required in the case where a long running daemon uses an
 
278
        IGPGHandler instance such that the lifetime of the daemon exceeds the
 
279
        reaping (ie tmp clean up) interval.
 
280
        """
 
281
 
272
282
 
273
283
class IPymeSignature(Interface):
274
284
    """pyME signature container."""