*** empty log message ***

svn path=/trunk/boinc/; revision=3176
This commit is contained in:
Rom Walton 2004-03-26 20:58:17 +00:00
parent 8ff9f243b4
commit 41c6abffde
2 changed files with 9 additions and 2 deletions

View File

@ -10971,4 +10971,11 @@ Rom Mar 26 2004
client/win/
wingui_mainwindow.cpp
lib/
app_ipc.c
app_ipc.c
Rom Mar 26 2004
- Update versions started to complain about PDB files, so tell it to ignore them
for determining platforms
tools/
update_versions

View File

@ -131,7 +131,7 @@ def add_files(app, match, exec_file, non_exec_files=[]):
def re_match_exec_filename(filepath):
file = os.path.basename(filepath)
return re.match('[^.]+_([0-9]+)[.]([0-9]+)_([^.]+?)(?:[.]gz|[.]exe|[.]sit)?$', file)
return re.match('[^.]+_([0-9]+)[.]([0-9]+)_([^.]+?)(?:[.]gz|[.]exe|[.]sit|[.]pdb)?$', file)
def find_versions(app, dir):
"""Find application versions/core client versions in DIR.