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/boinc/ contains core client versions.
|
||||||
apps/APPLICATION_NAME/ contains application versions for each application.
|
apps/APPLICATION_NAME/ contains application versions for each application.
|
||||||
|
|
||||||
file names must be of the form NAME_VERSION_PLATFORM[.ext]:
|
Filenames MUST be of the form NAME_VERSION_PLATFORM[.ext]. The prefix name
|
||||||
boinc_7.17_i686-pc-linux-gnu.gz
|
and extensions .gz, .exe, .sit are ignored. Platform strings must match the
|
||||||
astropulse_7.17_windows_intelx86.exe
|
names of platforms in the database.
|
||||||
|
|
||||||
The prefix name and extensions .gz, .exe, .sit are ignored. Platform strings
|
update_versions also handles sub-directories, which contain files to bundle as
|
||||||
must match the names of platforms in the database.
|
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