26487e9af5e7669bbf1b379130aac24c88679c80
[feisty_meow.git] / infobase / configuration / cron / repositories_updater.crontab
1
2 SHELL=/bin/bash
3
4 # m h dom mon dow command
5
6 # update the source code to the latest, every day at 3am or so.
7 14 3 * * * (cd ~/hoople1 ; cvs update . ; cd ~/hoople2 ; svn update . ; cd ~/yeti ; svn update . ) &>/dev/null 
8
9 # this packs up our source code distributions once a day.
10 32 6 * * * (source $HOME/yeti/scripts/core/profile.sh; bash $HOME/yeti/scripts/archival/pack_yeti.sh ; bash $HOME/yeti/scripts/archival/pack_hoople1.sh ; bash $HOME/yeti/scripts/archival/pack_hoople2.sh) &>$HOME/.tmp/zz_packing_cron.log 
11
12