X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fconfiguration%2Fcron%2Fswim_upstream.crontab;h=79a2f3e8068ff299fc87d56fa1161d0e834f0990;hb=5dc1a310205ea208f43c99dda7ea08b32fae58e1;hp=f7ca01f4afa75d530f3c138b7e3b8dc12059f9ba;hpb=9ef25e4dcbd9cfee61bf1d3b54e85aa006a2a42e;p=feisty_meow.git diff --git a/infobase/configuration/cron/swim_upstream.crontab b/infobase/configuration/cron/swim_upstream.crontab index f7ca01f4..79a2f3e8 100644 --- a/infobase/configuration/cron/swim_upstream.crontab +++ b/infobase/configuration/cron/swim_upstream.crontab @@ -1,4 +1,5 @@ + SHELL=/bin/bash # m h dom mon dow command @@ -9,6 +10,10 @@ USER=fred # this cron job updates the feisty meow repository on source forge based on # the real one at feistymeow.org. # 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 + +# OUT OF DATE. # we just need to do a make nowadays! +#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 + +14 */2 * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; cd $HOME ; make ) &>>/tmp/cron-swim_upstream-$USER.log