From 5b2c7b858bcc209bade8731fcd9b8385d2e5c5f7 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 11 Sep 2003 22:26:42 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2325 --- doc/backend_programs.php | 15 +++++------- doc/credit.php | 4 +++- doc/index.html | 21 +++++++++++++--- doc/source/HEADER.html | 5 ++-- doc/tool_update_versions.php | 46 ++++++++++++++++++++++++++++++++---- 5 files changed, 72 insertions(+), 19 deletions(-) diff --git a/doc/backend_programs.php b/doc/backend_programs.php index e783838519..39d817e847 100644 --- a/doc/backend_programs.php +++ b/doc/backend_programs.php @@ -151,17 +151,14 @@ when they are no longer needed. if all results are OVER wu.file_delete_state = ready - // we can delete the canonical result output files - // if all successful results have been validated - if have canonical result and canonical_result.file_delete_state == INIT: - if all results are != SUCCESS or (VALID or INVALID): - canonical_result.file_delete_state = READY - // outputs of error results can be deleted immediately; // outputs of successful results can be deleted when validated - for results outcome = CLIENT_ERROR or (SUCCESS and (VALID or INVALID)) - if file_delete_state = INIT - result.file_delete_state = READY + for results of WU + if canonical result and not all results OVER + continue + if outcome = CLIENT_ERROR or (SUCCESS and (VALID or INVALID)) + if file_delete_state = INIT + result.file_delete_state = READY // get next result timeout if any transition_time = MAX_INT diff --git a/doc/credit.php b/doc/credit.php index 935ea79183..0f9d2db724 100644 --- a/doc/credit.php +++ b/doc/credit.php @@ -18,7 +18,7 @@ BOINC's credit system is based on a 'reference computer' that does
  • 4 billion bytes per second of traffic to and from main memory (sequential, half reads and half writes) -BOINC's unit of credit, the Cobblestone, +BOINC's unit of credit, the Cobblestone 1, is one day of CPU time on the reference computer.

    @@ -62,6 +62,8 @@ projects supply their own benchmarking functions. This will also handle the situation where a project's application does e.g. all integer arithmetic. +


    +1 Named after Jeff Cobb of SETI@home "; page_tail(); ?> diff --git a/doc/index.html b/doc/index.html index 46fe255b81..f9522ef4ce 100644 --- a/doc/index.html +++ b/doc/index.html @@ -67,12 +67,27 @@ Help debug and enhance the BOINC software.
    -

    Status and news

    +

    Status

    +
    +

    +BOINC is under development. +The source code is available. +We are currently conducting a beta test of BOINC +using the SETI@home and +Astropulse applications +(thanks, but we don't need more beta testers at this point). +The public release will be announced on the +SETI@home web site. +Several other distributed computing projects are evaluating BOINC. + +

    +

    News

    September 4, 2003
    -We've incremented the major version number of BOINC to 2. All BOINC -components must follow the major version number: we've upgraded the Astropulse server to 2.01 and released BOINC core client 2.01. This was due to an architecture and protocol change in diff --git a/doc/source/HEADER.html b/doc/source/HEADER.html index 617e7af80c..eef542174e 100644 --- a/doc/source/HEADER.html +++ b/doc/source/HEADER.html @@ -1,5 +1,6 @@

    BOINC Source Code

    -The BOINC source code is available in the following formats. Its use is -subject to the BOINC public license. +The BOINC source code is available here. +Its use is subject to the BOINC public license. +The "nightly" directory contains the most recent tarballs. diff --git a/doc/tool_update_versions.php b/doc/tool_update_versions.php index 24623377fc..ea4adf1bac 100644 --- a/doc/tool_update_versions.php +++ b/doc/tool_update_versions.php @@ -1,13 +1,51 @@ update_versions Tool"); -?> + page_head("update_versions"); + echo " - TODO: document update_versions +update_versions +releases new core client and application versions. +Core client versions will be visible to participants +on the 'Download BOINC' web page. +Application versions will be distributed to participants. +Make sure to test versions before releasing them! +

    +To use: +

    +

    +update_versions +scans these directories for new core client and application versions, +copies them to the download directory, +and updates the database as appropriate. + +

    + +File names must be of the form NAME_VERSION_PLATFORM[.ext], e.g.: +

    +boinc_3.17_i686-pc-linux-gnu.gz
    +astropulse_7.17_windows_intelx86.exe
    +
    +The prefix name and extensions .gz, .exe, .sit are ignored. +Platform strings must match the names of platforms in the database. + +

    +TO DO: check for code signature files. -