From 127313fa2c33ec2aec7e206ce974fcc55f938738 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 15 Sep 2012 11:39:11 -0400 Subject: [PATCH] added date stamp info. --- scripts/rev_control/checkin.sh | 2 ++ scripts/rev_control/getem.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/scripts/rev_control/checkin.sh b/scripts/rev_control/checkin.sh index 2bddd3c3..1fa817b1 100644 --- a/scripts/rev_control/checkin.sh +++ b/scripts/rev_control/checkin.sh @@ -39,6 +39,8 @@ function checkin_list { done } +echo "Committing repositories at: $(date)" + if [ "$OS" != "Windows_NT" ]; then # first get individual folders. checkin_list $HOME diff --git a/scripts/rev_control/getem.sh b/scripts/rev_control/getem.sh index fb553348..63f5a405 100644 --- a/scripts/rev_control/getem.sh +++ b/scripts/rev_control/getem.sh @@ -72,6 +72,8 @@ export TMPO_CHK=$TMP/zz_chk.log rm -f "$TMPO_CHK" +echo "Getting repositories at: $(date)" + # perform the checkouts as appropriate per OS. if [ "$OS" != "Windows_NT" ]; then checkout_list $HOME 2>&1 | tee -a "$TMPO_CHK" -- 2.34.1