mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3177
This commit is contained in:
parent
41c6abffde
commit
5877596736
|
@ -131,7 +131,7 @@ def add_files(app, match, exec_file, non_exec_files=[]):
|
||||||
|
|
||||||
def re_match_exec_filename(filepath):
|
def re_match_exec_filename(filepath):
|
||||||
file = os.path.basename(filepath)
|
file = os.path.basename(filepath)
|
||||||
return re.match('[^.]+_([0-9]+)[.]([0-9]+)_([^.]+?)(?:[.]gz|[.]exe|[.]sit|[.]pdb)?$', file)
|
return re.match('[^.]+_([0-9]+)[.]([0-9]+)_([^.]+?)(?:[.]gz|[.]exe|[.]sit)?$', file)
|
||||||
|
|
||||||
def find_versions(app, dir):
|
def find_versions(app, dir):
|
||||||
"""Find application versions/core client versions in DIR.
|
"""Find application versions/core client versions in DIR.
|
||||||
|
|
Loading…
Reference in New Issue