From 4f35e135ea940cc02c7ffc165ef05817fb0d01a4 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Wed, 20 Jul 2016 14:48:02 -0400 Subject: [PATCH] removed debug --- edward.git/post-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edward.git/post-update b/edward.git/post-update index 5c1d3a5..41f08b2 100755 --- a/edward.git/post-update +++ b/edward.git/post-update @@ -35,7 +35,7 @@ case $branch in target_host=fencepost.gnu.org ;; *) - echo $branch does not exist + echo Hook for $branch does not exist, taking no further action. exit ;; esac @@ -78,5 +78,5 @@ if [ -z $target_host ]; then fi echo -n $(date "$date_fmt"); echo " - Pushing files to target host: $target_host:$target_path" -rsync -arvPSX --exclude=.git/ --delete $local_checkout/* $remote_user@$target_host:$target_path/ +rsync -arvPSX --exclude=lang/ --exclude=.git/ --delete $local_checkout/* $remote_user@$target_host:$target_path/ &>/dev/null -- 2.25.1