mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3081
This commit is contained in:
parent
c89faac837
commit
03541647b4
|
@ -10488,3 +10488,10 @@ Jeff Mar 14 2004
|
|||
|
||||
Jeff Mar 15 2004
|
||||
- CVS tagged boinc and seti_boinc as boinc_app_release_2_28.
|
||||
|
||||
Karl 2004-04-15
|
||||
- fixed bug when files are copied to apps/ in different order
|
||||
|
||||
tools/
|
||||
update_versions
|
||||
|
||||
|
|
|
@ -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)?$', file)
|
||||
|
||||
def find_versions(app, dir):
|
||||
"""Find application versions/core client versions in DIR.
|
||||
|
|
Loading…
Reference in New Issue