From 1c2eaf1fca981a2e65675920452cfb7c50fc4167 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Fri, 25 Jul 2003 22:15:18 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1818 --- checkin_notes | 2 +- tools/update_core_client_versions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/'