Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / infobase / configuration / cron / repositories_updater.crontab
diff --git a/infobase/configuration/cron/repositories_updater.crontab b/infobase/configuration/cron/repositories_updater.crontab
deleted file mode 100644 (file)
index c5c118f..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-
-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 
-
-