mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2572
This commit is contained in:
parent
1cb6cba92f
commit
6c7117bff3
|
@ -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
|
||||
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue