bin/upgrade copies files from
the BOINC source tree to a project tree.
This is typically done after updating the source tree
and recompiling the software.
upgrade does the following:
-
It copies files from the source/html/* directories
to the corresponding project directories.
-
It copies source/sched/cgi and source/sched/file_upload_handler
to projects/cgi-bin.
-
It copies other programs in source/sched
to project/bin.
-
It copies programs in source/tools to project/bin.
";
page_tail();
?>