This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository pkg-java-blog.
commit 56d02b7d3a6a0091c8b2f57f28ee95159740dfaf Author: Emmanuel Bourg <[email protected]> Date: Thu Apr 28 14:45:00 2016 +0200 Make chgrp less verbose --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8f1df5..3ae0eee 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ ssh_upload: publish rsync_upload: publish rsync -e "ssh -p $(SSH_PORT)" -P -rvzc --delete $(OUTPUTDIR)/ $(SSH_HOST):$(SSH_TARGET_DIR) --cvs-exclude --perms --chmod=g+w - ssh $(SSH_HOST) 'chgrp -R pkg-java $(SSH_TARGET_DIR)' + ssh $(SSH_HOST) 'chgrp --quiet -R pkg-java $(SSH_TARGET_DIR)' upload: rsync_upload -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pkg-java-blog.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

