X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=database%2Fconfiguration%2Fcron%2Fswim_upstream.crontab;fp=database%2Fconfiguration%2Fcron%2Fswim_upstream.crontab;h=0000000000000000000000000000000000000000;hb=0f49452f40415efb2a62048397ed8514a1058bb7;hp=c4b9b9c10dff8c535ed5b26d74438e94bed69c59;hpb=dfe6c3aedd3487a00acf94683163be7ed0baa6da;p=feisty_meow.git diff --git a/database/configuration/cron/swim_upstream.crontab b/database/configuration/cron/swim_upstream.crontab deleted file mode 100644 index c4b9b9c1..00000000 --- a/database/configuration/cron/swim_upstream.crontab +++ /dev/null @@ -1,14 +0,0 @@ - -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 - -