Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / infobase / configuration / cron / synch_and_swim_downstream.crontab
diff --git a/infobase/configuration/cron/synch_and_swim_downstream.crontab b/infobase/configuration/cron/synch_and_swim_downstream.crontab
new file mode 100644 (file)
index 0000000..222d7c6
--- /dev/null
@@ -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 * * * * (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
+