Added more details to deploy-hooks
authorLisa Marie Maginnis <lisam@fsf.org>
Mon, 6 Oct 2014 17:54:07 +0000 (13:54 -0400)
committerLisa Marie Maginnis <lisam@fsf.org>
Mon, 6 Oct 2014 17:54:07 +0000 (13:54 -0400)
deploy-hooks.git/post-update

index 1c2638c1e33ecbd8d784692c1a38e7273694ac57..58062da8ca297fb200b97fcbfc0a9a52f50d28e2 100755 (executable)
@@ -26,6 +26,7 @@ fi
 
 echo "Syncing hooks..."
 for working_copy in $(find $CHECKOUT_DIR -maxdepth 1 -name '*.git' -type d | grep -v '/.git'); do
+    echo Updating remote hooks for: ${working_copy//*\//}/hooks/
     rsync -avrSPX --delete $working_copy/* $REPO_DIR/${working_copy//*\//}/hooks/
 done