mirror of https://github.com/BOINC/boinc.git
94ecca5b80
There were a couple of issues: - the server status page is served from a web server, say X. A daemon is "remote" if it runs on a machine other than X. This is not the same as having a <host> element in the daemon's config.xml entry. Add logic to correctly classify daemons as remote or not. - get rid of the <uldl_host> stuff. There can be separate upload and download servers, and they are identified by <upload_url> and <download_url>. They may or not be remote; to decide this, compare the host part of the URL with the host part of the project's master URL. - Hosts are specified with the machine name (e.g. isaac) or domain name (isaac.ssl.berkeley.edu). Keep track of this distinction. |
||
---|---|---|
.. | ||
bt | ||
drupal | ||
inc | ||
languages/translations | ||
ops | ||
project.sample | ||
queue | ||
user | ||
Makefile.am |