From: Chris Koeritz Date: Sat, 15 Sep 2012 15:39:11 +0000 (-0400) Subject: added date stamp info. X-Git-Tag: 2.140.90~1236 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=127313fa2c33ec2aec7e206ce974fcc55f938738;p=feisty_meow.git added date stamp info. --- 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"