trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNUN cronjob for www installed


From: Yavor Doganov
Subject: GNUN cronjob for www installed
Date: Fri, 13 Jun 2008 19:17:51 +0300
User-agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/22.2 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI)

I just installed a job for www; it will run at the same time the
trans-coord was being run until now.  I moved the trans-coord job (and
the sync accordingly) two hours earlier -- that way I can fix any
errors in advance, at least for the test data we have in the
trans-coord repo.

So the official `www' GNUN job will be run at 20:25 UTC.

As these days something is going wrong both with my hardware at home
and my health, JFTR here is the full output of `crontab -l':

PATH=/home/y/yavor/bin:/home/y/yavor/usr/local/bin:/usr/bin:/bin
PERL5LIB=/home/y/yavor/usr/local/share/perl/5.8.7
address@hidden

# m h  dom mon dow   command
# Rebuild whatsnew.html and gnusflashes every hour.
0 * * * *       cd $HOME/projects/www ; cvs -q update &>/dev/null ; cd rss ; 
make -k gnunews | awk '/Nothing to be done/ {next;} { print $0 }'

# Sync trans-coord/gnun with www once a day, at 21:10 EET.
10 14 * * *     (cd $HOME/projects/trans-coord/gnun ; cvs -q update &>/dev/null 
; make -C server/gnun sync VCS=yes) &>$HOME/logs/sync.log

# Run GNUN in trans-coord once daily, at 21:25 EET.
25 14 * * *     cd $HOME/projects/trans-coord/gnun ; cvs -q update &>/dev/null 
; make -C server/gnun VCS=yes VALIDATE=yes NOTIFY=yes VERBOSE=yes ; cvs commit 
-m "Automatic update by GNUnited Nations."

# Run GNUN in www once daily, at 23:25 EET.
# The whatsnew job updated the working copy just 25 minutues ago, but
# there is no harm in doing it again to pick up last minute changes.
25 16 * * *     cd $HOME/projects/www ; cvs -q update &>/dev/null ; make -C 
server/gnun VCS=yes VALIDATE=yes NOTIFY=yes VERBOSE=yes ; cvs commit -m 
"Automatic update by GNUnited Nations."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]