-
Notifications
You must be signed in to change notification settings - Fork 447
TeamImport
David Anderson edited this page Aug 22, 2023
·
3 revisions
BOINC has a mechanism to let users create BOINC-wide teams - teams that have same name and founder email address on all BOINC projects. If a new BOINC-wide team is created, it will automatically be created on your project as well - but only if you add the following to your config.xml file:
<task>
<cmd>run_in_ops team_import.php</cmd>
<output>team_import.out</output>
<period>1 day</period>
</task>