Changes between Version 11 and Version 12 of UpdateVersions


Ignore:
Timestamp:
Mar 13, 2008, 10:46:24 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdateVersions

    v11 v12  
    99== Single-file application versions == #singlefile
    1010
    11 File names must be of the form `NAME_VERSION_PLATFORM[_PLAN-CLASS][.ext]`, e.g.:
     11File names must be of the form `NAME_VERSION_PLATFORM[:PLAN-CLASS][.ext]`, e.g.:
    1212{{{
    1313astropulse_7.17_windows_intelx86.exe
     
    1515 * NAME is ignored; typically it is the app name.  It may not containt underscores.
    1616 * VERSION is a string of the form N.M, where N and M are integers with M<100.  This is converted to the single integer N*100 + M, which is used to specify application versions elsewhere in BOINC. M may have a leading zero, which is ignored.
    17  * PLATFORM is the name of a platform in the database (if needed, [XaddTool add the platform to the DB]).
     17 * PLATFORM is the name of a [BoincPlatforms platform] in the database (if needed, [XaddTool add the platform to the DB]).
    1818 * PLAN-CLASS is an optional [AppPlan plan class] for the app version.
    1919