79a2f3e8068ff299fc87d56fa1161d0e834f0990
[feisty_meow.git] / infobase / configuration / cron / swim_upstream.crontab
1
2
3 SHELL=/bin/bash
4
5 # m h dom mon dow command
6
7 USER=fred
8
9 #[swim upstream]
10 # this cron job updates the feisty meow repository on source forge based on
11 # the real one at feistymeow.org.
12 # update the source code to the latest, every day at 3am or so.
13
14 # OUT OF DATE.  # we just need to do a make nowadays!
15 #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
16
17 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
18
19