TwiceAsNice
2019-02-18
|
Functions | |
def | find_replace (directory, find, replace, filePattern) |
def | create_new_svn_structure () |
def | extract_name_stubs (path, filename) |
def | save_filelist (directory) |
def | generate_newpath (filename) |
def | process_filelist (filename) |
def | extract_endpoint (filepath) |
def | find_endpoints (directory) |
def | rename_servernames (filelist, directory) |
Variables | |
list | subsystems = ['laos','lircs'] |
list | sides = ['SX','DX'] |
list | sensorInstances = ['gws','hws'] |
list | serverDomains = ['aoc','pcam','se','drot','wfc','moe'] |
def cleanupConfig.create_new_svn_structure | ( | ) |
def cleanupConfig.extract_endpoint | ( | filepath | ) |
def cleanupConfig.extract_name_stubs | ( | path, | |
filename | |||
) |
def cleanupConfig.find_endpoints | ( | directory | ) |
def cleanupConfig.find_replace | ( | directory, | |
find, | |||
replace, | |||
filePattern | |||
) |
def cleanupConfig.generate_newpath | ( | filename | ) |
def cleanupConfig.process_filelist | ( | filename | ) |
def cleanupConfig.rename_servernames | ( | filelist, | |
directory | |||
) |
def cleanupConfig.save_filelist | ( | directory | ) |
list cleanupConfig.sensorInstances = ['gws','hws'] |
list cleanupConfig.serverDomains = ['aoc','pcam','se','drot','wfc','moe'] |
list cleanupConfig.sides = ['SX','DX'] |
list cleanupConfig.subsystems = ['laos','lircs'] |