*** empty log message ***

svn path=/trunk/boinc/; revision=2572
This commit is contained in:
Karl Chen 2003-10-26 07:44:14 +00:00
parent 1cb6cba92f
commit 6c7117bff3
1 changed files with 13 additions and 5 deletions

View File

@ -11,12 +11,20 @@ config.xml must contain an <app_dir> 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
"""