From 6c7117bff305060c751c9937b5473f6c0392212a Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Sun, 26 Oct 2003 07:44:14 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2572 --- tools/update_versions | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/tools/update_versions b/tools/update_versions index 176699ed87..738876f5de 100755 --- a/tools/update_versions +++ b/tools/update_versions @@ -11,12 +11,20 @@ config.xml must contain an which specifies the directory to search. apps/boinc/ contains core client versions. apps/APPLICATION_NAME/ contains application versions for each application. -file names must be of the form NAME_VERSION_PLATFORM[.ext]: - boinc_7.17_i686-pc-linux-gnu.gz - astropulse_7.17_windows_intelx86.exe +Filenames MUST be of the form NAME_VERSION_PLATFORM[.ext]. The prefix name +and extensions .gz, .exe, .sit are ignored. Platform strings must match the +names of platforms in the database. -The prefix name and extensions .gz, .exe, .sit are ignored. Platform strings -must match the names of platforms in the database. +update_versions also handles sub-directories, which contain files to bundle as +a single app-version. Sub-directory names are ignored. + +Example setup: + + apps/boinc/boinc_7.17_i686-pc-linux-gnu.gz + apps/Astropulse/astropulse_7.17_windows_intelx86.exe + apps/SETI@home/sah_4.20_sparc-sun-solaris2.9.gz + apps/SETI@Home/sah_4.21_sparc-sun-solaris2.9/sah_4.21_sparc-sun-solaris2.9.gz + apps/SETI@Home/sah_4.21_sparc-sun-solaris2.9/sah_logo.jpg """