X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=database%2Fconfiguration%2Fcron%2Fswim_upstream.crontab;fp=database%2Fconfiguration%2Fcron%2Fswim_upstream.crontab;h=c4b9b9c10dff8c535ed5b26d74438e94bed69c59;hb=36981befe09d0ee273a9310f4f17dd22f79aa383;hp=0000000000000000000000000000000000000000;hpb=592b96665eb93556c5b686882d66db1e69a6e16e;p=feisty_meow.git diff --git a/database/configuration/cron/swim_upstream.crontab b/database/configuration/cron/swim_upstream.crontab new file mode 100644 index 00000000..c4b9b9c1 --- /dev/null +++ b/database/configuration/cron/swim_upstream.crontab @@ -0,0 +1,14 @@ + +SHELL=/bin/bash + +# this cron job updates the feisty meow repository on source forge based on +# the real one at feistymeow.org. + +# m h dom mon dow command + +USER=fred + +# update the source code to the latest, every day at 3am or so. +14 */2 * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/rev_control/push_repo_upstream.sh $HOME/repos/sf-feistymeow-trunk ) &>>/tmp/zz_nechung_fortune_$USER.log + +