diff --git a/checkin_notes b/checkin_notes index 10421b70fe..9e1a6b5e4b 100755 --- a/checkin_notes +++ b/checkin_notes @@ -5388,7 +5388,7 @@ Karl 2003/07/24 Karl 2003/07/25 added client_version_num (e.g. 105) field to RESULT table - New update_core_client_versions script that scans apps/ for client + New tools/update_core_client_versions script that scans apps/ for client versions and updates the database db/* diff --git a/tools/update_core_client_versions b/tools/update_core_client_versions index f8bf319138..42e939d608 100755 --- a/tools/update_core_client_versions +++ b/tools/update_core_client_versions @@ -2,7 +2,7 @@ # $Id$ -# Scans apps dir for current core client versions and updates +# Scans apps dir for current core client versions and updates the database as appropriate. PROJECTS_ROOT = '~/projects/' URL_ROOT = 'http://setiboinc.ssl.berkeley.edu/'