Changes between Version 4 and Version 5 of ProjectTasks


Ignore:
Timestamp:
Jul 26, 2007, 3:38:16 PM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectTasks

    v4 v5  
    6767 update_forum_activities.php::
    6868        Recompute 'popularity' estimates for threads and posts in the Questions and Answers message boards. Recommended period: 1 hour.
     69 team_import.php::
     70   Import new [TeamImport BOINC-wide teams] from a central repository.
     71
     72The XML for these is:
     73{{{
     74  <tasks>
     75    <task>
     76      <output>
     77        db_dump.out
     78      </output>
     79      <cmd>
     80        db_dump -d 2 -dump_spec ../db_dump_spec.xml
     81      </cmd>
     82      <period>
     83        24 hours
     84      </period>
     85    </task>
     86    <task>
     87      <output>
     88        update_uotd.out
     89      </output>
     90      <cmd>
     91        run_in_ops update_uotd.php
     92      </cmd>
     93      <period>
     94        1 days
     95      </period>
     96    </task>
     97    <task>
     98      <output>
     99        update_forum_activities.out
     100      </output>
     101      <cmd>
     102        run_in_ops update_forum_activities.php
     103      </cmd>
     104      <period>
     105        1 hour
     106      </period>
     107    </task>
     108    <task>
     109      <output>
     110        update_stats.out
     111      </output>
     112      <cmd>
     113        update_stats -update_users -update_teams -update_hosts
     114      </cmd>
     115      <period>
     116        7 days
     117      </period>
     118    </task>
     119    <task>
     120      <output>
     121        update_profile_pages.out
     122      </output>
     123      <cmd>
     124        run_in_ops update_profile_pages.php
     125      </cmd>
     126      <period>
     127        24 hours
     128      </period>
     129    </task>
     130    <task>
     131      <output>
     132        team_export.out
     133      </output>
     134      <cmd>
     135        run_in_ops team_export.php
     136      </cmd>
     137      <period>
     138        24 hours
     139      </period>
     140    </task>
     141  </tasks>
     142
     143}}}