added comments in crontabs for purpose.
[feisty_meow.git] / infobase / configuration / cron / repositories_updater.crontab
1
2 SHELL=/bin/bash
3
4 # m h dom mon dow command
5
6 #[repositories updater]
7 # update the source code to the latest, every day at 3am or so.
8 14 3 * * * (cd ~/hoople1 ; cvs update . ; cd ~/hoople2 ; svn update . ; cd ~/yeti ; svn update . ) &>/dev/null 
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