mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3918
This commit is contained in:
parent
4ea8160dc1
commit
9b33d15117
|
@ -15487,3 +15487,8 @@ Karl 2004-07-21
|
|||
sched/
|
||||
message_handler.C
|
||||
validator.C
|
||||
|
||||
- allow '.msi' as extension for installation package
|
||||
|
||||
tools/
|
||||
update_versions
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue