[sysadmin-bin: 52/168] Add status to update-cgit



commit a0fb85ce9f108acff71ab2d409c64c13ab63065d
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Thu Mar 19 18:04:29 2009 -0400

    Add status to update-cgit
    
    Make update-cgit print out a message as it works, since it
    can take a few seconds.

 update-cgit |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/update-cgit b/update-cgit
index 2c48a8b..465aa20 100755
--- a/update-cgit
+++ b/update-cgit
@@ -8,4 +8,6 @@
 
 BINDIR=/home/admin/gitadmin-bin
 
+echo -n "Updating the cgit repository list... "
 $BINDIR/find-cgit-repos.sh > /git/cgit.repositories
+echo "done"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]