*** empty log message ***

svn path=/trunk/boinc/; revision=3081
This commit is contained in:
Karl Chen 2004-03-16 00:43:05 +00:00
parent c89faac837
commit 03541647b4
2 changed files with 8 additions and 1 deletions

View File

@ -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

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)?$', file)
def find_versions(app, dir):
"""Find application versions/core client versions in DIR.