added comments in crontabs for purpose.
[feisty_meow.git] / infobase / configuration / cron / repositories_updater.crontab
index 26487e9af5e7669bbf1b379130aac24c88679c80..c5c118f018932b246f964427c7be4382d4d82e69 100644 (file)
@@ -3,9 +3,9 @@ SHELL=/bin/bash
 
 # m h dom mon dow command
 
+#[repositories updater]
 # update the source code to the latest, every day at 3am or so.
 14 3 * * * (cd ~/hoople1 ; cvs update . ; cd ~/hoople2 ; svn update . ; cd ~/yeti ; svn update . ) &>/dev/null 
-
 # this packs up our source code distributions once a day.
 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