From 9b33d151178c131face8dbd6506dda864d3e5cdf Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Wed, 21 Jul 2004 20:42:48 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3918 --- checkin_notes | 5 +++++ tools/update_versions | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 30c3eb458f..93363325c1 100755 --- a/checkin_notes +++ b/checkin_notes @@ -15487,3 +15487,8 @@ Karl 2004-07-21 sched/ message_handler.C validator.C + + - allow '.msi' as extension for installation package + + tools/ + update_versions diff --git a/tools/update_versions b/tools/update_versions index 7cb7dfa3ba..19e8b5f255 100755 --- a/tools/update_versions +++ b/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.