From 41c6abffde5246f328c5d6f163bc43c3e1cf5464 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Fri, 26 Mar 2004 20:58:17 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3176 --- checkin_notes | 9 ++++++++- tools/update_versions | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index aa49a3e8f8..75cdbe4b56 100755 --- a/checkin_notes +++ b/checkin_notes @@ -10971,4 +10971,11 @@ Rom Mar 26 2004 client/win/ wingui_mainwindow.cpp lib/ - app_ipc.c \ No newline at end of file + app_ipc.c + +Rom Mar 26 2004 + - Update versions started to complain about PDB files, so tell it to ignore them + for determining platforms + + tools/ + update_versions diff --git a/tools/update_versions b/tools/update_versions index e0bce994d0..1820c52704 100755 --- a/tools/update_versions +++ b/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|[.]pdb)?$', file) def find_versions(app, dir): """Find application versions/core client versions in DIR.