moved branch name impacts
[feisty_meow.git] / infobase / configuration / cron / synch_and_swim_downstream.crontab
1
2 ##############
3
4 #[synch and swim downstream]
5 # updates local code repositories from main versions before uploading any changes to downstream
6 # repositories, such as sourceforge or github.  the uploading process (which we think of as sending
7 # those updated items swimming downstream to their dependent repositories) is done automatically in
8 # our makefiles.  that's why the code below relies on the top-level makefile in home.
9 14 * * * * (source $FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh; cd $HOME ; bash $FEISTY_MEOW_SCRIPTS/rev_control/rgetem.sh ; make ) &>>/tmp/${CRONUSER}-cron-synch_and_swim_downstream.log
10
11 ##############
12