From a479cf6725569866a860abf1ca27343b8aa90276 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 2 Jan 2017 14:55:39 -0500 Subject: [PATCH] favorable naming deities are with us? --- infobase/configuration/cron/swim_downstream.crontab | 5 ----- .../configuration/cron/synch_and_swim_downstream.crontab | 8 ++++++++ 2 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 infobase/configuration/cron/swim_downstream.crontab create mode 100644 infobase/configuration/cron/synch_and_swim_downstream.crontab diff --git a/infobase/configuration/cron/swim_downstream.crontab b/infobase/configuration/cron/swim_downstream.crontab deleted file mode 100644 index b2a767e0..00000000 --- a/infobase/configuration/cron/swim_downstream.crontab +++ /dev/null @@ -1,5 +0,0 @@ - -#[swim downstream] -# updates local code repositories from master versions before uploading those changes to any downstream repositories, such as sourceforge or github. -14 */2 * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; cd $HOME ; rev_update ; make ) &>>/tmp/cron-swim_downstream-$USER.log - diff --git a/infobase/configuration/cron/synch_and_swim_downstream.crontab b/infobase/configuration/cron/synch_and_swim_downstream.crontab new file mode 100644 index 00000000..6d1e6be2 --- /dev/null +++ b/infobase/configuration/cron/synch_and_swim_downstream.crontab @@ -0,0 +1,8 @@ + +#[synch and swim downstream] +# updates local code repositories from master versions before uploading any changes to downstream +# repositories, such as sourceforge or github. the uploading process (which we think of as sending +# those updated items swimming downstream to their dependent repositories) is done automatically in +# our makefiles. that's why the code below relies on the top-level makefile in home. +14 */2 * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; cd $HOME ; rev_update ; make ) &>>/tmp/${USER}-cron-synch_and_swim_downstream.log + -- 2.34.1