source: other-projects/gti/gti-cronjob-contents.txt

Last change on this file was 36403, checked in by anupama, 21 months ago

I've decided to commit the contents of the GTI machine's cronjob as it is at present, so that we have a copy on SVN in case.

File size: 1.8 KB
Line 
1# * * * * * command to be executed
2# - - - - -
3# | | | | |
4# | | | | +----- day of week (0 - 6) (Sunday=0)
5# | | | +------- month (1 - 12)
6# | | +--------- day of month (1 - 31)
7# | +----------- hour (0 - 23)
8# +------------- min (0 - 59)
9
10# update translations at 20 to midnight
1140 23 * * * cd /greenstone/greenstone2/macros/;svn up &> /greenstone/greenstone2/output
1242 23 * * * cd /greenstone/greenstone2/perllib/;svn up strings*.properties &>> /greenstone/greenstone2/output
1343 23 * * * cd /greenstone/greenstone2/gli/classes;svn up dictionary*.properties &>> /greenstone/greenstone2/output
1444 23 * * * cd /greenstone/greenstone2/gsinstaller/;svn up &>> /greenstone/greenstone2/output
1545 23 * * * cd /greenstone/greenstone2/greenstone3/;svn up &>> /greenstone/greenstone2/output
1646 23 * * * cd /greenstone/greenstone2/greenstoneorg/;svn up &>> /greenstone/greenstone2/output
1747 23 * * * cd /greenstone/greenstone2/gli/help;svn up dictionary*.properties &>> /greenstone/greenstone2/output
1848 23 * * * cd /greenstone/greenstone2/gs3-collection-configs;svn up &>> /greenstone/greenstone2/output
1949 23 * * * cd /greenstone/greenstone2/gs3-dec-col-cfgs;svn up &>> /greenstone/greenstone2/output
20
21# refresh gti status page at 10 to midnight
2250 23 * * * cd /greenstone/greenstone2/;./gti-wget-status-page.sh &>> /greenstone/greenstone2/output
23#12 15 * * * cd /greenstone/greenstone2/;./gti-wget-status-page.sh &>> /greenstone/greenstone2/output
24
25# Make a report of any language files that have been modified via the online GTI
26# and send off an email if any have been modified
275 0 * * * cd /greenstone/greenstone2/;./translation_status.sh &>> /greenstone/greenstone2/output
2820 16 * * * cd /greenstone/greenstone2/;./translation_status.sh &>> /greenstone/greenstone2/output
Note: See TracBrowser for help on using the repository browser.