Searched refs:older_than_days (Results 1 – 1 of 1) sorted by relevance
117 def trim_custom_directories(repo, older_than_days=None): argument121 if older_than_days is None:122 older_than_days = global_config.global_config.get_config_value(124 cmd = 'find . -type f -atime +%s -exec rm -f {} \;' % older_than_days