*** empty log message ***

svn path=/trunk/boinc/; revision=3918
This commit is contained in:
Karl Chen 2004-07-21 20:42:48 +00:00
parent 4ea8160dc1
commit 9b33d15117
2 changed files with 6 additions and 1 deletions

View File

@ -15487,3 +15487,8 @@ Karl 2004-07-21
sched/
message_handler.C
validator.C
- allow '.msi' as extension for installation package
tools/
update_versions

View File

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