added date stamp info.
authorChris Koeritz <fred@gruntose.com>
Sat, 15 Sep 2012 15:39:11 +0000 (11:39 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 15 Sep 2012 15:39:11 +0000 (11:39 -0400)
scripts/rev_control/checkin.sh
scripts/rev_control/getem.sh

index 2bddd3c39e2f748586c1ef13561cd3e8493fe5d4..1fa817b138df955623cba960d0fce98789f214af 100644 (file)
@@ -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
index fb55334812289f1c8b3fe127caebad409e60ac27..63f5a40545baa7571bec6cc3499234d9b114fa34 100644 (file)
@@ -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"