babymaker  e95a6a9342d4604277fe7cc6149b6b5b24447d89
Classes | Namespaces | Functions | Variables
cache.py File Reference

Go to the source code of this file.

Classes

class  cache.SignalError
 

Namespaces

 cache
 

Functions

def cache.signalHandler (signum, frame)
 
def cache.mkdirPermissions (path, mode)
 
def cache.cacheUpToDate (cache_path, net_path)
 
def cache.expand (files)
 
def cache.isNetFile (path)
 
def cache.cachePath (path)
 
def cache.lastTime (path)
 
def cache.mapFiles (command, file_map)
 
def cache.netCopy (src, dst)
 
def cache.removeOldCache (file_map)
 
def cache.cacheCopy (src, dst, min_free, file_map, no_delete)
 
def cache.syncCache (net_path, cache_path)
 
def cache.execute (command, file_map, fragile)
 
def cache.cacheRecurse (caches, file_map, command, fragile, min_free, no_delete)
 
def cache.cacheRun (caches, command, fragile, abs_limit, rel_limit, no_delete)
 

Variables

tuple cache.parser
 
string cache.help = "Files that should be copied to cache or, if not already existing, created on the cache and moved to /net/cmsX/cmsXr0/babymaker upon completion."
 
tuple cache.args = parser.parse_args()